/* CSS Document */

/* Noticias principales de la web */

.texto-noticia {
	margin: auto;
	width: auto;
	height: auto;
	font: Arial, Times, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	padding-bottom: 15px;
}

.fecha-noticia {
	width: 490px;
	height: 30px;
	text-align: right;
	font: Verdana, "Times New Roman", Times, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}