input,
select,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #777;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
form a {
    text-decoration: none;
}

.cleft {
    clear: left;
}
.hidden {
    display: none;
}
.input_up {
    border-bottom: 1px solid #ccc;
}
.input_big {
    -moz-box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px !important;
    display: block;
}
.button {
    -webkit-appearance: none;
    background: none repeat scroll 0 0 #E86B1B;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF!important;
    font-weight: bold;
    margin: 30px 0;
    padding: 10px 20%;
    font-size: 14px;
    text-decoration: none;
}
.button:hover {
    background: #fff;
    color: #e86b1b!important;
}
.clear {
    clear: both;
}
.oculta {
    display: none;
}
.salta_5 {
    margin-top: 5px;
}
.salta_10 {
    margin-top: 10px;
}
.salta {
    margin-top: 15px;
}
.side_margin{
    padding:0 10px;
}
.enlaces_login {
    width: 250px;
    margin: 0 auto;
}
.enlaces_login a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.input_registro {
    border-bottom: 1px solid #ddd;
    display: block;
}
.separador {
    border-bottom: 1px solid #ddd;
    display: block;
    height: 38px;
}
.mensaje {
    background: #fff;
    padding: 5px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.fleft {
    float: left;
}
[dir='rtl'] .fleft {
    float: right;
}
.fright {
    float: right;
}
[dir='rtl'] .fright {
    float: left;
}
.p10 {
    padding: 10px;
}
.mright {
    margin-right: 10px;
}
ul.selector {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
ul.selector li {
    margin: 5px 0 10px 0;
    padding: 7px 0;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #6a98a7;
    background: #8cbbcb;
    /* Old browsers */

    background: -moz-linear-gradient(top, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cbbcb), color-stop(50%, #82b2c8), color-stop(100%, #72a4c5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cbbcb', endColorstr='#72a4c5', GradientType=0);
    /* IE6-9 */

    cursor: pointer;
}
ul.selector li a {
    color: #FFF;
}
ul.tercio li {
    width: 33.3%;
}
ul.mitad li {
    width: 50%;
}
ul.selector li.first {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.selector li.last {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0;
}
ul.selector li.activa {
    -moz-box-shadow: inset 0 0 15px #457090;
    -webkit-box-shadow: inset 0 0 15px #457090;
    box-shadow: inset 0 0 15px #457090;
}

/* Buscador de hoteles */
/*------------------ General ------------------*/
.widgets_search_hotelsearchwidget {
    padding: 20px 10px 10px 10px;
}
.widgets_search_hotelsearchwidget form > div + div {
    margin-top: 10px;
}
.widgets_search_hotelsearchwidget form h5 {
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 70%;
}
/*------------------ Inputs ------------------*/
.widgets_search_hotelsearchwidget input.text {
    display: block;
    width: 100%;
    height: 40px;
    padding: 11px 11px 11px 36px;
    margin: 0;
    border: 1px solid #acacac;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 13px;
    line-height: 1em;
    background-image: url('/headers/mobile/img/bg_input_localidad.gif');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size:19px 25px;
}
[dir='rtl'] .widgets_search_hotelsearchwidget input.text {
    background-image: url('/headers/mobile/img/bg_input_localidad.gif');
    background-repeat: no-repeat;
    background-position: 99%;
    padding: 11px 30px 11px 11px;
}
@media only screen and (min-width:800px) {
    [dir='rtl'] .widgets_search_hotelsearchwidget input.text {
        padding: 11px 45px 11px 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) {
    .widgets_search_hotelsearchwidget input.text {
        background-image: url('/headers/mobile/img/bg_input_localidad@2x.gif');
    }
}
/*------------------ Selects ------------------*/
.widgets_search_hotelsearchwidget div.select {
    position: relative;
    height: 40px;
    border: 1px solid #acacac;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 13px;
    line-height: 1em;
    overflow: hidden;
    background-color: #fff;
}
.widgets_search_hotelsearchwidget div.select > select {
    width:100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 11px 49px 11px 11px;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    background: transparent;
}
.widgets_search_hotelsearchwidget div.select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    display: block;
    border-left: 1px solid #acacac;
    background-color: #fff;
    pointer-events: none;
    z-index: 1;
    border-radius: 0 5px 5px 0;
}
.widgets_search_hotelsearchwidget div.select:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    width: 12px;
    height: 6px;
    display: block;
    background: transparent url('/headers/mobile/img/sprite_generico.png') no-repeat 0 -40px;
    pointer-events: none;
    z-index: 1;
}
@-moz-document url-prefix() {
    .widgets_search_hotelsearchwidget div.select > select {
        rigth: auto;
        padding-right: 0;
        width: 100%;
    }
}
/*------------------ Buttons ------------------*/
.widgets_search_hotelsearchwidget button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 16px;
    line-height: 1em;
    background-color: #E86B1B;
    color: #fff;
}
/*------------------ Check Dates ------------------*/
div.dates {
    margin: 10px 0;
}
.widgets_search_hotelsearchwidget div.dates:after {
    content: "";
    display: block;
    clear: both;
}
.widgets_search_hotelsearchwidget div.dates > a {
    position: relative;
    color: #fff;
    display: block;
    float: left;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 50%;
    padding: 10px 0;
    background: transparent;
}
[dir='rtl'] .widgets_search_hotelsearchwidget div.dates > a {
    float: right;
}
.widgets_search_hotelsearchwidget div.dates p {
    padding-right: 40px;
}
[dir='rtl'] .widgets_search_hotelsearchwidget div.dates p {
    padding-left: 40px;
    padding-right: 0;
}
.widgets_search_hotelsearchwidget div.dates > a:first-child {
    padding-right: 10px;
}
[dir='rtl'] .widgets_search_hotelsearchwidget div.dates > a:first-child {
    padding-right: 10px;
    padding-left: 0;
}
.widgets_search_hotelsearchwidget div.dates > a + a {
    border-left: 1px solid #acacac;
    padding-left: 10px;
}
[dir='rtl'] .widgets_search_hotelsearchwidget div.dates > a + a {
    border-right: 1px solid #acacac;
    border-left: 0;
    padding-right: 10px;
    padding-left: 0;
}
.widgets_search_hotelsearchwidget div.dates > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    background-image: url('/headers/mobile/img/sprite_generico.png');
    background-repeat: no-repeat;
    background-position: -400px -100px;
    background-color: #fff;
}
[dir='rtl'] .widgets_search_hotelsearchwidget div.dates > a:after {
    left: 10px!important;
    right: auto!important;
}
@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) {
    .widgets_search_hotelsearchwidget div.dates > a:after {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.widgets_search_hotelsearchwidget div.dates > a + a:after {
    right: 0;
}
/*------------------ Occupancy ------------------*/
.widgets_search_hotelsearchwidget ul.rooms {
    margin-top: 10px;
}
.widgets_search_hotelsearchwidget ul.rooms > li > div:after {
    position: relative;
    content: "";
    display: block;
    clear: both;
}
.widgets_search_hotelsearchwidget ul.rooms > li > div > div {
    float: left;
    width: 50%;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
[dir='rtl'] .widgets_search_hotelsearchwidget ul.rooms > li > div > div {
    float: right;
}
.widgets_search_hotelsearchwidget ul.rooms > li > div > div:nth-child(odd) {
    padding-right: 10px;
}
[dir='rtl'] .widgets_search_hotelsearchwidget ul.rooms > li > div > div:nth-child(odd) {
    padding-left: 10px;
    padding-right: 0;
}
.cont_edad_ninios {
    display: inline-table;
    margin: 0 0 10px 0;
    height: 38px;
    position: relative;
    width: 48%;
    border: 1px solid #ACACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cont_edad_ninios select {
    border: none;
    width: 100%;
    background-image: url('/headers/mobile/img/flecha_select.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-color: #FFF;
    margin: 9px 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* data-native-menu=?false?*/
}
[dir='rtl'] .cont_edad_ninios select {
    background-position: 2% center;
}
.indicator_mobile {
    display: none;
    text-align: center;
    font-size: 18px;
}
.cont_boton input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* fin buscador hoteles*/
/*Buscador de vuelos*/
#cont_salida_vuelo, #cont_llegada_vuelo {
    color: #fff;
}
.cont_salida_vuelo {
    width: 50%;
    border-right: 1px solid #acacac;
    font-size: 12px;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0;
    float: left;
    cursor: pointer;
}
[dir='rtl'] .cont_salida_vuelo {
    float: right;
    border-left: 1px solid #acacac;
    border-right: none;
}
[dir='rtl'] .cont_salida_vuelo div,
[dir='rtl'] .cont_llegada_vuelo div {
    width: 95px;
}
.cont_salida_vuelo_solo_ida {
    width: 50%;
    font-size: 12px;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0;
    float: left;
    border-right: none;
    cursor: pointer;
}
[dir='rtl'] .cont_salida_vuelo_solo_ida {
    float: right;
    border-right: none;
}
.cont_llegada_vuelo {
    width: 47%;
    float: right;
    font-size: 12px;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0 5px 5px;
    cursor: pointer;
}
[dir='rtl'] .cont_llegada_vuelo {
    float: left;
    margin: 5px 5px 5px 0;
}
form.formulario_busqueda_vuelos {
    width: auto;
    padding: 10px;
    margin-top: 10px;
    color:#fff;
}
form.formulario_busqueda_vuelos .cont_mas_menos_pax {
    color: #000;
}
input.origen {
    width: 100%;
    font-size: 13px;
    background-image: url('/headers/mobile/img/sprite_generico.png');
    background-position: -547px -519px;
    background-repeat: no-repeat;
    height: 37px;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 44px!important;
    color:#000;
}
@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) {
    input.origen {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
[dir="rtl"] input.origen {
    padding-left: 0;
    padding-right: 50px;
    background-position: 100% -560px;
}
input.destino {
    width: 100%;
    font-size: 13px;
    background-image: url('/headers/mobile/img/sprite_generico.png');
    background-position: -547px -560px;
    background-repeat: no-repeat;
    height: 37px;
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 44px!important;
    color: #000;
}
@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) {
    input.destino {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
[dir="rtl"] input.destino {
    padding-left: 0;
    padding-right: 50px;
    background-position: 100% -519px;
}
.cont_boton button {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */

    -webkit-appearance: none;
    /* Safari and Chrome */

}
.tipo_clase {
    display: inline-table;
    margin: 0 0 10px 0;
    height: 38px;
    position: relative;
    width: 100%;
    border: 1px solid #ACACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.tipo_clase select {
    border: none;
    width: 100%;
    background-image: url('/headers/mobile/img/flecha_select.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-color: #FFF;
    margin: 9px 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*data-native-menu=?false?*/

}
[dir="rtl"] .tipo_clase select {
    background-position: 2% center;
}
/* fin BUSCADOR DE VUELOS */

/* Seleccion localidad / aeropuerto */
.titulo_seleccion {
    background: #808080;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #444;
    margin: 0;
    padding:5px 0;
}
.item_selection li {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
    list-style-type: none;
    clear: both;
}
.item_selection li.ultimo {
    border-bottom: none !important;
}
.item_selection li input {
    float: left;
    margin: 14px;
}
[dir='rtl'] .item_selection li input {
    float: right;
    margin: 14px;
}
.item_selection li label {
    color: #808080;
    float: left;
    line-height: 19px;
    font-weight: normal;
}
[dir='rtl'] .item_selection li label {
    float: right;
}
.item_selection li label strong {
    color: #000000;
}
.cont_selecc_item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cont_selecc_item .titulo_vuelo,
.emergente .titulo_filtro {
    text-transform: uppercase;
    color: #464445;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-size:1.4em;
}
.titulo_localidad{
    color: #464445;
    font-weight: bold;
    text-align: center;
    font-size:1.4em;
    margin:10px 0;
}
.cont_selecc_item img.volver_mobile {
    padding: 0;
    margin-bottom: 10px;
}
#overBlock{
    visibility: hidden;
    position: fixed;
    top:0;
    z-index: 999;
    padding: 20px 0;
    background-color: #555;
    width: 100%;
    height: 100%;
    text-align:center;
}
.bg_cortina{
    color:#FFF;
}
[dir='rtl'] .bg_cortina img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* Fin eleccion localidad / aeropuerto*/

/* DISPONIBILIDAD DE VUELOS */
.origen_destino_vuelo{
    margin-top:10px;
}
.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: 10px;
    font-size: 11px;
    margin-top: 22px;
}
[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;

}
.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 5px
}
.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;
}

.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%;
}*/
#mp_mobile_timetable_content ul.layout_eleccion_horario{
    margin:0;
}
#mp_mobile_timetable_content ul.layout_eleccion_horario li {
    border-top: 1px solid #d6d6d6;
    line-height: 40px;
    font-size: 13px;
    list-style-type: none;
    padding: 0 10px;
}

