/************************************************************************************
	NOTICIAS
************************************************************************************/
#noticias {
	
}
#noticias .cabecera {
	background:transparent url("../media/title_noticias.jpg") no-repeat 2px 0px;
	height:50px;
}
#noticias .cabecera h3 {
	display:none;
}
#noticias .cabecera h4 {
	padding:32px 0 0 45px;
	font-size:9pt;
	color:#777777;
}
#noticias .cuerpo {
	padding:30px 30px 30px 30px;
}



/* LISTADO DE NOTICIAS */
#noticias .listado {
	
}
#noticias .listado thead th {
	padding:5px 10px;
	text-align:left;
	color:#000;
}
#noticias .listado tbody td {
	padding:13px 10px;
	text-align:left;
	color:#777;
	background:#fdfbe0 url("../media/sep_celdas.gif") no-repeat right center;
	border-bottom:2px solid white;
}

#noticias .listado .fecha {
	width:1px;
} 
#noticias .listado .titular {
	width:200px;
} 
#noticias .listado .enlaces {
	width:70px;
} 
#noticias .listado tbody td.enlaces {
	background:#fdfbe0;
	padding:0 10px;
	width:1px;
}


#noticias .listado a.leer_mas {
	display:block;
	margin:0 auto;
	width:70px;
	height:16px;
	line-height:16px;
	color:black;
	text-decoration:none;
	background:#fdfbe0 url("../media/ico_leer_mas.jpg") no-repeat right center;
} 

/* DETALLE DE LA NOTICIA */

#noticias  .detalle_noticia {
 	background:#fdfbe0;
	padding:10px;
}
#noticias  .detalle_noticia h4 {
	margin:0 0 10px 0;
	font-size:10pt;
	
}
#noticias  .detalle_noticia p {
	margin:0 0 10px 0;
}
#noticias  .detalle_noticia .fecha {
	color:#777;
	
}

#noticias .detalle_noticia a:link, #noticias .detalle_noticia a:visited{
	text-decoration:underline;
}
#noticias .detalle_noticia a:hover {
	text-decoration:underline;
}

