/* CSS Document */

form dt.vacio {
display:none;
}

form dd {
text-align:left;
line-height:16px;
}

form input.textfield {
width:125px;
color:#000;
border:#000 solid 1px;
font-family:Arial, Helvetica, sans-serif;
/*font-size:8px;
font-weight:700;*/
text-transform:uppercase;
float:left;
clear:left;
margin:0 0 7px;
padding:1px 3px;
}

form input.boton {
background-image:url(../img/buscar.gif);
background-repeat:no-repeat;
background-position:top left;
width:24px;
height:18px;
cursor:pointer;
border:0;
font-size:0;
line-height:500px;
float:left;
}

div.tabs form {
float:left;
margin-right:20px;
}

div.tabs form input.textfield {
width:45px;
padding:1px 5px;
}

div.tabs form input.boton {
background-image:url(../img/buscar2.gif);
background-repeat:no-repeat;
background-position:top left;
width:19px;
height:14px;
cursor:pointer;
border:0;
font-size:0;
line-height:500px;
float:left;
}
