<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 */

* {
 padding:0px;
 margin:0px;
}

#header {
	margin:auto;
	width:auto;
	font-family:"Century Gothic", Arial;
}

ul, ol {
 list-style:none;
}

.nav li a {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px 15px;
	display:block;
}

.nav li a:hover {
	background-color:#FFFFFF;
	color:#000000;
}

.nav &gt; li {
	float:left;
}

.nav li ul {
 display:none;
 position:absolute;
 min-width:140px;
}

.nav li:hover &gt; ul {
 display:block;
}

.nav li ul li {
 position:relative;
}

.nav li ul li ul {
 right:-140px;
 top:0px;
}

.f2 {
	background-image: url(imagenes/top1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.ligasnegro {
	font-family: "Century Gothic", Arial;
	color: #FFFFFF;

	a:link {
	color: #000000;
}
.ftop {
	background-image: url(imagenes/top1.jpg);
	background-repeat:  repeat-x;
}
.ftop1 {
	background-image: url(imagenes/f2int.png);
	background-repeat:  repeat-x;
}
.f2int {
	background-image: url(imagenes/f2int.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	.form {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: xx-large;
	color: #000000;
	background-image: url(imagenes/fform.jpg);
}</pre></body></html>