/* CABECERA */
.intro-head {
	background: url(../Images/intro-back.jpg);
	height: 354px;
}
.info {
	background: url(../Images/intro-head-info-back.jpg) no-repeat;
	padding-top: 60px;
	width: 480px;
	float: right;
	margin-top: 90px;
	font-size: 12px;
}
.info div {
	width: 215px;
	float: left;
	color: #878787;
}
.info div.left {
	border-right: 1px dotted #A7A7A7;
	padding-right: 10px;
	margin-right: 20px;
}
.info div.left p {
	margin-bottom: 10px;
}
/* CONTENEDOR */
.content-container {
	margin-top: 3px;
}
.content-container .more {
	float: left;
	background: url(../Images/intro-more-back.jpg) repeat-x;
	width: 495px;
	height: 500px;
	padding-left: 18px;
}
* html .content-container .more {
	width: 513px;
}
.content-container .more .info-services, .content-container .more .info-busi{
	width: 243px;
	height: 200px;
	padding-top: 31px;
	float: left; 
}


.content-container .more div.rcontainer {
	height: 404px;
}
.content-container .more a#dialogue-link img {
  border: none;
}
.content-container .more .info-services .frame, .content-container .more .info-busi .frame {
	margin-top: 32px;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	height: 305px;
	background: #fff;
}

.content-container .more .info-services .frame{
	margin-right: 12px;
	display: block;
}

.info-services a img, .info-busi a img{
	border: none;
}
/* NOTICIAS */
.content-container .last-news {
	background: url(../Images/important-news.jpg) no-repeat 37px 31px;
	height: 500px;
	width: 400px;
	border-right: 1px dotted #A7A7A7;
	float: left;
	margin-right: 3px;
	
}
.news-container {
	margin-top: 84px;
	margin-left: 23px;
	list-style: none;
	border: 1px solid #E7E7E7;
	width: 300px;
	padding: 15px;
}
* html .news-container {
	width: 320px;
}
.news-container .item {
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #E7E7E7;
	float: none;
}
.news-container .item p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #6f6f6f;
}
.news-container .item h3 {
	font-size: 11px;
	color: #4b4b4b;
}
.news-container .item a img{
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.news-container .last {
	border: none;
	background: url(../Images/intro-footer-logos.jpg) no-repeat 0px 40px;
	height: 110px;
}
* html .news-container .last {
	height: 140px;
}
.news-container .item .new div {
	float: left;
	width: 200px;
	text-align: left;
}
a.read-more{
    margin-top: 5px;
	height: 18px;
	width: 72px;
	display: block;
	float: left;
	background: url(../Images/read-more.jpg) no-repeat;
}
a.read-more:hover{
	background: url(../Images/read-more-hov.jpg) no-repeat;
}
a.know-more {
	height: 18px;
	width: 96px;
	display: block;
	background: url(../Images/know-more.gif) no-repeat;
}
a.know-more:hover{
	background: url(../Images/know-more-hov.gif) no-repeat;
}
a.download-pdf {
	height: 18px;
	width: 105px;
	background: url(../Images/download-pdf.jpg) no-repeat;
}
a.download-pdf:hover{
	background: url(../Images/download-pdf-hov.jpg) no-repeat;
}
.news-container .item .new img.new-img {
	float: right;
}

a.down-new-pdf{
	margin-top: 12px;
	width: 43px;
	height: 18px;
	display: inline-block;
	background: url(../Images/new-down-pdf.jpg);
}

a.down-new-pdf:hover {
	background: url(../Images/new-down-pdf-hover.jpg);
}

span.noticias_text
{
	color:#6F6F6F;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}
