/* `Lista Noticias
----------------------------------------------------------------------------------------------------*/
#lista_noticias li:first-child h3 {
	font-size: 40px;
	line-height: 40px;
}

/* `Materia
----------------------------------------------------------------------------------------------------*/
#materia .img_abre {
	margin-bottom: 20px;
}

#materia .img_abre img {
	width: 620px;
	height: 300px;
	margin-bottom: 5px;
}

#materia .texto {
	font-size: 14px;
}

#materia .texto a {
	color:#0088a7;
}

