/* PORTADA */
.contenido_index h1{display:none;}
.contenido_index h2{font-size:18px; color:#fff; background-color:#60605f; padding:1px 8px 2px 8px; font-weight:normal; margin-bottom:21px;}
/*NOTICIAS*/
.avance_noticias {width: 740px;overflow:hidden; margin-bottom:8px;}
.avance_noticias ul {width: 740px;}
.avance_noticias ul li{	width: 740px; float:left; margin:0px 0px 0px 0px;}
.avance_noticias ul li .fecha{color:#000;font-size: 12px; display:none;}
.avance_noticias ul li .foto{width: 265px;height: 265px;background:#ccc; margin: 0px 30px 0px 0px; float:left; border-right:5px solid #838282;}
.avance_noticias ul li .foto img{width: 265px;height:265px;}
.avance_noticias ul li .cont_text {overflow:hidden;}
.avance_noticias ul li .titulo{color:#f18220;font-size: 24px; line-height:30px; font-family:'AsapRegular'; border-bottom:1px solid #d5d5d4; margin-bottom:10px; padding-bottom:8px;}
.avance_noticias ul li .titulo a{color:#f18220;font-size: 24px; line-height:30px; font-family:'AsapRegular';}
.avance_noticias ul li .entradilla{	color:#fff;text-align: justify;font-size: 13px;	font-style:normal; line-height: 20px; margin: 5px 0px 5px 0px;}
.avance_noticias ul li .leermas a{color:#2b3141;text-align:left;font-size: 14px; background: url(../images/bullet_leermas.png) no-repeat right center; padding: 0px 10px 0px 0px; display:none;}

/*NOTICIA DESTACADA*/
.avance_destacada {width: 354px; float:right;}
.avance_destacada .titulo{margin-bottom:10px;}
.avance_destacada .titulo a{color:#f18220;font-size: 12px; font-family:'AsapRegular'; text-transform:uppercase; line-height:16px;}
.avance_destacada .foto {width: 101px; height: 70px;background:#ccc; margin: 0px 0px 0px 11px; float:left; }
.avance_destacada .fecha{color:#2b3141;font-size: 14px; line-height:22px;display:none;}
.avance_destacada .entradilla{color:#ddd;text-align: justify;font-size: 11px; font-weight:normal;font-style:normal; line-height: 14px; margin: 0px 0px 5px 0px; float:left; width:239px;height:42px; overflow:hidden;}
.avance_destacada .leermas {clear:both; color:#dddddd; font-size:11px;}
.avance_destacada .leermas a {color:#dddddd; font-size:11px; text-transform:uppercase;}

/*DESTACADO SUPERIOR*/
.destacado_index {
	border-bottom:1px dotted #ccc;
	float:left;
	font-size:24px;
	color:#86713e;
	margin-bottom:15px;
	padding-bottom:10px;
	text-align:justify;
	width:100%;
	}

.destacado_index span {
	color:#41465b;
	}


/***** slider *****/
.banner_1{
}
.banner_1 img
{
	float:right;
	width:487px;
}
.banner_1 .texto_slider
{
	padding-left:30px;
}
.banner_1 .texto_slider p.titular
{
	
	font-size:30px;
	color:#ffffff;
	line-height:50px;
	padding-top:40px;
}
.banner_1 .texto_slider p
{
	
	font-size:14px;
	color:#4e4e4e;
}
#slider .banner_1 .enlace
{
	margin-bottom:0px;
	position:relative;
	bottom:0px;
	right:0px;
}

.window
{
	width:960px;
	overflow:hidden;
	position:relative;
	height:300px;
}
.image_reel 
{
	position:absolute;
	top:0;
	left:0;
}
.image_reel .banner_1
{
	float:left;
	width:960px;
}

.paging 
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:14px; 
	min-height:35px;
	z-index:100;
	text-align:center;
	line-height:40px;
	display:none;
}
.paging a 
{
	text-decoration:none;
	background-image:url(../images/paging.png);
	background-repeat:no-repeat;
	background-position:0px -16px;
	display:block;
	width:12px;
	height:12px;
	margin-bottom:3px;
}
.paging a:hover 
{
	background-position:0px 0px;
}
.paging a.active,
.paging a:hover 
{
	background-position:0px 0px;
}
