/* --- LISTADO DE NOTICIAS --- */
/* (para el titulo y el copete en los listados, se estan utilizando clases de main.css) */
#contenedor-cabecera {
background-image:url(es/cabecera/fondo_top.gif);
vertical-align:top;
width:100%;
height:95px;
}
.listado-fecha {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color: #999;
	line-height:16px;
	text-decoration:none;
}
/* --- FIN LISTADO DE NOTICIAS --- */
/* --- DESARROLLO DE LA NOTICIA --- */
.des-titular {
color:#333399;
font-size:16px;
font-weight:bold;
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}
.des-copete {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color: #666;
	line-height:16px;
	text-decoration:none;
}
.des-texto {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color: #666;
	line-height:16px;
	text-decoration:none;
}
.des-subtitular {
color:#666;
font-size:14px;
font-weight:bold;
margin-bottom:0px;
padding-bottom:0px;
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

/* --- FIN DESARROLLO DE LA NOTICIA --- */

