/* CSS Document */

.clear {
  clear: both;
}

#formulario{
 /* font: 80%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
*/
font-size: 1.2em;
  color:#333333;
}

#buscador{
  font-size: 1.2em;
  color:#333333;
}

.reduce{
  font-size: 10px !important;
  color:#333333;

}


form {
/*  font-size: 1.2em;*/
  width: 100%;
/*  color:#333333;*/
  
}


/* fieldset styling */
fieldset {
  margin: 0px 0 9px; /*  space out the fieldsets a little*/
  padding: 9px;
  border : 1px solid #ccc;
/*  background-color:#F5F5F5*/
}

/* legend styling */
legend {
  font-weight: bold;
    color:#0046d5;
}

form p {
  position: relative;
  width: 100%;
  margin:7px;
}

/* style for  labels */
label {
	float: left;
	width: 12em;
	font-weight: bold;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
  font-size: 0.83em;
  color:#760000;
}


input {
  width: 300px;
 color:#333333;
}

input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}


/* style form elements on focus */
input:focus, textarea:focus {
 /* background: #ffc;*/
}

.bg{
 background: #FFFF99;
}
.bg2{
 background: #fff;
}


input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 400px;
  height: 100px;
  color:#333333;
}

