/* DISPONIBILIDAD DE VUELOS */
header {
    background: none;
    height:auto;
    text-align: center;
    padding-top:0;
    box-shadow: none;
}
.origen_destino_vuelo{
    margin-top:10px;
    text-align: center;
}
.origen_destino_vuelo img {
    vertical-align: middle;
}
.cont_datos_busqueda_vuelos {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
}
.cont_datos_busqueda_vuelos .pasajeros {
    font-size: 11px;
    color: #717171;
}
.cont_datos_busqueda_vuelos .indicador_precio_pax {
    float: right;
    margin-right: 0;
    font-size: 11px;
    margin-top: 5px;
}
[dir='rtl'] .cont_datos_busqueda_vuelos .indicador_precio_pax {
    float: left;
    margin-left: 10px;
    margin-right: 0;
}
.cont_datos_busqueda_vuelos .indicador_precio_pax .icono_precio_por_pax {
    width: 17px;
    height: 12px;
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -150px -50px;
    margin: 0 0 0 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .cont_datos_busqueda_vuelos .indicador_precio_pax .icono_precio_por_pax {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.titulo_ida,
.titulo_vuelta {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    width: 48%;
    float: left;
    text-align: center;
}
[dir='rtl'] .titulo_ida,
[dir='rtl'] .titulo_vuelta {
    float: right;
}
.titulo_ida .imagen_ida,
.titulo_vuelta .imagen_vuelta {
    margin-right: 5px;
    vertical-align: bottom;
    width: 30px;
    height: 18px;
}
.imagen_ida {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -496px -45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .imagen_ida {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.imagen_vuelta {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -496px -65px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .imagen_vuelta {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.titulo_ida {
    border-right: 1px solid #d6d6d6;
    width: 50%;
}
[dir='rtl'] .titulo_ida {
    border-left: 1px solid #d6d6d6;
    border-right:none!important;
}
.cont_vuelo {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 48%;
    margin: 10px 0 4px 0;
    position: relative;
    min-height:44px;
}
.cont_vuelo label {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}
.ida {
    float: left;
}
[dir='rtl'] .ida {
    float: right;
}
.vuelta {
    float: right;
}
[dir='rtl'] .vuelta {
    float: left;
}
.cont_vuelo.selected {
    background: #ffe7be;
}
.cont_vuelo.no_selected {
    background: #ffffff;
}
.cont_vuelo.selected .flecha,
.cont_vuelo.no_selected .flecha {
    height: 44px;
    border-left: 1px solid #d6d6d6;
    text-align:center;
    cursor:pointer;
    width:13%;
}
[dir='rtl'] .cont_vuelo.selected .flecha,
[dir='rtl'] .cont_vuelo.no_selected .flecha {
    border-right: 1px solid #d6d6d6;
    border-left:none!important;
}
.cont_vuelo.selected .flecha img,
.cont_vuelo.no_selected .flecha img{
    margin-top:18px;
}
.single_time.cont_vuelo .vuelo_selected,
.single_time.cont_vuelo .vuelo_no_selected {
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 1px 2px;
    float: left;
    line-height: 12px;
    width: auto;
}
[dir='rtl'] .single_time.cont_vuelo .vuelo_selected,
[dir='rtl'] .single_time.cont_vuelo .vuelo_no_selected {
    text-align: right;
    padding: 1px 2px;
    float: right;
}
.multiple_time.cont_vuelo .vuelo_selected,
.multiple_time.cont_vuelo .vuelo_no_selected {
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 1px 2px 1px 0;
    float: left;
    line-height: 12px;
    width:auto;
}
[dir='rtl'] .multiple_time.cont_vuelo .vuelo_selected,
[dir='rtl'] .multiple_time.cont_vuelo .vuelo_no_selected {
    text-align: right;
    padding: 1px 0 1px 2px;
    float: right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .cont_vuelo .vuelo_selected,
    .cont_vuelo .vuelo_no_selected {
        width: 73%;
    }
}
.vuelo_selected .radio_selected {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -200px -70px;
    margin: 11px 3px;
    float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .vuelo_selected .radio_selected {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.vuelo_no_selected .radio_no_selected {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -200px -50px;
    margin: 11px 3px;
    float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .vuelo_no_selected .radio_no_selected {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.crossed_flights{
    display: block;
    font-size:0.6em;
}
.precio_final .crossed_flights{
    color:#333;
}
.cont_vuelo .horario_vuelo {
    font-weight: bold;
    float: left;
    line-height: 15px;
    direction:ltr
}
[dir='rtl'] .cont_vuelo .horario_vuelo {
    float: right;
    padding-right: 3px;
}
.cont_vuelo span.dif_dias {
    font-size: 10px;
    float: left;
    line-height:15px;
}
[dir='rtl'] .cont_vuelo span.dif_dias {
    float: right;
}
.cont_vuelo span.escala {
    color: #717171;
    font-size: 11px;
    float:left;
    line-height: 10px;
}
[dir='rtl'] .cont_vuelo span.escala {
    float:right;
}
.btn_precio_seleccion_vuelo,
.btn_precio_seleccion_vuelo_solo_ida {
    border: none;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    clear:both;

}
.btn_precio_seleccion_vuelo {
    width: 100%;
    padding: 5px 0;
    /* height: 40px;*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .btn_precio_seleccion_vuelo {
        background: #e86b1b url('/headers/mobile/img/flecha_boton_precio.png') no-repeat 96% 50%;
    }
}
.btn_precio_seleccion_vuelo_solo_ida {
    float: right;
    width: 48%;
    margin-top: 10px;
    padding: 8px 0 8px 0;
    /* height: 40px;*/
    cursor: pointer;
}
[dir='rtl'] .btn_precio_seleccion_vuelo_solo_ida {
    float: left;
}
.btn_precio_seleccion_vuelo span.amount,
.btn_precio_seleccion_vuelo_solo_ida span.amount {
    padding:0;
}
.logo_aerolinea {
    margin-right: 5px;
    vertical-align: top;
}
.info_message {
    border: 1px solid #839fb7;
    font-size: 10px;
    padding: 10px;
    margin: 10px;
    color: #000;
}
.icon_info {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -250px -50px;
    margin: -3px 5px 0 0;
}
[dir='rtl'] .icon_info {
    margin: -3px 0 0 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icon_info {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
#disponibilidad_vuelos {
    margin: 5px 5px 0 5px;
}
.icon_persona {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -150px -50px;
    width: 12px;
    height: 11px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icon_persona {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.cont_vuelo input.radio_dispo {
    margin: 14px 3px 8px 3px;
    width: auto;
    min-height:18px;
    display: inline;
}

.img_ida_vuelta {
    background-image: url('/headers/mobile/img/sprite_generico.png');
    background-repeat:no-repeat;
    background-position: -200px -150px;
}

[dir='rtl'] .img_ida_vuelta {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -200px -150px;
    -moz-transform: scaleX(-1);
    /* Firefox */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Chrome y Safari */
    transform: scaleX(-1);
    /* w3org */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .img_ida_vuelta {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
/*Logos aerol?neas*/
.logo_aerolinea_disponibilidad {
    background-image: url('/headers/mobile/img/logos_aerolineas_sprite.png');
    background-repeat: no-repeat;
    width: 27px;
    height: 14px;
    margin: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .logo_aerolinea_disponibilidad {
        background-image: url('/headers/mobile/img/logo_aerolineas_sprite@2x.png');
        background-size: 930px 14px;
    }
}
.v_912 {
    background-position: 0 0;
}
/*Aegan Airlines*/
.v_844 {
    background-position: -30px 0;
}
/*Aerol?neas argentinas*/
.v_12 {
    background-position: -60px 0;
}
/*air_berlin*/
.v_146 {
    background-position: -90px 0;
}
/*Air France*/
.v_19 {
    background-position: -120px 0;
}
/*Air Europa*/
.v_167 {
    background-position: -150px 0;
}
/*Alitalia*/
.v_18 {
    background-position: -180px 0;
}
/*Avianca*/
.v_57 {
    background-position: -210px 0;
}
/*British*/
.v_51 {
    background-position: -240px 0;
}
/*Czech*/
.v_21 {
    background-position: -270px 0;
}
/*Delta*/
.v_3 {
    background-position: -300px 0;
}
/*American airlines*/
.v_1090 {
    background-position: -330px 0;
}
/*EasyJet*/
.v_829 {
    background-position: -360px 0;
}
/*Emirates*/
.v_72 {
    background-position: -390px 0;
}
/*etihad*/
.v_433 {
    background-position: -420px 0;
}
/*iberia*/
.v_27 {
    background-position: -450px 0;
}
/*KLM*/
.v_26 {
    background-position: -480px 0;
}
/*LAN airlines*/
.v_13 {
    background-position: -510px 0;
}
/*lufthansa*/
.v_82 {
    background-position: -540px 0;
}
/*Qtar*/
.v_65 {
    background-position: -570px 0;
}
/*Ryanair*/
.v_83 {
    background-position: -600px 0;
}
/*Saudia*/
.v_22 {
    background-position: -630px 0;
}
/*SAS*/
.v_48 {
    background-position: -660px 0;
}
/*Swiss*/
.v_145 {
    background-position: -690px 0;
}
/*TAM*/
.v_752 {
    background-position: -720px 0;
}
/*TAP*/
.v_14 {
    background-position: -750px 0;
}
/*Turkish*/
.v_88 {
    background-position: -780px 0;
}
/*United airlines*/
.v_7 {
    background-position: -810px 0;
}
/*US Airways*/
.v_9 {
    background-position: -840px 0;
}
/*Vueling*/
.v_843 {
    background-position: -870px 0;
}
/*WiZZ*/
.v_880 {
    background-position: -900px 0;
}
/* Fin disponibilidad de vuelos*/
/*Eleccion de horario de vuelo*/
/*.cont_horarios_vuelos {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  margin: 10px 4% 0 4%;
  z-index: 1000;
  position: absolute;
  background: #FFF;
  border: 1px solid #d6d6d6;
}
.cont_horarios_vuelos .titulo_seleccion_vuelo {
  font-size: 13px;
  padding: 7px 0;
  text-align: center;
  width: 85%;
}*/
.mSideMenu_container {
    width:  100%!important;
}
.botonera{
    left:0!important
}

.navbar-nav{margin:0}

.boton_pulse_continent_left {
    float: left;
    margin-left: 0;
}
[dir='rtl'] .boton_pulse_continent_left {
    float: right;
    margin-right: 0;
    margin-left:0;
}
.boton_pulse_continent_right {
    float: right;
    margin-right: 0;
}
[dir='rtl'] .boton_pulse_continent_right {
    float: left;
    margin-left: 0;
    margin-right:0;
}
.volver_mobile {
    background: url('/headers/mobile/img/sprite_generico.png');
    background-repeat: no-repeat;
    background-position: -135px 7px;
    margin-left: 0;
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #7d7d7d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



