body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}


.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: medium;
}

.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;
}
.peq {
	font-size: small;
}
.ficha {
	color: #fff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: xx-small;
}

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

.titulo-L {
	color: #ffffff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: x-large;
}
.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;
}

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

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

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

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

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

.estiloCeleste-D {
	color: #0099ff;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 10px;
}

.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: x-small;
}

.estiloAmarillo-D {
	color: #ffcc00;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 10px;
}

.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;
}

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

.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;
}

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

.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 {
	/*float: left;
	clear: none;*/
	margin: 0px;
	padding: 0px 0px 0px 24px;
	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 {
	color: #fff;
	text-decoration: none;
	padding: 0px;
	color: #fff;
}

div#navmain li a:active {
    font-weight: bold;
    color: #ff3333;
}
div#navmain li a:link {
    color: #fff;
}
div#navmain li a:visited {
    color: #fff;
}
div#navmain li a:hover {
    font-weight: bold;
    color: #ff3333;
    background-color: #000;
}



/* contenido @ 480p */
div#contenido {
	background-color: #333;
	width: 1000px;
	height: 480px;
}
div#contenido a {
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	color: #ff3333;
}
div#contenido a:link {
    color: #ff3333;
}
div#contenido a:visited {
    color: #ccc;
}
div#contenido a:hover {
    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;
}



/* navegacion 2 */
div#navbar2 {
	height: 180px;
	width: 1000px;
	background-color: #000;
}
div#navbar2 ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #fff;
	line-height: 110%;
	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 {
    /*font-weight: 400;*/
    color: #ff3333;
    background-color: #000;
}



