#zona_central h2
{
	background-image: url(../../imagenes/cabeceras_h2/cab_noticias.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}
/***** noticia individual *****/
#noticia_individual
{
	float:left;
	padding:30px;
	margin: 0px;
}

#noticia_individual p
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px;
	clear: none;
}

#noticia_individual img
{
	float:right;
	margin:10px 10px 0px 10px;
	border:1px solid #BABABA;
}

#noticia_individual h3
{
	font-family: Verdana;
	font-size: 10px;
	color: #2486C0;
	font-weight: bold;
}

#noticia_individual h4
{
	font-family: Verdana;
	font-size: 10px;
	color: #033862;
	font-weight: bold;
}


/***** Sección novedades *****/
#bloque_novedades_seccion
{
	float: left;
	width: 767px;
	background-color:#FFFFFF;
}
#bloque_novedades_seccion ul
{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	
	background-color:#EAEAEA;

}
#bloque_novedades_seccion ul li
{
	float:left;
	background-color:#EAEAEA;
	
	width: 767px;
	min-height:77px;
	height:auto;
	
	margin:0px;
	padding:18px 0px 0px 0px;
	
	background-image: url(../../imagenes/noticias/fondo_li.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#bloque_novedades_seccion ul li div.conenedora_imagen
{
	float:right;
	border-left:1px solid #9C9C9C;
	width:100px;
	height:80px;
	padding-left:20px;
	margin-top:-10px;

}
#bloque_novedades_seccion ul li div.conenedora_imagen img
{
	float:right;
	margin:5px 10px 0px 0px;
	border:1px solid #969696;

}
#bloque_novedades_seccion ul li p.texto
{
	
	margin:0px 0px 0px 45px;
	padding:0px;
	font-family: Verdana;
	font-size: 10px;
	color: #023762;
	font-weight: normal;

}
#bloque_novedades_seccion ul li p.texto a
{
	font-family: Verdana;
	font-size: 10px;
	color: #023762;
	font-weight: bold;
}
#bloque_novedades_seccion ul li p.leermas
{
	float:right;
	margin:10px 10px 10px 0px;
	padding:0px;
	
	width:44px;
	height:15px;
	
	background-image: url(../../imagenes/noticias/masinfo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
#bloque_novedades_seccion ul li p.leermas a
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;

}
#bloque_novedades_seccion h3
{
	
	padding:0px 0px 0px 35px;
	font-family: Verdana;
	font-size: 10px;
	color: #2486BF;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	text-transform:uppercase;	
	
	min-height:16px; 
	height:auto;
	
	background-image: url(../../imagenes/noticias/libro.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
