/* Estilo Nombre: Original by ciberwap.net */

body { 
font-family: Arial, Sans-Serif, Tahoma; 
font-size: 12px;
position: relative; 
} 

input,textarea,select{
 color: white; 
 background-color: #ff6000; 
 border: 1px solid black;
}

.cero {color: green;}
.uno {color: black;}

hr {
 background-color: #000000; 
 color: #000000; 
 border: none; 
 height: 1px;
}

.ad {
 background-color: white; 
 font-weight: bold; 
}

.centrar {
 text-align: center;
}

.ok {
 font-weight: bold; 
 color: yellow; 
 background-color: maroon; 
 border: 1px solid yellow;
}

.arriba {
 background-color: #2E5EFC; 
 color: white; 
 text-align: center; 
 border: 1px solid black;
} 

.medio {
 background-color: white; 
 color: #610B38; 
 text-align: left;
} 

.abajo {
 background-color: #2E5EFC; 
 color: white; 
 text-align: center; 
 border: 1px solid black;
} 

.texto {
 background-color: yellow; 
 color: teal;
}

a:link { 
 color: #FAAC58;
 text-decoration: none;
} 
a:visited { 
 color: #FACC58;
 text-decoration: none;
}
a:hover {
 color: red; 
 text-decoration: underline;
}