/* CSS Document */
#form1 * {
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-size: 10px !important;
}
/******************************************************************************/
#form1 * input{
background: #FFFFFF;
border: 1px solid #cccccc;
}
/******************************************************************************/
#form1 * input, 
#form1 * select{
border: 1px solid #808080;
margin-top:7px;
width:180px;
float:left;
height:15px !important
}
#form1 * textarea{
border: 1px solid #808080;
margin-top:7px;
width:180px;
float:left;
height:40px !important
}
/******************************************************************************/
#form1 * label{
margin-top:7px;
margin-right:5px;
color:#8C8C73;
font-weight:bold;
width:200px;
float:left;
clear:left;
text-align:right;
}
/******************************************************************************/
#form1 * label.medio{
width:300px;
}
/******************************************************************************/
#form1 * input[type=button]{
height:15px !important;
margin-top:7px;
margin-left:7px;
float:right;
clear:left;
width:70px;
}
/******************************************************************************/
#form1 * input[type=button]:hover{
background-position:0px -16px;
cursor:pointer;
}
/******************************************************************************/
.eso{
height:16px !important;
margin-top:7px;
margin-left:7px;
clear:left;
width:50px;
background: #FFFFFF;
border: 1px solid #808080;
}
/******************************************************************************/
.eso:hover{
background-position:0px -16px;
cursor:pointer;
}
/******************************************************************************/
#form1 input.fechaT, #form1 input.fileT{
width:140px;
}
/******************************************************************************/
#form1 input.fechaB{
font-size:8px;
margin-left:1px;
width:38px;
height:15px;
clear:none;
float:left;
}
/******************************************************************************/
#form1 input.fechaB:hover{
background-position:0px -16px;
cursor:pointer;
}
/******************************************************************************/
#form1 .invisible{
  display:none;
}
/******************************************************************************/
#form1 * input.error, 
#form1 * select.error, 
#form1 * textarea.error{
color:red;
}
/******************************************************************************/
#form1 div.error{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top:7px;
margin-left:15px;
height:15px;
float:left;
color:red;
}
/******************************************************************************/
#form1 .tiene,#form1 .notiene,#form1 .click{
font-weight: bold;
border:none;
color:#CCCCCC;
}
/******************************************************************************/
#form1 .tiene{
cursor:pointer;
color:#455A79;
}
/******************************************************************************/
#form1 .tiene:hover{
color:#455AFF;
}
/******************************************************************************/
#form1 .click{
  color:#FF0F0F;
}
/******************************************************************************/
#form1 div div ul{
margin-left:15px;
}
/******************************************************************************/
#form1 div div ul li{
color: #2B6FB6;
}
/******************************************************************************/
#form1 div div ul li span{
color: #000000;
}
/******************************************************************************/
#form1 div div ul li span:hover{
background-color:#96A7BF;
}
/******************************************************************************/
#form1 div div ul li input.check {
border: 1px solid #808080;
margin-right:5px;
width:15px;
height:15px;
float:none;
clear:none;
}
/******************************************************************************/
#form1 input.timeT{
width:40px;
}
/******************************************************************************/
#form1 label.timeL{
margin-top:7px;
width:40px;
float:left;
clear:none;
}
/******************************************************************************/
.check{
border: 1px solid #808080 !important;
margin-right:5px !important;
width:13px !important;
height:15px !important;
float:none !important;
clear:none !important;
}
/******************************************************************************/
