#lan-div-form-disponibilidad {width: 604px; margin: 2px auto;}
#lan-div-form-disponibilidad-inner {border-radius: 3px; box-shadow: 0px 0px 1px 1px #58513C; width: 100%; padding: 12px; background-color: #f1ead1;}
#lan-titulo {display: none;}
#lan-separador-fecha-tipo {display: none;}
.lan-input-fecha {background: url("../img/calendar_24.png") no-repeat scroll 0px 2px #ffffff; background-position: 99%; border: 1px solid #aaa; padding: 6px 4px; border-radius: 2px; width: 100px; cursor: pointer;}

#lan-div-fecha-entrada {float: left; width: 110px; margin: 2px;}
#lan-div-fecha-salida {float: left; width: 110px; margin: 2px;}
#lan-div-tipo-habitacion {float: left; margin: 2px; width: 160px; color: #45474b; font-family: Lato, sans-serif;}
#lan-tipo-habitacion {border: 1px solid #e4d4a3; padding: 5px 4px; border-radius: 2px; background-color: #fff; width: 150px;}

/*
#lan-boton-consultar {float: left; padding: 3px 12px; margin: 26px 0px 0px 2px; width: 200px; font-size: 1em; color: #8d8363; font-family: Lato, sans-serif;}
*/

#lan-boton-consultar {float: left; padding: 4px 12px; margin: 26px 0px 0px 2px; width: 200px; font-size: 1em; color: #fff; background-color: #8d8363;}

#lan-boton-consultar:hover {
  color: white;
  background-color: #c6b88d;
  transition: all .1s ease-in;
}


@media handheld, (max-width: 670px) {
  #lan-div-form-disponibilidad {width: 84%;}
  #lan-div-form-disponibilidad-inner {width: 95%;}
  #lan-div-fecha-entrada {width: 47%;}
  #lan-fecha-entrada {width: 95%;}
  #lan-div-fecha-salida {width: 48%;}
  #lan-fecha-salida {width: 95%;}
  #lan-div-tipo-habitacion {width: 98%;}
  #lan-tipo-habitacion {width: 98%;}
  #lan-boton-consultar {width: 96%; margin: 8px 2px 0px 2px;}
}

@media handheld, (max-width: 500px) {
  #lan-div-fecha-entrada {width: 95%;}
  #lan-div-fecha-salida {width: 95%;}
  #lan-boton-consultar {padding: 3px 2px; font-size: 0.9em;}
}