<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.seccion_novedades {
	padding-top: 40px;
	width: 60%;
	margin: 0 auto;
	min-height: 70vh;
	font-size: 1.8em;
}

.seccion_novedades h1 {
	text-align: center;
	border: 1px solid black;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}
.resaltado {
	background-color: #ffe0a8;
	border-left: 2px solid #ffaa00;
	border-right: 2px solid #ffaa00;
	border-bottom: 2px solid #ffaa00;
	padding: 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}

div.periodo {
	border: 1px solid black;
	text-align: center;
}
div.periodo label {
	font-style: italic;
	font-size: 1.1em;
}

div.periodo label.fecha {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

span.espacio {
	padding: 50px;
}
</pre></body></html>