BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color : White;
	margin-left : 0px;
	margin-right : 0px;
	background-color : Black;
}

A:LINK, A:ACTIVE, A:FOCUS {
	color : #5a3ee9;
    font-weight : bold;
}
A:VISITED {
    color : #5a3ee9;
    font-weight : bold;
}
A:HOVER {
    font-weight : bold;
    color : #1f45c0;
    text-decoration : underline;
}
A.correo:LINK, A.correo:ACTIVE, A.correo:FOCUS {
	color : #0099FF;
    font-weight : bold;
}
A.correo:VISITED {
    color : #0099FF;
    font-weight : bold;
}
A.correo:HOVER {
    font-weight : bold;
    color : #0066FF;
    text-decoration : underline;
}
A.enlace:LINK, A.enlace:ACTIVE, A.enlace:FOCUS {
	color : #00CC33;
    font-weight : bold;
}
A.enlace:VISITED {
    color : #00CC33;
    font-weight : bold;
}
A.enlace:HOVER {
    font-weight : bold;
    color : #009900;
    text-decoration : underline;
}

.titulo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #0000FF;
}
.minititulo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #0000FF;
}
.opciones {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
}
.verdana9 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color : White;
}
.verdana10 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color : White;
}
.numero {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: silver;
}
.nombre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #00AAFF;
}
.ciudad {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color : #AAAAFF;
}
.color1 {
	color : #0000FF;
}

.0 {
	background-color: #111111;
}
.1 {
	background-color: #222222;
}
.2 {
	background-color: #333333;
}
.3 {
	background-color: #AA5555;
}
.4 {
	background-color: #AA7777;
}

INPUT.texto {
    background-color : #FFFFFF;
    color : Black;
    border : 2px ridge Black;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : normal;
}
INPUT.contador {
    background-color : #333333;
	border-style: none;
    font-family : Verdana, Arial;
    font-size : 9px;
    font-weight : bold;
    color : White;
    height : auto;
}
INPUT.boton {
    background-color : Black;
    color : White;
    border : 2px ridge White;
	font-size : 12px;
    font-weight : bold;
    height : auto;
	font : Verdana, Arial;
}
INPUT.miniboton {
    background-color : Black;
    color : White;
    border : 1px ridge White;
	font-size : 10px;
    font-weight : bold;
    height : auto;
	font : Verdana, Arial;
}
TEXTAREA {
    background-color : #FFFFFF;
    color : Black;
    border : 2px ridge Black;
    font-size : smaller;
    font-family : Verdana, Arial;
}
SELECT {
    background-color : White;
    color : Black;
    border : 1px ridge Gray;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 10px;
}

