/* CSS Document */
  
.boxcontent { font-family 
  : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-style : normal; font-weight : bold; color : #000000; border-color : black #cccccc; ; background-color: #FFFFFF; 
  border-style: solid; border-top-width: 0; border-right-width: 1px; border-bottom-width: 0; border-left-width: 1px} 
  
  
  TD { 
  font-family : Arial, sans-serif; 
  font-size : 12px; 
  } 
  
  a:link { 
  font-family : Arial, sans-serif; 
  font-size : 12px; 
  color : #ffffff; 
  text-decoration: none; 
  font-weight: normal
  }

  a:visited { 
  font-family : Arial, sans-serif; 
  font-size : 12px; 
  color : #ffffff; 
  text-decoration : none; 
  font-weight: normal
  }
  
  a:hover { 
  font-family : Arial, sans-serif; 
  font-size : 12px; 
  color : #ffffff; 
  text-decoration : underline; 
  font-weight: normal; 
  font-style: normal
  }
  
  a:active {   
  font-family : Arial, sans-serif;
  font-size : 12px;   
  color :#ffffff;   
  text-decoration : underline;   
  font-weight: normal
  } 
  
  
  
/* INICIO Clase para cajas de texto */  
  .textbox { 
  BORDER-RIGHT: #336699 1px solid; 
  BORDER-TOP: #336699 1px solid; 
  FONT-SIZE: 10pt; 
  BORDER-LEFT: #336699 1px solid; 
  CURSOR: text; 
  COLOR  : #336699; 
  TEXT-INDENT: 0pt; 
  BORDER-BOTTOM: #336699 1px solid; 
  FONT-FAMILY: Arial; 
  BACKGROUND-COLOR: #F2F7FF; 
  margin: 0;
  padding: 35;       
  text-decoration: none }
/* FIN Clase*/    
  

/* INICIO Clase para boton Ingreso Usuarios */
.button {
     padding: 0;
     margin: 0;
     border: 0;
     background: url(../imagenes/fondo_boton.gif) left top no-repeat;
     width: 110px;
     height: 40px;
     color: #000;
     font-size: 12px;
     font-weight: none;
     font-family: Arial, ;
     text-shadow: #333 1px 1px 3px;
     text-align: center;
     cursor: pointer;
}
/* Fin Clase*/

/* Clase cajas de texto Ingreso Usuarios */
.caja {
     padding: 0;
     margin: 0;
     border: 0;
     background: url(../imagenes/caja_login.gif) left top no-repeat;
     width: 166px;
     height: 31px;
     color: #666666;
     font-size: 12px;
     font-weight: none;
     font-family: Arial, ;
     text-shadow: #333 1px 1px 3px;
     text-align: left;
     cursor: left;
}
/* FIN Clase */

