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


#motor_reserva{
    padding: 10px;
}
#booking fieldset{
    margin: 8px 0 0;
}
#booking label{
    display: block;
}
#selector_hotel{
    width: 100%;
}
#hotel_destino{
    width: 100%;
}
#fecha_entrada input, #fecha_salida input{
	height: 18px;
	width: 88px;
	border: 1px solid #464646;
    border-radius: 4px;
	cursor: pointer;
}
#fecha_entrada{
    margin: 0 15px 0 0;
}
.colocar_fechas{
    float: left;
}
#contador_noches{
    display: none;
}
#contenedor_habitaciones select{
    width: 92px;
}
#contenedor_habitaciones label{
    float: left;
    width: 108px;
}
#hab1{
    position: relative;
}
#hab2, #hab3{
    display: none;
}
#contenedor_opciones select{
    width: 92px;
}
.numero_habitacion{
    display: none !important;
}
.adultos{
    float: left;
    margin: 0 15px 0 0;
}
#info_ninos{
    position: absolute;
    line-height: 10px;
    text-align: center;
}
#envio input{
    width: 95px;
    margin: 0 9px 0 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;
}