<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(images/bg_black.gif);
} 
p {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
} 
#contenedor_principal {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
#contenedor_principal-fondo {
	float: left;
	height: auto;
	width: 958px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/bg_black.gif);
	background-repeat: repeat;
	background-position: center top;
}
#contenedor_flash {
	float: left;
	height: 500px;
	width: 650px;
	margin-left: 150px;
	background-color: #000000;
	margin-top: 50px;
	background-image: url(images/bg_black.gif);
	background-repeat: repeat;
	background-position: center top;
}
</pre></body></html>