/****************************************************
 * Busqueda Avanzada *
****************************************************/

#busqueda_av {
  float: left;
  width: 600px;
  padding: 0 0 0 11px; 
}

#busqueda_av h2 {
  padding: 0 0 0 2px;
}
#busqueda_av form {
  float: left;
  width: 600px;

  padding: 0 0 15px;
  background: url(../images/divisor.png) left bottom repeat-x;
}
#busqueda_av form .form_block {
  float: left;
  width: 160px;
  height: 45px;
}
#busqueda_av form .last {
  width: 180px;
}
#busqueda_av form label {
  float: left;
  width: 100%;
  font: 12px/22px Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0 0 0 4px;
}
#busqueda_av form input.text {
  float: left;
  border: 1px solid #323232;
  padding: 3px 3px 0;
  width: 134px;
  height: 17px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666;
}

#busqueda_av form select {
  float: left;
  border: 1px solid #323232;
  width: 138px;
  height: 22px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666;
}
#busqueda_av form input.buscar {
  float: left;
  margin: 0 0 0 12px;
  width: 25px;
  height: 22px;
  background: url(../images/busqueda_av_buscar.png) no-repeat;
  border: none; 
  cursor: pointer;
}


/****************************************************
 * Resultados *
****************************************************/

#resultado {
  float: left;
  padding: 11px 0 0;
}
#resultado h2 {
  background: #0488cd;
  height: 23px;
  padding: 0 0 0 6px;
  width: 600px;
  font-size: 16px;
  color: #fff; 
  line-height: 23px;
}

ul#resultados {
  float: left;
  width: 600px;
  padding: 21px 0 0 17px;
}
ul#resultados li {
  float: left;
  width: 587px;
    _width: 580px;
  padding-bottom: 13px;
}
ul#resultados li a.img {
  float: left;
  margin: 0 17px 0 0;
}
ul#resultados li .res_datos {
  float: left;
  width: 300px;
}
ul#resultados li .res_datos p a {
  font-weight: bold;
}
ul#resultados li .res_valor {
  float: right;
  width: 100px;
}
ul#resultados li .res_valor p {
  text-align: right;
  padding: 2px 7px 0 0;
}

ul#resultados li .res_valor .stars {
  float: right;
  padding: 8px 2px 0 0;
}
ul#resultados li .res_valor span {
  float: left;
  width: 15px;
  height: 14px;
  margin: 0 0 0 2px;
  background: url(../images/stars.png) no-repeat; 
}
ul#resultados li .res_valor span.inactive {
  background-position: 0 -14px;
}
