<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('botonera.css');
@import url('pie.css');
@import url('contenido.css');
@import url('form.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#logo {
	height: 146px;
}

#contenedor {
	width: 770px;
	text-align: left;
	margin: auto;
}


#direccion {
	width: 198px;
	font-size: 11px;
	color: #b3b3b3;
	padding: 18px 0 0 21px;
	line-height: 130%;
}

#direccion a {
	text-decoration: none;
	color: #b3b3b3;
}</pre></body></html>