<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
}

.seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.texto_menor {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
}

.comentarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formulario {  
    background-color : #969696;
	border-color : #034D86;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : xx-small; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : normal; 
	height : auto; 
	letter-spacing : normal; 
	line-height : normal; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	border-right-width : 1px; 
	border-top-width : 1px; 
}


a:link, a:visited {
    font-size: 12px;
    color: #CC9966;
    text-decoration:none;
    font-weight: bold;
}



/* weblinks */
a.weblinks:link, a.weblinks:visited {
	color: #336699;
  text-decoration: none;
  font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

a.weblinks:hover {
	color: #FF0000;	
  text-decoration: underline;
}

</pre></body></html>