<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#PRINCIPAL {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	color: #D6D6D6;
	background-image: url(../imagenes/fondo.jpg);
}
#PRINCIPAL #PORTADA {

}
body {
	background-image: url(../../imagenes/fondo.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#PRINCIPAL #CONTENIDO {
	padding: 50px;
	float: left;
	width: 1100px;
	background-color: #D28900;
}
#PRINCIPAL #PIE {
	background-repeat: repeat-x;
	height: 50px;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	float: left;
	width: 1100px;
	background-color: #A85400;
}
#PRINCIPAL #CONTENIDO #texto {
	width: 800px;
	float: left;
	margin-right: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-align: justify;
	font-style: oblique;
}
.titulos {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-style: oblique;
	text-decoration: none;
	text-align: left;
}
.hiper {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #00F;
	text-decoration: underline;
}
.directorio {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: oblique;
	color: #000;
	text-decoration: none;
}
</pre></body></html>