#mp_mobile_timetable_content ul.layout_eleccion_horario li input[type=radio] {
    margin: 0 0 0 5px;
    padding: 0;
    border: 0;
    vertical-align: middle;
    display:inline;
}
[dir='rtl'] #mp_mobile_timetable_content ul.layout_eleccion_horario li input[type=radio] {
    margin: 0 7px 0 0; display: inline-block;
}
#mp_mobile_timetable_content ul.layout_eleccion_horario li .dif_dias {
    font-size: 11px;
    margin: 0 5px;
}
#mp_mobile_timetable_content ul.layout_eleccion_horario li .escalas {
    font-size: 11px;
    color: #6a6a6a;
}
.layout_eleccion_horario label{
    display:inline;
}
.cerrar {
    background: url('/headers/mobile/img/sprite_generico.png') no-repeat -250px 0;
    width: 16px;
    height: 13px;
    margin: 10px 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) {
    .cerrar {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
/* Detalle del vuelo con desglose de precio*/
.info_vuelo_salida_llegada {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.datos_vuelo {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #cbcbcb;
    text-align: center;
    margin: 5px 0;
    color: #676767;
}
[dir='rtl'] .datos_vuelo {
    float: right;
    border-left: 1px solid #cbcbcb;
    border-right: none;
}
.datos_vuelo strong {
    font-size: 14px;
    color: #000000;
}
.cont_info_vuelo_detallado {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #cbcbcb;
    margin: 5px 0 15px 0;
    font-size: 11px;
}
.vuelo_salida_llegada {
    padding: 5px 10px 0 10px;
    font-size: 10px;
}
.ciudad_salida {
    font-size: 11px;
    font-weight: 700;
}
.separador_vuelos {
    border-bottom: 1px solid #cbcbcb;
    width: auto;
    font-size: 1px;
}
.operado_por {
    font-size: 11px;
}
#desglose_total_info_vuelo {
    background: #e9e9e9;
    padding: 10px;
}
.titulo_info_vuelo {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
}
[dir='rtl'] .titulo_info_vuelo {
    float: right;
}
table.desglose_presupuesto {
    padding-top: 4px;
}
table.desglose_presupuesto th {
    background: #8a8a8a;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
}
table.desglose_presupuesto th.superior_izquierda {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
[dir='rtl'] table.desglose_presupuesto th.superior_izquierda {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    text-align: right;
}
table.desglose_presupuesto th.superior_derecha {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    text-align: right;
    margin-right:5px;
}
[dir='rtl'] table.desglose_presupuesto th.superior_derecha {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
table.desglose_presupuesto td.inferior_derecha {
    text-align: right;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
[dir='rtl'] table.desglose_presupuesto td.inferior_derecha {
    text-align: left;
    border-left: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
table.desglose_presupuesto td.inferior_izquierda {
    text-align: left;
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
[dir='rtl'] table.desglose_presupuesto td.inferior_izquierda {
    text-align: right;
    border-right: 1px solid #cbcbcb;
    border-left: none;
    border-bottom: 1px solid #cbcbcb;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
table.desglose_presupuesto td {
    font-size: 11px;
    text-align: left;
    line-height: 21px;
    padding: 0 0 0 5px;
    background: #FFF;
}
[dir='rtl'] table.desglose_presupuesto td {
    padding: 0 5px 0 0;
}
table.desglose_presupuesto td.concepto_resumen {
    border-left: 1px solid #cbcbcb;
    text-align: left;
}
[dir='rtl'] table.desglose_presupuesto td.concepto_resumen {
    border-right: 1px solid #cbcbcb;
    border-left: none;
    text-align: right;
}
table.desglose_presupuesto td.precios_desglose {
    font-size: 11px;
    text-align: right;
    border-right: 1px solid #cbcbcb;
    padding: 0 5px 0 0;
}
[dir='rtl'] table.desglose_presupuesto td.precios_desglose {
    text-align: left;
    border-left: 1px solid #cbcbcb;
    border-right: none;
    padding: 0 0 0 5px;
}
table.desglose_presupuesto td.precio_final {
    font-weight: 700;
    font-size: 17px;
    padding: 5px 5px 10px 5px;
}
table.desglose_presupuesto td.final {
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
}
table.desglose_presupuesto .separador_total_vuelos {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #cbcbcb;
    line-height: 0!important;
    padding: 5px 0 0 0;
}
/* Fin detalle del vuelo*/
/* Estilos comunes para buscador de hoteles y vuelos */
.calendario_buscador{
    float:right;
    cursor:pointer;
    background-image:url('/headers/mobile/img/sprite_generico.png');
    background-position:-400px -100px;
    background-color: #fff;
}
[dir="rtl"] .calendario_buscador{
    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) {
    .calendario_buscador {
        background-image:url('/headers/mobile/img/sprite_generico@2x.png');
        background-size:600px 800px;
    }
}
.calendario_buscador.entrada {
    margin: 5px 5px 0 5px;
}
.calendario_buscador.salida {
    margin: 5px 0 0 5px;
}
[dir="rtl"] .calendario_buscador.salida {
    margin: 5px 0 0 0;
}
/*------------------ NumericWidget ------------------*/
div.numericwidget {
    position: relative;
    height: 38px;
    padding: 0 38px;
    border-radius: 5px;
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.numericwidget > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    transition: opacity 350ms;
}
div.numericwidget > a.minus {
    left: 0;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ACACAC;
}
[dir='rtl'] div.numericwidget > a.minus {
    left: auto;
    right: 0;
    border-left: 1px solid #ACACAC;
    border-radius: 0;
    border-right: none;
}
div.numericwidget > a.plus {
    right: 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ACACAC;
}
[dir='rtl'] div.numericwidget > a.plus {
    left: 0;
    right: auto;
    border-right: 1px solid #ACACAC;
    border-radius: 0;
    border-left: none;
}
div.numericwidget > a:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url('/headers/mobile/img/sprite_generico.png') no-repeat 0 0;
}
div.numericwidget > a.plus:after {
    background-position: 0 -20px;
}
div.numericwidget > a.disabled {
    opacity: .5;
    pointer-events: none;
}
div.numericwidget > div {
    display: table;
    width: 100%;
    height: 100%;
}
div.numericwidget > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0.9em;
    font-size: 0.9em;
}
div.numericwidget > div > div b{
    font-size:1.3em;
}
/*------------------ CalendarWidget ------------------*/
div.calendar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 36px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    div.calendar {
        font-size: 36px;
    }
}
@media only screen and (min-device-width: 320px) and (orientation: portrait) {
    div.calendar {
        font-size: 57px;
    }
}
@media only screen and (min-device-width: 640px) and (orientation: landscape) {
    div.calendar {
        font-size: 42px;
    }
}
@media only screen and (min-device-width: 768px) {
    div.calendar {
        font-size: 80px;
    }
}
div.calendar div.weekdays{
    font-size:0.6em;
}
div.calendar div.title {
    line-height: 2em;
}
div.calendar > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F7F7F7;
}
div.calendar * {
    line-height: 1em;
    text-align: center;
}
div.calendar a {
    display: block;
    text-decoration: none;
    transition: background-color 350ms;
}
div.calendar div:after {
    content: "";
    display: block;
    clear: both;
}
div.calendar div.month {
    position: relative;
    height: 1em;
}
div.calendar div.month > div {
    font-size: .35em;
    line-height: 2.5em;
    text-align: center;
    padding: .275em 0 0 0;
}
[dir='rtl'] div.calendar div.month > div {
    font-size: .3em;
    line-height: 2.5em;
}
div.calendar a.disabled {
    opacity: .3;
    pointer-events: none;
}
div.calendar a.prev,
div.calendar a.next {
    position: absolute;
    top: 0;
    width: 1em;
    height: 1em;
    padding: 0;
}
div.calendar a.prev {
    left: 0;
}
[dir='rtl'] div.calendar a.prev {
    right: 0;
    left: auto;
}
div.calendar a.next {
    right: 0;
}
[dir='rtl'] div.calendar a.next {
    left: 0;
    right: auto;
}
div.calendar a.prev:before,
div.calendar a.prev:after,
div.calendar a.next:before,
div.calendar a.next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: .4em;
    border-style: solid;
    position: absolute;
    top: .1em;
}
div.calendar a.prev:before {
    left: -0.2em;
}
[dir='rtl'] div.calendar a.prev:before {
    right: -0.2em;
    left: auto;
    border-color: transparent transparent transparent #e86b1b;
}
div.calendar a.prev:after {
    border-color: transparent #F7F7F7 transparent transparent;
    left: -0.1em;
}
[dir='rtl'] div.calendar a.prev:after {
    border-color: transparent transparent transparent #F7F7F7;
    left: .3em;
}
div.calendar a.next:before {
    right: -0.2em;
}
[dir="rtl"] div.calendar a.next:before {
    left: -0.2em;
    right: auto;
}
div.calendar a.next:after {
    border-color: transparent transparent transparent #F7F7F7;
    right: -0.1em;
}
[dir='rtl'] div.calendar a.next:after {
    border-color: transparent #F7F7F7 transparent transparent;
    right: .3em;
}
div.calendar div.actions {
    border-bottom: 1px solid #ACACAC;
    font-size: 0.4em;
}
div.calendar div.actions > a.cancel {
    position: relative;
    float: right;
    cursor: pointer;
    display: block;
    margin: .8em .2em;
    background: transparent;
}
div.calendar div.actions > a.cancel:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url('/headers/mobile/img/sprite_generico.png') no-repeat -250px 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) {
    div.calendar div.actions > a.cancel:after {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
[dir='rtl'] div.calendar div.actions > a.cancel {
    float: left;
}
div.calendar div.actions > a {
    padding: .8em;
    font-size: 0.5em;
}
div.calendar div.actions > a.set {
    float: right;
    font-weight: bold;
}
[dir='rtl'] div.calendar div.actions > a.set {
    float: left;
}
div.calendar div.weekdays > div,
div.calendar div.days > * {
    float: left;
    width: 14.285714286%;
    padding: .4em 0;
    font-size: .35em;
}
[dir='rtl'] div.calendar div.weekdays > div,
[dir='rtl'] div.calendar div.days > * {
    float: right;
    font-size: .25em;
}
div.calendar div.days > * {
    border-top: 1px solid #ACACAC;
    background-color: #fff;
}
div.calendar div.days > a {
    color: #333;
}
div.calendar div.days > span {
    color: #ccc;
}
div.calendar div.days > div {
    width: 50%;
    float: left;
}
div.calendar div.days > .selected {
    color: #fff;
    pointer-events: none;
}
/* ---------------------------- fin calendarWidget --------------------------- */
.cont_mas_menos_pax {
    display: inline-table;
    margin: 0 0 10px 0;
    width: 48%;
}
.cont_mas_menos_pax .seleccion_habitacion span {
    font-size: 11px;
    font-weight: normal;
}
.cont_boton {
    text-align: center;
}
.cont_boton button,
.cont_boton .boton_principal,
.cont_boton input[type=submit],
a.boton_principal,
input.boton_principal {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 1.2em;
    font-weight: normal;
    width: 98%;
    cursor: pointer;
    margin: 0 auto;
    padding: 8px 0;
    color: #FFF;
}
.btn_decreciente {
    background: url('/headers/mobile/img/sprite_generico.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
@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_decreciente {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.btn_creciente {
    background: url('/headers/mobile/img/sprite_generico.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
@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_creciente {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
/* fin estilos comunes buscador de hoteles y vuelos */
/* COMUNES LISTADO HOTELES y VUELOS */

.decimals{
    font-size:0.7em;
}

/* LEGACY DESTINIA */

a {
    text-decoration: none;
    color: #e86b1b;
}
/* Estilos comunes para buscador de hoteles y vuelos */
.cont_boton button,
.cont_boton input[type=submit],
a.boton_principal,
input.boton_principal{
    color:#FFF;
    background:#e86b1b;
}
/* fin estilos comunes buscador de hoteles y vuelos */

/* estilos comunes listado de hoteles y vuelos */
/* slider */
.noUi-handle{
    background:#e86b1b;
}
/* fin slider */
/* fin estilos comunes listado de hoteles y vuelos */

/* -------------- listado de disponibilidad vuelos -------------------------- */
.searching_message{text-align:center;color:#e86b1b;padding:10px;font-size:1em;}

.btn_precio_seleccion_vuelo{
    background: #e86b1b url('/headers/mobile/img/flecha_boton_precio.png') no-repeat 98% 50%;
}
[dir='rtl'] .btn_precio_seleccion_vuelo{
    background: #e86b1b url('/headers/mobile/img/flecha_boton_precio_ar.png') no-repeat 2% 50%!important;
}
.btn_precio_seleccion_vuelo_solo_ida{
    background: #e86b1b url('/headers/mobile/img/flecha_boton_precio.png') no-repeat 98% 50%;
}
[dir='rtl'] .btn_precio_seleccion_vuelo_solo_ida{
    background: #e86b1b url('/headers/mobile/img/flecha_boton_precio_ar.png') no-repeat 2% 50%;
}
table.desglose_presupuesto td.precio_final{
    color:#e86b1b;
}
div.calendar a {
    color: #e86b1b;
}

div.calendar a.prev:before {
    border-color: transparent #e86b1b transparent transparent;
}
.origen_destino_vuelo:before {
    border-color: transparent transparent transparent #e86b1b;
}

div.calendar a.next:before {
    border-color: transparent transparent transparent #e86b1b;
}
[dir='rtl'] div.calendar a.next:before {
    border-color: transparent #e86b1b transparent transparent;
}
div.calendar div.days > .selected {
    background-color: #e86b1b;
}
.cont_boton button, .cont_boton .boton_principal,
.cont_boton input[type=submit],
a.boton_principal,
input.boton_principal{
    background:#e86b1b!important;
}
.cont_boton button:hover, .cont_boton .boton_principal:hover,
.cont_boton input[type=submit]:hover,
a.boton_principal:hover,
input.boton_principal:hover{
    background:#e5874b!important;
}
.boton_reservar{
    background: url('/headers/mobile/img/flecha_btn_disp.gif') 95% no-repeat #e86b1b;
}
[dir='rtl'] .boton_reservar{
    background: url('/headers/mobile/img/flecha_btn_disp_rtl.gif') 1% no-repeat #e86b1b;
}
.btn_filtrar{
    background:#e86b1b;
}
.cont_paginacion a.btn_mas_result {
    color: #e86b1b;
}

