@charset "utf-8";
/* CSS Document */

.fecha {
	height: 54px;
	width: 45px;
	background: url(../images/calendario.png) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin: 6px 4px 5px 8px;
	padding: 0px 0px 0 0;
	line-height: 100%;
	float: left;
}

.fecha .mes {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

.fecha .year {
	height: 10px;
	display: block;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding-top: 0px;
}

.noticia{
	background:url(../images/fondoNoticia.png) no-repeat;
	/*font-family:Cambria;*/
	font-family: 'Karla', sans-serif;
}

.imgNoticia{
	width:360px; padding-right:1px; padding-bottom:1px; border-radius: 10px; border-color: #333; 
}
#textoTitular{
	font-size:17px;
}

#textoEntrada{
	color:#C00;
	font-size:12px;
}

#textoNoticia{
	font-size:13px; 
	text-align:justify;
	text-indent:30px;
}
h1{
	font-size:18px; font-weight:500; color:#000; 
	/*font-family:Cambria;*/
	font-family: 'Karla', sans-serif;
}
h1:hover{
	text-decoration:underline;
}