/* CSS Document */

#anuncios{
	margin:10px 10px 10px 5px;
	padding:0px 0px 5px 0px;
	font-size:13px;
	color:#555;
	border-bottom:dotted #999 1px;
}

#anuncios h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


#fecha_noticia_portada{
	background-image:url(/imagenes/iconos/fondo_fecha.jpg);
	background-repeat:no-repeat;
	width:34px;
	height:32px;
	float:left;
	font-size:11px;
	color:#FFF;
	text-align:left;
	margin:0px 5px 10px 0px;
	padding:3px 0px 0px 8px;
}

#anuncios .resumen_portada{
	font-size:12px;
	text-align:left;
	color:#666;
	display:block;
	clear:both;
}

#anuncios .resumen_portada img, #anuncios .resumen img{
	margin:0px 10px 5px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	float:left;
	border:solid 1px #999;
}

#anuncios a.leer_mas{
	font-size:12px;
	color:#3F85CC;
}

#anuncios a.leer_mas:link, #anuncios a.leer_mas:visited{
	color:#3F85CC;
	text-decoration:none;
}

#anuncios a.leer_mas:hover{
	color:#3F85CC;
	text-decoration:underline;
}

/* para noticia ampliada */
#anuncios h1{
	font-size:22px;
	color:#444;
	letter-spacing:0px;
	background-image:none;
	margin:0px 0px 5px 0px;
	width:450px;
	height:auto;
}

#anuncios img {
	margin:0px 5px 0px 5px;
}

#anuncios .resumen{
	font-size:14px;
	text-align:left;
}

#anuncios .desarrollo{
	font-size:13px;
}

#anuncios .fecha_noticia {
	font-size:11px;
	display:block;
	text-align:right;
	margin:5px 0px 5px 0px;
}




