body{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}

a{
 color: #999;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

h1, h2, h3, h4 {
 font-family: "Times New Roman", serif;
 color: #796f59;
 text-transform: uppercase;
 font-size: 18px;
 font-weight: normal;
}


/* Forms */

input, select{
  color: #13273A;
  padding: 4px;
}

option{
  color: #13273A !important;
  height: 20px;
}

.submit_button {
 border: 1px solid #999;
 margin-top: 5px;
 background-color: #A2A8B3;
 color: white;
 padding: 5px 15px;
 font-weight: bold;
}



#buscador2 div.form-field input{
 width: 100%;
}
 
#buscador1 select {
  width: 740px;
  float: right;
}


#buscador3 select {
  width: 740px;
  background-color: #FFF;
}


#buscador1 label {
  clear: both;
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
}

#buscador1 .form-footer {
  clear: both;
}

/* Nube de tags */
.tag-cloud{ text-align:center; }
.tag-cloud li { display: inline; }
.tag-cloud  small small a { font-size:0.9em; color:#aaa; }
.tag-cloud  small a { font-size:1em; color:#888; }
.tag-cloud  big a { font-size:1.2em; color:#444; }
.tag-cloud  big big a { font-size:1.3em; color:#333; }

.footer{
  background-color: #a2a8b3;
  padding: 10px 25px;
  color: #FFF;
}

.footer a{
 color: #FFF;
}

.footer .left{
 float: left;
 display: block;
}

.footer .contact{
 float: right;
 display: block;
}

.solicitud .left {
  width: 380px;
  float: left;
}

.solicitud .right {
  width: 380px;
  float: right;
}

.solicitud .left input, .solicitud .right input {
  width: 250px;
}

.solicitud .avisolegal {
  padding-top: 10px;
}

.solicitud .botonenviar {
  width: 100%;
  margin-bottom: 20px;
}

.flash_notice, .flash_error {
  border: 1px solid #0F0;
  background-color: white;
  color: #0B0;
  margin-top: 10px;
  padding: 10px 20px;
}

.flash_error {
  border-color: #F00;
  color: #F00;
}

.contenido{
  padding-bottom: 15px;
}

table {
  text-align: left;

}
