/************* MOTOR DE RESERVAS **************/


#motor_reserva{
    width: 940px;
    padding: 10px;
}
fieldset{
    float: left;
}
label{
    display: block;
}
#motor_reserva label, #motor_reserva p{
    color: rgb(38,25,8);
    font-size: 13px;
}
#booking_engine_title{
    float: left;
}
#contenedor_hotel{
    display: none;
}
#selector_hotel{
    width: 150px;
}
#hotel_destino{
    width: 100%;
}
#contenedor_fechas{
    padding-top: 20px;
}
#fecha_entrada input, #fecha_salida input{
	height: 18px;
	width: 90px;
	border: 1px solid #464646;
    border-radius: 4px;
	cursor: pointer;
}
#titulo_fecha_entrada, #titulo_fecha_salida{
    width: 100px;
}
.float_fecha{
    float: left;
}
.colocar_fechas{
    margin: 0 0 0 30px;
    height: 40px;
}
#contador_noches{
    display: none;
    float: right;
    margin-right: 25px;
}
#contenedor_habitaciones{
    width: 90px;
    height: 100px;
    margin: 0 0 0 30px;
}
#contenedor_habitaciones select{
    width: 50px;
}
#contenedor_habitaciones label{
    width: 80px;
}
#hab2, #hab3{
    display: none;
}
#hab1{
    position: relative;
}
#contenedor_opciones{
    width: 200px;
    height: 100px;
}
#contenedor_opciones select{
    width: 50px;
}
.numero_habitacion{
    display: none;
}
.adultos{
    float: left;
    margin: 0 15px 0 0;
}
#info_ninos{
    position: absolute;
    font-size: 9px !important;
    line-height: 10px;
    text-align: center;
}

label#info_ninos {
  width: 90px;
  line-height: 13px;
}

#envio{
    width: 140px;
    height: 100px;
    margin: 0 0 0 30px;
}
#envio input{
    display: block;
    width: 128px;
    margin: 10px 9px 10px 0;
    color: rgb(0,0,0);
    height: 18px;
	border: 1px solid #464646;
    border-radius: 4px;
}
#search-button{
    border: none;
    border-radius: 5px;
    font-weight: normal;
	padding: 6px 10px;
	font-size: 18px;
	cursor: pointer;
	overflow: visible;
    width: 130px;
}

#searchForm select {
    background: white;
    color: #333333;
}