@import url('/css/main.css');

/***** Buscadores *****/

#contenido {
padding-left: 20px;
padding-right: 20px;
}

.forms {
float: left;
}

.forms form { 
background: none;
padding-left: 5px;
font-weight: normal;   
}

.forms select {
background-image: url('/images/input_bkg.gif');
background-position: top center;
background-repeat: repeat-x;
border:1px solid gray;
margin: 0 0 10px 5px;
color: #444;  
padding 1px;
}

.forms input {
background-image: url('/images/input_bkg.gif');
background-position: top center;
background-repeat: repeat-x;
border:1px solid gray; 
width: 100px;
margin: 0 0 10px 5px;
color: #444;
padding 1px;
}

.forms .button {
width: 86px;
height: 21px;
line-height: 21px;
padding-bottom: 3px;
background-image: url('/images/generic_btn_bkg.gif');
background-position: top center;
background-repeat: no-repeat;
color: white;
border: 0;
}

.forms img {
margin-left: 3px;
border: 1px solid silver;
vertical-align: middle;
}

.forms label {
font-weight: normal; 
margin-right: 0.5em;
float: left;
text-align: right;
color: gray;
width: 125px;
border:0;
}

.forms .radio {
background: none;
text-align: left;
width: 25px;
color: #444;
border: 0;
vertical-align: top; 
}

.forms fieldset {
padding: 0 0 10px 10px;
border:1px solid silver;   
background-color: #eee;
display: block;
margin: 10px 0 20px 0;
}

.forms p {
border: 0;
/*clear: both;*/ 
}

.forms li {
 list-style-type:none;
}

.forms legend {
background-color: #fff;
border: 1px solid #ccc;
font-weight: bold;
padding: 0.2em 0.5em;
color:#555;
margin-top: -10px !important;
margin-top: 0px ;
}

.forms label.error {
vertical-align: top;
font-size: 8pt;
color: red;
float: none;
margin-left: 10px;
width: 100px;
display: inline;
border:0;
}

.forms .error {
border: 1px dotted red; 
}

.forms .errorcaptcha {
border: 0;
padding-top: 5px;
font-size: 8pt;
color: red; 
}