h1 {
	margin-bottom: 1em;
}
.noticia {
	margin-bottom: 3em;
}
.noticia .titulo {
	border-bottom: 1px solid #8a1f1f;
	font-size: 1.2em;
	font-weight: bold;
}
.noticia .info {
	text-align: right;
	padding-right: 1em;
	font-size: .9em;
	font-style: italic;
	color: #8a1f1f;
}
.noticia .contenido {
}

