@charset "utf-8";
body {background-color:#000000; margin:0px;}

.dev { font-family:Verdana; font-size:32px; color:#ffffff; }
.ltd{ font-family:Verdana; font-size:32px; color:#CCCCCC; }
.slogan{ font-family:Verdana; font-size:14px; color:white; }


/*TEXTOS*/
.texto{ font-family:Verdana; font-size:12px; color:#555555; }
.texto2{ font-family:Verdana; font-size:14px; color:#000000; }
.texto3 { font-family:Verdana; font-size:11px; color:#777777; }
.sub{ font-family:Verdana; font-size:18px; color:#cc0000; }
.tituloBig{ font-family:Verdana; font-size:18px; color:#E04E51; }
.texto4{ font-family:Verdana; font-size:12px; color:#999999; }
.comillas{ font-family:Verdana;font-size:60px; color:#ffffff; }

/*ENLACES*/
.enlace a{ font-family:Verdana; font-size:12px; color:#555555; }
.enlace a:hover{ font-family:Verdana; font-size:12px; color:#888888; }
.enlace2 a{ font-family:Verdana; font-size:12px; color:#444444; text-decoration:none; }
.enlace2 a:hover{ font-family:Verdana; font-size:12px; color:#888888; text-decoration:none; }
.enlace3 a{ font-family:Verdana; font-size:12px; color:#777777; text-decoration:none; }
.enlace3 a:hover{ font-family:Verdana; font-size:12px; color:#888888; text-decoration:none; }
.enlace4 a{ font-family:Verdana; font-size:14px; color:#999999; text-decoration:none; }
.enlace4 a:hover{ font-family:Verdana; font-size:14px; color:#ffffff; text-decoration:none; }
.enlace5 a{ font-family:Verdana; font-size:14px; color:#ffffff; text-decoration:none; }
.enlace5 a:hover{ font-family:Verdana; font-size:14px; color:#777777; text-decoration:none; }

#nav{	width:100%;height:auto;	margin:0px;	padding:0px;}
#nav li{width:100%;	display:block;	list-style-type: none;	font-family:verdana; font-size:24px;
	margin-bottom: 1px;	}
#nav li a{	width:100%;	color:#999999;	padding: 3px;	margin: 0px;	text-decoration: none;}
#nav li a:hover{width:100%;	color:#FFFFFF;}

/*FONDOS Y ORNAMENTOS*/
.puntitos { background-image:url(../images/puntitos.gif); background-repeat:repeat-x; background-position:center;}
.bordeGris { border:1px solid #999999;}
.bggris {background-color:#e7e7e7;}
.bgAzul {background-color:#298FF3;}
.bgMundo {background-image:url(../images/bgmenu.jpg); background-position:left top; background-repeat:no-repeat;}
.bgCampos {background-color:#666666; border:1px solid #333333;font-family:Verdana; font-size:12px; color:#ffffff; text-decoration:none;}

.invisible {
	display: none;
	visibility:hidden
}
.visible {
	visibility:visible
}
