body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	background-color: #000;
	font-size: small;
}


.estilo1 {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.estilo2 {
	color: #ff3333;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}
.titulo1 {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.titulo2 {
	color: #ff3333;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.estilo3 {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: x-small;
}
.estilo4 {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}


.titulo1 {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.titulo2 {
	color: #ff3333;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.ficha {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: xx-small;
}

.tituloVerde {
	color: #99cc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloVerde {
	color: #99cc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.tituloCeleste {
	color: #0099ff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloCeleste {
	color: #0099ff; /* 339999 */
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.tituloAmarillo {
	color: #ffcc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloAmarillo {
	color: #ffcc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}
.estiloAmarillo-S {
	color: #ffcc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: xx-small;
}
.amarillo {
	color: #ffcc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
}

.tituloRojo {
	color: #ff3300;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloRojo {
	color: #ff3300;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.estiloRojo-S {
	color: #ff3300;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: x-small;
}

.tituloNaranja {
	color: #ff9933;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloNaranja {
	color: #ff9933;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.estiloNaranja-S {
	color: #ff9933;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: x-small;
}

.tituloCrema {
	color: #ffff99;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: medium;
}

.estiloCrema {
	color: #ffff99;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
}

.navmain {
    color: #ff3333;
    font-family: "Century Gothic", Verdana, sans-serif;
    font-size: xx-large;
    font-weight: bold;
}





/* arriba @ 64p */

div#navmain {
	height: 64px;
	width: 1000px;
	background-color: #000;
}
div#navmain ul {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: xx-large;
	/*color: #fff;*/
	line-height: 64px;
	white-space: nowrap;
}
div#navmain li {
	list-style-type: none;
	display: inline;
}

div#navmain li a {
	text-decoration: none;
	padding: 0px;
}

div#navmain li a:link {
    text-decoration: none;
    padding: 0px;
    color: #fff;
    background-color: #000;
}
div#navmain li a:visited {
    text-decoration: none;
    padding: 0px;
    color: #fff;
    background-color: #000;
}
div#navmain li a:hover {
    text-decoration: none;
    padding: 0px;
    font-weight: bold;
    color: #ff3333;
    background-color: #000;
}
div#navmain li a:active {
    text-decoration: none;
    padding: 0px;
    font-weight: bold;
    color: #ff3333;
    background-color: #000;
}




/* contenido */
div#contenido {
	background-color: #333;
	width: 1000px;
}
div#contenido a {
	text-decoration: none;
	padding: 1px 0px;
	color: #ff3333;
}
div#contenido a:link {
    color: #ff3333;
}
div#contenido a:visited {
    color: #ccc;
}
div#contenido a:hover {
    /*font-weight: bold;*/
    color: #fff;
    background-color: #ff3333;
}

div#contenido ul {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
	color: #fff;
	white-space: nowrap;
}
div#contenido li {
	padding: 0px;
	list-style-type: none;
	display: inline;
}
div#contenido li a {
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	color: #ff3333;
}
div#contenido li a:link {
    color: #ff3333;
}
div#contenido li a:visited {
    color: #ccc;
}
div#contenido li a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #ff3333;
}




/* enlaces */

div#enlaces {
	/*height: 192px;*/
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
	background-color: #333;
}
div#enlaces ul {
	margin: 16px 0px 0px 0px;
	padding: 2px;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #fff;
	line-height: 16px;
	white-space: nowrap;
}
div#enlaces li {
	font-family: "Century Gothic", Verdana, sans-serif;
	list-style-type: none;
	/*display: inline;*/
}
div#enlaces li a {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 1px 0px;
}
div#enlaces li a:link {
    color: #fff;
}
div#enlaces li a:visited {
    color: #fff;
}
div#enlaces li a:hover {
    color: #FFF;
    background-color: #ff3333;
}




/* navegacion 2 */
div#navbar2 {
	height: 192px;
	width: 1000px;
	background-color: #000;
	font-size: medium;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #fff;
	/*line-height: 120%;*/
	white-space: nowrap;
}
div#navbar2 li {
	font-family: "Century Gothic", Verdana, sans-serif;
	list-style-type: none;
}
div#navbar2 li a {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
div#navbar2 li a:link {
    color: #fff;
}
div#navbar2 li a:visited {
    color: #808080;
}
div#navbar2 li a:hover {
    color: #ff3333;
    background-color: #000;
}

