



/* FORMULARIOS */

/*
.button {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #FBE0B1; 
   color: #333333; 
   font-size: 8pt;
}
*/

.button {
}

.button-old {
   background-color:      rgb(120,172,255);
   background:       rgb(120,172,255);
   border-color:     rgb(234,242,255);
   /* border-width:     1px; problemas con ns4 */
   font-family:      "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Sans-Serif;
   font-size:        1em;
   color:            white;
}


TEXTAREA, INPUT, SELECT, OPTION {
   font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
   color: black;
}







/*  Mantenedor */

.mantenedor_input_memo        { width: 350px; height: 100px; }
.mantenedor_input_htmlarea    { width: 500px; height: 350px; }
.mantenedor_input_text, 
.mantenedor_input_file, 
.mantenedor_input_email       { width: 250px; }
.mantenedor_input_popup       { width: 170px; }
.mantenedor_input_fecha_dia   {width: 20px; }
.mantenedor_input_fecha_mes   {width: 80px; }
.mantenedor_input_fecha_ano   {width: 33px; }
.mantenedor_input_fecha_hor,
 .mantenedor_input_fecha_min,
  .mantenedor_input_fecha_seg {width: 23px; }

.mantenedor_input_password    {width: 100px; }









