﻿/* Estilos Generales */

/* Fonts */
@import url(//fonts.googleapis.com/css?family=Oswald);

:focus {
    outline: 0;
}

a img, iframe {
    border: none;
}

ol, ul {
    list-style: none;
}

/*input, textarea, select, button {
    font-size: 100%;
    font-family: "Myriad pro",Arial;
    font-style: italic;
}

select {
    margin: inherit;
}
*/
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
    margin: 0 0 0 2em;
}

html, body, form {
    margin: 0;
    padding: 0;
}

    form#formID, form#form1 {
        width: 100%;
        /*margin: auto;*/
        background: white;
        /*box-shadow: 1px 0px 20px 5px #D3D3D3;*/
        float: left;
        /*margin: 0% 14%;*/
    }

html {
    font-family: "Myriad pro",Arial;
    font-size: 12px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    /*max-width: 1250px;*/
    max-width: 100%;
}

#main, #content, body {
    width: 100%;
    font-family: "Myriad pro",Arial !important;
}

body {
    background: white;
}

#wrap {
    width: 100%;
    margin: auto;
    background: white;
}

#header {
    margin: 0 auto;
    width: 940px;
}

nav {
    /*width: 940px;*/
    margin: 0 auto;
}

#main {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
    float: left;
}
/* must be same height as the footer */

/* Pie Pagina etiqueta footer HTML5 */
footer {
    float: left;
    width: 100%;
    /*position: relative;
    margin-top: 1060px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    background: #F90 url(../../Imagenes/pie.png) repeat-x top center;*/
}

    footer a {
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        margin-left: 25px;
    }


/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* Estilos generales */
tr {
    vertical-align: top;
}

td {
    vertical-align: top;
}

/*img {
    border: 0px;
}*/

img {
    /*display: none;*/
}


.botonBuscar {
    background: url(../../Imagenes/botonSeleccion.png);
    border: 0;
    font-size: 12px;
    color: #4e4e4e;
    width: 131px;
    height: 36px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-repeat: no-repeat;
}

.botonVerMas {
    background: url(../../Imagenes/botonVerMas.png);
    border: 0;
    font-size: 12px;
    color: #FFF;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.botonConfirmar {
    background: url(../../Imagenes/botonConfirmar.png);
    border: 0;
    font-size: 12px;
    color: #4e4e4e;
    width: 141px;
    height: 36px;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.botonCancelarSolicitud {
    background: url(../../Imagenes/botonCancelar.png);
    border: 0;
    font-size: 12px;
    color: #4e4e4e;
    width: 141px;
    height: 36px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.botonOferta {
    padding: 4px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.botonCarro {
    background: #B9B520;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    border: 0;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
}

/* Alineaciones */
.alineacionIzquierda {
    text-align: left;
}

.alineacionDerecha {
    display: inline-block;
    width: auto;
}

.alineacionCentro {
    text-align: center;
    width: 100%;
    float: left;
}

/* Banner Superior */
.botonesDerecha {
    position: fixed;
    right: 0;
    width: 96px;
    top: 45%;
    z-index: 999;
}

    .botonesDerecha .contacto {
        float: left;
    }

    .botonesDerecha .chat {
        float: left;
    }

    .botonesDerecha .unete {
        float: left;
    }

.botonesIzquierda {
    position: fixed;
    left: 0;
    width: 96px;
    top: 40%;
    z-index: 999;
}

#bannerSuperior {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.logo {
    position: relative;
    float: left;
    padding: 5px 0;
    height: 80px;
    z-index: 1;
}

.opcionesBanner {
    position: relative;
    float: right;
    width: 230px;
    height: 81px;
    padding: 5px;
    text-align: right;
    margin: 0 0 0 0;
}

    .opcionesBanner a {
        text-decoration: none;
    }

.linkSesion {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


.loginPanel .errorLogin {
    font-size: 11px;
    color: #186e9b;
}

.formasDePago {
    background: url(../../Imagenes/logostarjetas.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 75px;
    margin-left: 20px;
    margin-top: 10px;
    width: 299px;
}

/* Menu Principal */
.menuPrincipal {
    position: relative;
    float: left;
    width: 940px;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 16px;
    font-family: 'Oswald', sans-serif;
    background: url(../../Imagenes/menu.png) no-repeat;
}

    .menuPrincipal ul {
        margin: 0;
    }


ul.dropdown {
}

    ul.dropdown li {
        float: left;
        line-height: 1.3em;
        vertical-align: middle;
        font-size: 15px;
        font-weight: lighter;
        text-align: center;
        height: 21px;
        margin: 0;
        padding: 8px 0;
    }

        ul.dropdown li a:link,
        ul.dropdown li a:visited {
            color: #FFF;
            padding: 2px 40px;
            text-decoration: none;
            border-left: solid 1px #7AC5E5;
            border-right: solid 1px #012B5D;
        }

        ul.dropdown li a:hover {
            color: #C7EEFF;
        }

        ul.dropdown li a:active {
            color: #C7EEFF;
        }

        ul.dropdown li#id0 a {
            border-left: 0;
        }

        ul.dropdown li#id5 {
            display: none;
        }

        ul.dropdown li#id6 a {
            border-right: 0;
        }

        ul.dropdown li#id7 {
            display: none;
        }

#vuelo ul.dropdown li#id0 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #vuelo ul.dropdown li#id0 a {
        border: 0;
    }

#paquetes ul.dropdown li#id1 {
    border-right: 0;
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #paquetes ul.dropdown li#id1 a {
        border: 0;
    }

#hotel ul.dropdown li#id2 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #hotel ul.dropdown li#id2 a {
        border: 0;
    }

#auto ul.dropdown li#id3 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #auto ul.dropdown li#id3 a {
        border: 0;
    }

#corporativo ul.dropdown li#id4 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #corporativo ul.dropdown li#id4 a {
        border: 0;
    }

#contactenos ul.dropdown li#id5 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #contactenos ul.dropdown li#id5 a {
        border: 0;
    }

#formasPago ul.dropdown li#id6 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #formasPago ul.dropdown li#id6 a {
        border: 0;
    }

#noticias ul.dropdown li#id7 {
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

    #noticias ul.dropdown li#id7 a {
        border: 0;
    }

/* Menu Inferior */
.menuInferior {
    position: relative;
    float: left;
    width: 940px;
    padding: 16px 0 0 0;
    font-family: 'Oswald', sans-serif;
    background: url(../../Imagenes/menuInferior.png) no-repeat;
}

ul.dropMenu {
    height: 38px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    ul.dropMenu li {
        display: inline-block;
        float: none;
        line-height: 1.3em;
        vertical-align: middle;
        font-size: 15px;
        font-weight: lighter;
        text-align: center;
        height: 22px;
        padding: 8px 12px;
        border-right: solid 1px #012B5D;
    }

        ul.dropMenu li a:link,
        ul.dropMenu li a:visited {
            color: #FFF;
            text-decoration: none;
        }

        ul.dropMenu li a:hover {
            color: #C7EEFF;
        }

        ul.dropMenu li a:active {
            color: #C7EEFF;
        }

        ul.dropMenu li input {
            padding: 0;
            border: 0;
            font-size: 15px;
            color: #FFF;
            background: Transparent;
            cursor: pointer;
        }

#quienes ul.dropMenu li#menu1 {
    height: 22px;
    border-right: 0;
    margin: 0;
    padding: 8px 26px;
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

#herramientas ul.dropMenu li#menu2 {
    height: 22px;
    border-right: 0;
    margin: 0;
    padding: 8px 26px;
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

#servicio ul.dropMenu li#menu5 {
    height: 22px;
    border-right: 0;
    margin: 0;
    padding: 8px 26px;
    background: url(../../Imagenes/fondoMenu.png) repeat-x;
}

/* Autocompletar */
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 9999999;
}

    .ac_results ul {
        float: left;
        width: 100%;
        list-style-position: outside;
        list-style-image: url(../../Imagenes/airplane-icon.png);
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        /*padding: 2px 5px;*/
        cursor: pointer;
        display: block;
        /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
        /*width: 100%;*/
        font: menu;
        font-size: 14px;
        /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
        line-height: 16px;
        overflow: hidden;
    }

        .ac_results li:first-child {
            margin: 0px;
            cursor: pointer;
            display: block;
            font: menu;
            font-size: 14px;
            line-height: 16px;
            overflow: hidden;
            color: #333;
            font-weight: bold;
            background: url(../../Imagenes/home_icon.png) #999 no-repeat 8px;
            /*background-color: rgba(168, 211, 247, 0.6);
	background: url(../JQuery/images/airplane-icon.png.png) left no-repeat;*/
        }

.ac_loading {
    background: url(../../Imagenes/ui-anim_basic_16x16.gif) right center no-repeat;
}

.ac_odd:first-Child {
    background: url(../../Imagenes/home_icon.png) #999 no-repeat 8px;
    padding: 5px 0 5px 30px;
}

.ac_odd {
    background: url(../../Imagenes/airplane-icon.png) #EEE no-repeat 8px;
    padding: 5px 0 5px 30px;
}

.ac_even {
    background: url(../../Imagenes/airplane-icon.png) #DDD no-repeat 8px;
    padding: 5px 0 5px 30px;
}

.ac_over {
    background-color: #186e9b;
    color: #FFF;
}

/* Paneles */
.panelCompleto {
    position: relative;
    float: left;
    width: 938px;
    background: #FFF;
    border: solid 1px #d4d4d4;
}

.panelCompletoPlanes {
    position: relative;
    float: left;
    width: 938px;
    background: #EAEAEA;
    border: solid 1px #d4d4d4;
}

.panelCompletoVuelos {
    position: relative;
    float: left;
    width: 938px;
    background: #EAEAEA;
    border: solid 1px #d4d4d4;
    margin-bottom: 10px;
}

.panelCompletoCorporativo {
    float: left;
    width: 940px;
    position: relative;
    font-family: "Myriad pro",Arial;
    padding-top: 25px;
    background: url(../images/bgPanelCompleto.png);
    background-color: #d3d3d3;
    background-repeat: no-repeat;
}

.panelCompletoNoticias {
    position: relative;
    float: left;
    width: 940px;
}

.panelContactenos {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
    background: Transparent;
}

.panelSecciones {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
    background: Transparent;
}

.panelBanners {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
    background: Transparent;
}

.panelDetallePlan {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
}
/* Buscador */
.buscador {
    position: relative;
    float: left;
    font-size: 12px;
    width: 370px;
    border-bottom: solid 10px #F90;
}

.tablaBuscadorVuelos {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    .tablaBuscadorVuelos .titulo {
        width: 340px;
        float: left;
        position: relative;
        font-size: 14px;
    }

    .tablaBuscadorVuelos .forma {
        width: 75%;
        float: left;
        position: relative;
    }

        .tablaBuscadorVuelos .forma .formaBuscar {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            width: 340px;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
            padding: 2px 0;
        }

        .tablaBuscadorVuelos .forma .formaBuscarCombo {
            width: 100%;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
        }

    .tablaBuscadorVuelos .tituloPlanes {
        font-size: 17px;
        color: #FFF;
        font-weight: lighter;
    }

    .tablaBuscadorVuelos .texto {
        font-size: 14px;
        color: #FFF;
    }

#pasajeros select {
    border-radius: 4px;
    background: white !important;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    width: 158px;
    margin-left: 16px;
    padding: 3px 6px;
    ;
}

#pasajeros .pasajeros {
    text-align: left;
    width: 33%;
}

    #pasajeros .pasajeros span {
        padding: 0;
    }

.buscadorInterno #pasajeros .pasajeros span {
    padding: 0 20px 0 0;
}

#pasajeros .edades {
    float: left;
    font-size: 11px;
}

.tablaBuscadorHoteles {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    .tablaBuscadorHoteles .titulo {
        width: 25%;
        float: left;
        position: relative;
        font-size: 14px;
    }

    .tablaBuscadorHoteles .forma {
        width: 75%;
        float: left;
        position: relative;
    }

        .tablaBuscadorHoteles .forma .formaBuscar {
            width: 98%;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
        }

        .tablaBuscadorHoteles .forma .formaBuscarCombo {
            width: 255px;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
        }

    .tablaBuscadorHoteles .datepicker {
        width: 110px;
        background: #E7E5E1 url(../../Imagenes/calendario.png) no-repeat center right;
        border: solid 1px #FFF;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.habitacionColumna select {
    width: 40px;
}

#tablaHabitacionesHoteles select {
    width: 40px;
}

.tablaBuscadorAutos {
    position: relative;
    width: 170px;
    float: left;
    margin: 0 0 10px 0;
}

    .tablaBuscadorAutos .titulo {
        width: 170px;
        float: left;
        position: relative;
    }

    .tablaBuscadorAutos .forma {
        width: 130px;
        float: left;
        position: relative;
    }

        .tablaBuscadorAutos .forma .formaBuscar {
            width: 90%;
            background: #E7E5E1 url(../../Imagenes/calendario.png) no-repeat center right;
            border: solid 1px #FFF;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            width: 98%;
        }

        .tablaBuscadorAutos .forma .formaBuscarCombo {
            width: 130px;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
        }

.tablaBuscadorPlanes {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
}

    .tablaBuscadorPlanes .formaBuscar {
        width: 340px;
    }

    .tablaBuscadorPlanes .tituloPlanes {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

    .tablaBuscadorPlanes .texto {
        font-size: 14px;
        color: #FFF;
    }

    .tablaBuscadorPlanes .datepicker {
        width: 30%;
        background: #E7E5E1 url(../../Imagenes/calendario.png) no-repeat center right;
        border: solid 1px #FFF;
    }

.tablaBuscadorBoton {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    text-align: right;
}

#avanzadas {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

/* Detalles de vuelo */
.tablaVuelos h4.trigger {
    padding: 0 0 10px 0;
    /*width:435px;*/
    margin: 0;
    font-size: 13px;
    color: #1D5B9E;
}

    .tablaVuelos h4.trigger a {
        color: #186e9b;
        padding-right: 15px;
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        display: inline;
        background: url(../../Imagenes/flechaAbajo.png) no-repeat center right;
    }

        .tablaVuelos h4.trigger a:hover {
            color: #000;
        }

.tablaVuelos .toggle_container {
    padding: 0 0 10px 0;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    width: 435px;
    color: #666;
    background: none;
    border-bottom: 0;
    margin: 0;
    display: none;
}

    .tablaVuelos .toggle_container a {
        color: #1D5B9E;
        cursor: pointer;
        text-decoration: underline;
    }

    .tablaVuelos .toggle_container ul {
        list-style: disc;
        padding: 0 0 0 20px;
    }

    .tablaVuelos .toggle_container strong {
        font-weight: bold;
    }

/* Detalles de la tarifa del vuelo */
.detalleTarifa h4.trigger {
    padding: 0 0 5px 0;
    width: 155px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #1D5B9E;
}

    .detalleTarifa h4.trigger a {
        color: #186e9b;
        padding-right: 15px;
        font-weight: bold;
        text-decoration: underline;
        font-size: 11px;
        display: inline;
        background: url(../../Imagenes/flechaAbajo.png) no-repeat center right;
    }

        .detalleTarifa h4.trigger a:hover {
            color: #000;
        }

.detalleTarifa .toggle_container {
    padding: 5px 0;
    border-bottom: 1px dashed #999;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    width: 155px;
    color: #666;
    background: none;
    margin: 0;
    text-align: center;
    display: none;
}

    .detalleTarifa .toggle_container a {
        color: #1D5B9E;
        cursor: pointer;
        text-decoration: underline;
    }

    .detalleTarifa .toggle_container ul {
        list-style: disc;
        padding: 0 0 0 20px;
    }

    .detalleTarifa .toggle_container strong {
        font-weight: bold;
    }

.warningBuscador {
    float: left;
    position: relative;
    color: #F90;
    width: 395px;
    font-weight: bold;
}

.contenidoBuscador {
    padding: 3px 5px;
    overflow: hidden;
    color: #FFF;
}

    .contenidoBuscador a {
        color: #006F9F;
        font-weight: bold;
        font-size: 11px;
    }

.botonBuscador {
    position: relative;
    width: 60%;
    /* right: 35px; */
    background: #c39448;
    border: 1px solid #4c4c4c;
    color: black;
    height: 26px;
    font-size: 15px;
    line-height: 5px;
    margin-left: 14px;
    padding: 0;
    border-radius: 0px !important;
    cursor: pointer;
}

.formaBuscar {
    width: 80%;
    border-radius: 4px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    padding: 5px 8px;
    font-size: 12px;
    margin-left: 0px;
}

.datepicker {
    width: 30%;
    background: url(../../Imagenes/fondoBuscar.png) repeat-x;
    border: solid 1px #FFF;
}

.buscadorInterno .tablaBuscadorVuelos {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    .buscadorInterno .tablaBuscadorVuelos .titulo {
        width: 230px;
        float: left;
        position: relative;
        font-size: 14px;
    }

    .buscadorInterno .tablaBuscadorVuelos .forma {
        width: 230px;
        float: left;
        position: relative;
    }

        .buscadorInterno .tablaBuscadorVuelos .forma .formaBuscar {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            width: 225px;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
            padding: 2px 0;
        }

        .buscadorInterno .tablaBuscadorVuelos .forma .formaBuscarCombo {
            width: 100%;
            background: url(../../Imagenes/fondoBuscar.png) repeat-x;
            border: solid 1px #FFF;
        }

    .buscadorInterno .tablaBuscadorVuelos .tituloPlanes {
        font-size: 17px;
        color: #FFF;
        font-weight: lighter;
    }

    .buscadorInterno .tablaBuscadorVuelos .texto {
        font-size: 14px;
        color: #FFF;
    }

.buscadorInterno .tablaBuscadorHoteles .forma .formaBuscarCombo {
    width: 165px;
    background: url(../../Imagenes/fondoBuscar.png) repeat-x;
    border: solid 1px #FFF;
}

.textoPiePagina {
    float: left;
    position: relative;
    width: 920px;
    padding: 5px;
    font-size: 11px;
    color: #5a5a5a;
    text-align: center;
}

.boletin {
    float: left;
    position: relative;
    width: 340px;
    padding: 5px;
}

    .boletin .texto {
        font-size: 11px;
        font-family: 'Oswald', sans-serif;
        color: #5a5a5a;
        width: 140px;
    }

    .boletin .botonBoletin {
        font-size: 11px;
        font-family: 'Oswald', sans-serif;
        color: #5a5a5a;
        border: 0;
        padding: 10px;
        background: url(../../Imagenes/fondoBuscar.png) repeat-x;
        cursor: pointer;
    }

.contenidoCompleto {
    padding: 5px;
    overflow: auto;
}

    .contenidoCompleto ul {
        list-style: disc;
        padding: 0 0 0 30px;
    }

.filtroResultados,
.filtroResultadosTitulo,
.filtroResultadosLista,
.filtro,
.filtroDetalle {
    float: left;
}

.filtroResultadosTitulo {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}

.filtroResultados {
    margin-top: 5px;
}

.filtrosVuelosCont {
    float: left;
    position: relative;
    width: 230px;
    border: solid 1px #ccc;
    border-top: solid 10px #f90;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 10px;
    background: #fefefe;
}

.botonBuscadorFiltro {
    background: url(../../Imagenes/botonBuscador.png);
    border: 0;
    width: 85px;
    height: 30px;
    margin: 7px 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

/* ---=== resultados vuelos ===--- */
.tituloValor {
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5a;
}

.tituloPrecioTotalVuelo {
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5a;
}

.tituloPrecioTotalVueloUSD {
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
}

.divisionVuelos {
    height: 1px;
    color: #000;
}

.vuelos {
    float: left;
    position: relative;
    width: 675px;
    border: solid 1px #ccc;
    border-top: solid 10px #f90;
    margin: 0 5px 5px;
    background: #fefefe;
}

.detalleVuelo {
    float: left;
    position: relative;
    width: 500px;
    padding: 5px;
}

.tarifasVuelo {
    float: right;
    position: relative;
    width: 165px;
    padding: 5px 0;
    text-align: center;
    background: url(../../Imagenes/fondoTarifas.png) repeat-x;
}

.detalleTarifa {
    float: left;
    position: relative;
    width: 155px;
    padding: 5px;
    min-height: 120px;
}

    .detalleTarifa table#ucResultadoVuelos_rptItinerario_ctl00_dtlTiposPasajeros_ctl01_dtlTarifas tr:first-child {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #5a5a5a;
    }

    .detalleTarifa table#ucResultadoVuelos_rptItinerario_ctl00_dtlTiposPasajeros_ctl02_dtlTarifas tr:first-child {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #5a5a5a;
    }

    .detalleTarifa table#ucReservaVuelos_rptItinerario_ctl00_dtlTiposPasajeros_ctl01_dtlTarifas tr:first-child {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #5a5a5a;
    }

        .detalleTarifa table#ucReservaVuelos_rptItinerario_ctl00_dtlTiposPasajeros_ctl01_dtlTarifas tr:first-child span.valorTarifa {
            font-size: 12px;
        }

    .detalleTarifa table#ucReservaVuelos_rptItinerario_ctl00_dtlTiposPasajeros_ctl02_dtlTarifas tr:first-child {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #5a5a5a;
    }

.valorTotalVuelo {
    float: right;
    position: relative;
    width: 165px;
    padding: 5px 0;
    text-align: center;
}

.detalleTarifa tr.tituloTarifa {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5a5a5a;
}

.detalleTarifa span.valorTarifa {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #0000EE;
}

.detalleTarifa tr.totalReserva {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.tablaVuelos {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

    .tablaVuelos tr.datosAerolinea {
        color: #666;
    }

    .tablaVuelos td.logoAerolinea {
        width: 100px;
        text-align: center;
    }

    .tablaVuelos td.division {
        border-bottom: dashed 1px #999;
    }

.detalleVuelo table tr:last-child td table.tablaVuelos:last-child td.division:last-child {
    border-bottom: dashed 0px #999;
}

.valorTotalVuelo .botonBuscador {
    background: url(../../Imagenes/botonConfirmacion.png);
    border: 0;
    width: 125px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
}

/* ---=== confirmacion vuelo ===--- */
.tituloValor {
    font-size: 16px;
    font-weight: bold;
    color: #186E9B;
}

.tituloPrecioTotalVuelo {
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5a;
}

.tituloPrecioTotalVueloUSD {
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
}

.divisionVuelos {
    height: 1px;
    color: #000;
}

.panelConfirmacionVuelo {
    position: relative;
    padding: 0;
    float: left;
    width: 632px;
    text-align: left;
    font-size: 12px;
    margin: 0 0 10px 0;
}

    .panelConfirmacionVuelo .detalleVuelo {
        float: left;
        position: relative;
        width: 750px;
        padding: 5px;
    }

    .panelConfirmacionVuelo .vuelos {
        float: left;
        position: relative;
        width: 760px;
        border: solid 1px #ccc;
        border-top: solid 10px #f90;
        margin: 0;
        background: #fefefe;
    }

.confirmacionVuelo {
    float: left;
    position: relative;
    width: 760px;
    border: solid 1px #ccc;
    border-top: solid 1px #ccc;
    margin: 0 0 5px;
    background: #fefefe;
}

    .confirmacionVuelo .tituloConfirmacion {
        position: relative;
        float: left;
        width: 720px;
        height: 41px;
        padding: 12px 20px;
        margin: 0;
        color: #186e9b;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/confirmacion.gif) no-repeat;
    }

    .confirmacionVuelo .tablaPasajeros {
        color: #FFF;
        font-size: 14px;
    }

.tablaPasajeros {
    float: left;
    color: #FFF;
    font-size: 14px;
}

.confirmacionVuelo .tablaPasajeros input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    border: solid 1px #ccc;
    font-weight: bold;
    background: url(../../Imagenes/fondoBuscar.png) repeat-x;
}

.confirmacionVuelo .tablaPasajeros select {
    width: 60px;
}

.confirmacionVuelo .tablaPasajeros tr:last-child {
    border-bottom: dashed 1px #999;
}

.confirmacionVuelo .detalleVuelo {
    float: left;
    position: relative;
    width: 750px;
    padding: 5px;
    background: #5a5a5a;
    border-top: solid 5px #f90;
    border-bottom: solid 5px #f90;
}

.confirmacionVuelo .detalleTarifa {
    float: left;
    position: relative;
    width: 155px;
    padding: 5px;
    min-height: 170px;
    background: url(../../Imagenes/fondoTarifas.png) repeat-x;
}

.confirmacionVuelo .valorTotalVuelo {
    float: right;
    position: relative;
    width: 165px;
    padding: 5px 0;
    text-align: center;
}

.confirmacionVuelo .detalleTarifa tr.tituloTarifa {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #186e9b;
}

.confirmacionVuelo .detalleTarifa tr.valorTarifa {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.confirmacionVuelo .detalleTarifa tr.totalReserva {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.confirmacionTarifas {
    float: right;
    position: relative;
    width: 170px;
    border: solid 1px #ccc;
    border-top: solid 10px #f90;
    margin: -130px 0 5px;
    background: #fefefe;
}

    .confirmacionTarifas .detalleTarifa {
        float: left;
        position: relative;
        width: 160px;
        padding: 5px;
        min-height: 168px;
        background: url(../../Imagenes/fondoTarifas.png) repeat-x;
    }

        .confirmacionTarifas .detalleTarifa tr.tituloTarifa {
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            color: #5a5a5a;
        }

        .confirmacionTarifas .detalleTarifa tr.valorTarifa {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            color: #000;
        }

        .confirmacionTarifas .detalleTarifa tr.totalReserva {
            font-size: 12px;
            text-align: center;
            color: #000;
        }

.confirmacionCondiciones {
    position: relative;
    padding: 0;
    float: left;
    width: 300px;
    border: solid 1px #ccc;
    text-align: left;
    background: #f0f0f0;
    font-size: 12px;
    margin: 0 0 10px 6px;
}

    .confirmacionCondiciones .tituloConfirmacion {
        position: relative;
        float: left;
        width: 260px;
        height: 27px;
        padding: 12px 20px;
        margin: 0;
        color: #186e9b;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/condiciones.gif) no-repeat;
    }

.botonesConfirmacion {
    position: absolute;
    width: 180px;
    border: 0;
    text-align: center;
    top: 18px;
    right: 20px;
    border-top: solid 6px #ff9600;
    background: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}

    .botonesConfirmacion .botonBuscador {
        background: url(../../Imagenes/botonConfirmacion.png);
        border: 0;
        width: 155px;
        height: 30px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .botonesConfirmacion .botonBuscador2 {
        background: Transparent;
        border: 0;
        width: 170px;
        font-size: 12px;
        font-weight: bold;
        color: #186e9b;
        text-decoration: none;
        cursor: pointer;
    }

.botonCondiciones {
    border: 0;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    color: #186e9b;
    text-decoration: underline;
    cursor: pointer;
    margin: 5px 0;
    background: Transparent;
}
/* Resumen resultados */
.panelResumen {
    position: relative;
    padding: 0;
    float: left;
    width: 690px;
    background: #ebeceb;
    border-bottom: solid 1px #d5d5d5;
    margin: 0 0 10px 0;
}

.resumenVuelos {
    float: left;
    position: relative;
    width: 630px;
    font-size: 14px;
    color: #5a5a5a;
    padding: 10px 30px;
}

.resumenHoteles {
    float: left;
    position: relative;
    width: 47%;
    font-size: 14px;
    color: #5a5a5a;
    padding: 5px 10px;
}

    .resumenHoteles .tituloResumen {
        font-size: 17px;
        color: #7cccf1;
    }

.resumenPlanes {
    float: left;
    position: relative;
    width: 200px;
    font-size: 14px;
    color: #5a5a5a;
    padding: 5px 10px;
}

    .resumenPlanes .tituloResumen {
        font-size: 14px;
        color: #186e9b;
        font-weight: bold;
    }

.resumenAutos {
    float: left;
    position: relative;
    width: 300px;
    font-size: 14px;
    color: #5a5a5a;
    padding: 5px 10px;
}

    .resumenAutos .tituloResumen {
        font-size: 14px;
        color: #186e9b;
        font-weight: bold;
    }

.nuevaBusquedaVuelos {
    float: right;
    position: relative;
    width: 135px;
    padding: 5px;
    text-align: center;
}

.botonBusqueda {
    background: url(../../Imagenes/botonBusqueda.png);
    border: 0;
    font-size: 14px;
    color: #FFF;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
}

.botonSeccion {
    background: url(../../Imagenes/fondoBoton2.png) repeat-x;
    border: 0;
    font-size: 14px;
    color: #FFF;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
}

.botonAnterior {
    background: Transparent url(../../Imagenes/botonAnterior.png) no-repeat center left;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
    padding: 3px 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}

.botonSiguiente {
    background: Transparent url(../../Imagenes/botonSiguiente.png) no-repeat center right;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
    padding: 3px 20px 3px 0;
    text-decoration: none;
    cursor: pointer;
}

.seccionesVuelos {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
    position: relative;
}

.tituloSelecionVuelo {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #069;
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #069;
}

.ConParada {
    font-size: 12px;
    color: #5A5A5A;
    text-decoration: underline;
    cursor: pointer;
}

.SinParada {
    font-size: 12px;
    color: #5A5A5A;
    text-decoration: none;
    cursor: text;
}

.tituloCondiciones {
    float: left;
    width: 740px;
    padding: 5px 10px;
    color: #186E9B;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.condiciones {
    /*    width: 96%;*/
    padding: 2%;
    height: 200px;
    overflow: auto;
}

    .condiciones ul {
        list-style: disc;
        /*        padding: 0 0 0 15px;*/
    }

    .condiciones strong {
        font-weight: bold;
    }

.recordReserva {
    font-weight: bold;
    color: #186e9b;
}

.recordReservaCarro {
    font-weight: bold;
    color: #186e9b;
    float: left;
    position: relative;
    width: 200px;
    padding: 5px;
    border: solid 1px #186e9b;
    text-align: center;
    font-size: 14px;
}

.quitarServicio {
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/picCancelar.png) 50% 50%;
    background-size: 25px;
    float: right;
}

.carritoCompras {
    width: 100px;
    height: 20px;
    float: right;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/Icono_carro_compras.png) 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    margin: -40px;
    /*margin-right: -850px;*/
}

/* Hoteles */
.tablaHoteles {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

    .tablaHoteles tr.tituloTabla {
        color: #186e9b;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        background-color: #F8F8F8;
    }

        .tablaHoteles tr.tituloTabla td.item {
            border-bottom: dotted 1px #5a5a5a;
            border-right: dotted 1px #5a5a5a;
            padding: 4px;
            color: #186e9b;
            background-color: #F8F8F8;
        }

        .tablaHoteles tr.tituloTabla td.item2 {
            border-bottom: dotted 1px #5a5a5a;
            padding: 4px;
            color: #186e9b;
            background-color: #F8F8F8;
        }

    .tablaHoteles td.item {
        border-right: dotted 1px #5a5a5a;
        padding: 4px;
        color: #5a5a5a;
        background-color: #E8E8E8;
    }

    .tablaHoteles td.item2 {
        padding: 4px;
        color: #5a5a5a;
        background-color: #E8E8E8;
        text-align: center;
    }
/* ---=== promociones index ===--- */
.promocionesIndex {
    position: relative;
    padding: 0;
    float: left;
    width: 267px;
}

    .promocionesIndex .destinoTitulo {
        float: left;
        position: relative;
        width: 146px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndex .precioPromoTitulo {
        float: left;
        position: relative;
        width: 100px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndex .destino {
        float: left;
        position: relative;
        width: 146px;
        padding: 2px 5px;
        color: #186e9b;
        border-right: dotted 1px #999;
    }

        .promocionesIndex .destino a {
            color: #186e9b;
            font-size: 12px;
            text-decoration: none;
        }

    .promocionesIndex .precioPromo {
        float: left;
        position: relative;
        width: 100px;
        padding: 2px 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .promocionesIndex .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .promocionesIndex .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== promociones index hoteles ===--- */
.promocionesIndexHoteles {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
}

    .promocionesIndexHoteles .destinoTitulo {
        float: left;
        position: relative;
        width: 146px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexHoteles .nochesTitulo {
        float: left;
        position: relative;
        width: 80px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexHoteles .rankingTitulo {
        float: left;
        position: relative;
        width: 125px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexHoteles .precioPromoTitulo {
        float: left;
        position: relative;
        width: 138px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexHoteles .destino {
        float: left;
        position: relative;
        width: 146px;
        height: 35px;
        padding: 5px;
        overflow: hidden;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexHoteles .destino a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexHoteles .noches {
        float: left;
        position: relative;
        width: 80px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexHoteles .noches a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexHoteles .ranking {
        float: left;
        position: relative;
        width: 125px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexHoteles .ranking a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexHoteles .precioPromo {
        float: left;
        position: relative;
        width: 130px;
        height: 35px;
        padding: 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-bottom: dotted 1px #999;
    }

    .promocionesIndexHoteles .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .promocionesIndexHoteles .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== promociones index planes ===--- */
.promocionesIndexPlanes {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
}

    .promocionesIndexPlanes .destinoTitulo {
        float: left;
        position: relative;
        width: 135px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexPlanes .nochesTitulo {
        float: left;
        position: relative;
        width: 90px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexPlanes .rankingTitulo {
        float: left;
        position: relative;
        width: 135px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexPlanes .precioPromoTitulo {
        float: left;
        position: relative;
        width: 130px;
        height: 37px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexPlanes .destino {
        float: left;
        position: relative;
        width: 135px;
        height: 35px;
        padding: 5px;
        overflow: hidden;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexPlanes .destino a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexPlanes .noches {
        float: left;
        position: relative;
        width: 90px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexPlanes .noches a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexPlanes .ranking {
        float: left;
        position: relative;
        width: 135px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexPlanes .ranking a {
            color: #186e9b;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexPlanes .precioPromo {
        float: left;
        position: relative;
        width: 130px;
        height: 35px;
        padding: 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-bottom: dotted 1px #999;
    }

    .promocionesIndexPlanes .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .promocionesIndexPlanes .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== promociones index vuelos ===--- */
.promocionesIndexVuelos {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
}

    .promocionesIndexVuelos .destinoTitulo {
        float: left;
        position: relative;
        width: 96px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexVuelos .nochesTitulo {
        float: left;
        position: relative;
        width: 160px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexVuelos .rankingTitulo {
        float: left;
        position: relative;
        width: 135px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .promocionesIndexVuelos .precioPromoTitulo {
        float: left;
        position: relative;
        width: 100px;
        height: 37px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .promocionesIndexVuelos .destino {
        float: left;
        position: relative;
        width: 96px;
        height: 35px;
        padding: 5px;
        overflow: hidden;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexVuelos .destino a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexVuelos .noches {
        float: left;
        position: relative;
        width: 160px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: left;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexVuelos .noches a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexVuelos .ranking {
        float: left;
        position: relative;
        width: 135px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .promocionesIndexVuelos .ranking a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .promocionesIndexVuelos .precioPromo {
        float: left;
        position: relative;
        width: 100px;
        height: 35px;
        padding: 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-bottom: dotted 1px #999;
    }

    .promocionesIndexVuelos .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .promocionesIndexVuelos .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== ofertas de autos ===--- */
.ofertasAutos {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
}

    .ofertasAutos .destinoTitulo {
        float: left;
        position: relative;
        width: 86px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        font-weight: bold;
    }

    .ofertasAutos .nochesTitulo {
        float: left;
        position: relative;
        width: 100px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .ofertasAutos .rankingTitulo {
        float: left;
        position: relative;
        width: 105px;
        height: 37px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        text-align: center;
        font-weight: bold;
    }

    .ofertasAutos .precioPromoTitulo {
        float: left;
        position: relative;
        width: 80px;
        height: 37px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .ofertasAutos .destino {
        float: left;
        position: relative;
        width: 86px;
        height: 35px;
        padding: 5px;
        overflow: hidden;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .ofertasAutos .destino a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .ofertasAutos .noches {
        float: left;
        position: relative;
        width: 100px;
        height: 35px;
        padding: 5px;
        color: #186e9b;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .ofertasAutos .noches a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .ofertasAutos .ranking {
        float: left;
        position: relative;
        width: 105px;
        height: 35px;
        padding: 5px;
        color: #575757;
        font-size: 12px;
        text-align: center;
        border-right: dotted 1px #999;
        border-bottom: dotted 1px #999;
    }

        .ofertasAutos .ranking a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .ofertasAutos .precioPromo {
        float: left;
        position: relative;
        width: 80px;
        height: 35px;
        padding: 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-bottom: dotted 1px #999;
    }

    .ofertasAutos .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .ofertasAutos .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== ofertas aereas ===--- */
.ofertasAereas {
    position: relative;
    padding: 0;
    float: left;
    width: 268px;
}

    .ofertasAereas .destinoTitulo {
        float: left;
        position: relative;
        width: 146px;
        padding: 5px;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        border-right: dotted 1px #999;
        border-left: dotted 1px #999;
        font-weight: bold;
    }

    .ofertasAereas .precioPromoTitulo {
        float: left;
        position: relative;
        width: 100px;
        padding: 5px;
        text-align: center;
        color: #186e9b;
        border-bottom: dotted 1px #999;
        font-weight: bold;
    }

    .ofertasAereas .destino {
        float: left;
        position: relative;
        width: 146px;
        padding: 2px 5px;
        border-right: dotted 1px #999;
        border-left: dotted 1px #999;
        font-weight: bold;
    }

        .ofertasAereas .destino a {
            color: #575757;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .ofertasAereas .precioPromo {
        float: left;
        position: relative;
        width: 100px;
        padding: 2px 5px;
        color: #575757;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .ofertasAereas .verMasPromo {
        float: left;
        position: relative;
        width: 96%;
        padding: 2%;
        text-align: right;
        margin-top: 5px;
        border-top: solid 1px #CCC;
    }

        .ofertasAereas .verMasPromo a {
            color: #000;
            background: #74D5FF;
            padding: 5px;
            text-decoration: none;
            font-weight: bold;
        }
/* ---=== promociones destacadas ===--- */
.panelPromociones {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
    margin: 0 0 15px 0;
}

.contenidoPromo {
    width: 560px;
    float: right;
    margin-left: 10px;
    position: relative;
}

    .contenidoPromo .imagenBanner5 {
        position: relative;
        float: left;
    }

        .contenidoPromo .imagenBanner5 img {
            width: 560px;
            height: 375px;
        }

.contenidoOferta {
    padding: 5px;
    font-size: 12px;
    overflow: auto;
}

.menuPromo {
    bottom: 10px;
    position: absolute;
    right: -0px;
    text-align: left;
    width: 540px;
    z-index: 1;
}

a.promo:link {
    border: 0px;
    color: #FFF;
    padding: 3px 9px;
    text-decoration: none;
    font-size: 14px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../../Imagenes/promoOn.png) no-repeat center center;
}

a.promo:visited, a.promo:hover, a.promo:active, a.promo:focus {
    color: #F90;
    width: 20px;
    background: url(../../Imagenes/promoOn.png) no-repeat center center;
    padding: 3px 9px;
    text-decoration: none;
}

.textoOferta {
    display: none;
    width: 465px;
    padding: 5px;
    position: absolute;
    background: url(../../Imagenes/fondoBuscador.png);
    right: 0;
    top: 291px;
    border-bottom: solid 10px #F90;
    z-index: 1;
}

.tituloOferta {
    font-size: 24px;
    color: #F90;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.textoPromociones {
    float: left;
    position: relative;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

.precioPromociones {
    font-size: 16px;
    color: #858F99;
    float: left;
    position: relative;
    width: 100%;
}

.botonPromociones {
    font-size: 16px;
    text-decoration: none;
    color: #F90;
    padding: 5px;
    *padding: 2px 5px;
    *text-align: center;
}
/* ---=== redes sociales ===--- */
.redesSociales {
    position: relative;
    padding: 5px;
    float: left;
    width: 590px;
    background: url(../../Imagenes/fondoRedes.jpg) no-repeat;
    margin: 0;
}

    .redesSociales .tituloViaje {
        position: relative;
        padding: 3px 5px;
        float: left;
        width: 320px;
        font-size: 14px;
        font-weight: bold;
    }

    .redesSociales .contenidoViaje {
        position: relative;
        float: left;
        width: 330px;
    }

        .redesSociales .contenidoViaje input {
            height: 32px;
        }

    .redesSociales .tituloRedes {
        position: relative;
        padding: 3px 5px;
        float: left;
        width: 240px;
        margin: 0 0 0 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .redesSociales .contenidoRedes {
        position: relative;
        float: left;
        width: 250px;
        margin: 0 0 0 10px;
    }

    .redesSociales a {
        text-decoration: none;
    }

    .redesSociales input {
        float: left;
        position: relative;
        border: 0;
    }

    .redesSociales img {
        float: left;
        position: relative;
        border: 0;
    }
/* ---=== panel resultados ===--- */
.panelResultados em {
    font-style: italic;
}

.panelResultados strong {
    font-weight: bold;
}

.panelResultados {
    position: relative;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 0 0 10px 0;
}

    .panelResultados .contenidoHoteles {
        position: relative;
        padding: 1%;
        float: left;
        width: 98%;
        font-size: 12px;
        background: #fcfcfc;
        border-top: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9;
    }

        .panelResultados .contenidoHoteles .imagenHotel {
            position: relative;
            float: left;
            font-size: 12px;
            background: #fcfcfc;
            border-top: solid 1px #D8D8D8;
            border-bottom: solid 1px #D8D8D8;
            border-right: solid 1px #D8D8D8;
            border-left: solid 10px #F90;
        }

    .panelResultados .contenidoResultados {
        padding: 5px;
        overflow: hidden;
    }

    .panelResultados .tituloResultados {
        position: relative;
        float: left;
        width: 898px;
        height: 27px;
        padding: 12px 20px;
        margin: 0;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }

    .panelResultados .tituloContactenos {
        position: relative;
        float: left;
        width: 440px;
        height: 30px;
        padding: 10px 20px;
        margin: 0 10px 0 0;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .panelResultados .tituloUbicacion {
        position: relative;
        float: left;
        width: 400px;
        height: 30px;
        padding: 10px 20px;
        margin: 0;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .panelResultados .contenidoContactenos {
        position: relative;
        float: left;
        width: 440px;
        padding: 10px 20px;
        margin: 0 10px 0 0;
    }

    .panelResultados .contenidoUbicacion {
        position: relative;
        float: left;
        width: 400px;
        padding: 30px 20px;
    }

        .panelResultados .contenidoUbicacion .mapa {
            position: relative;
            float: left;
            width: 380px;
            padding: 10px;
            background: #FFF;
            border: solid 1px #CCC;
        }

    .panelResultados .tituloResultados a {
        color: #FFF;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }

    .panelResultados .contenidoResultado {
        position: relative;
        float: left;
        width: 100%;
    }

    .panelResultados .contenidoResultadoCarro {
        position: relative;
        float: left;
        width: 950px;
        left: 5px;
    }

    .panelResultados .contenidoResultado2 {
        position: relative;
        float: left;
        padding: 1%;
        width: 98%;
    }

    .panelResultados .tituloResultadosCircuito {
        position: relative;
        float: left;
        width: 950px;
        left: 5px;
        height: auto;
        padding: 10px 10px;
        /*border: 1px solid #999;*/
        margin: 0;
        color: white;
        font-size: 15px;
        font-family: "Myriad pro",Arial;
        background: #000;
        /*font-style: italic;*/
    }

    .panelResultados .tituloResultadosFormasPago {
        position: relative;
        float: left;
        width: 898px;
        height: 16px;
        padding: 10px 20px;
        margin: 0;
        color: #5B99D1;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background-color: #F4F4F4;
    }

    .panelResultados .tituloResultadosAdicionar {
        position: relative;
        float: left;
        width: 824px;
        height: 16px;
        padding: 10px 20px;
        margin: 0;
        color: #5B99D1;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background-color: #F4F4F4;
    }

    .panelResultados .tituloResultadosHotel {
        position: relative;
        float: left;
        width: 898px;
        height: 16px;
        padding: 10px 20px;
        margin: 0;
        color: #5B99D1;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background-color: #F4F4F4;
    }

.panelDetalleReserva {
    position: relative;
    padding: 0;
    float: left;
    width: 99.8%;
    text-align: left;
    font-size: 12px;
    margin: 0 auto;
    border: 1px solid #3A8B97;
    border-collapse: collapse;
}

    .panelDetalleReserva .contenidoResultado {
        float: left;
        position: relative;
        width: 95%;
        font-size: 12px;
        padding: 21px;
    }

.tituloResultadosLocalizador {
    position: relative;
    float: left;
    width: 565px;
    left: 5px;
    height: 16px;
    padding: 10px 10px;
    margin: 0;
    color: black;
    font-size: 15px;
    font-family: "Myriad pro",Arial;
    font-style: italic;
}
/* ---=== resultados ===--- */
.resultados em {
    font-style: italic;
}

.resultados strong {
    font-weight: bold;
}

.resultados {
    position: relative;
    padding: 0;
    float: left;
    width: 688px;
    border: solid 1px #ccc;
    text-align: left;
    background: #f0f0f0;
    font-size: 12px;
    margin: 0 0 10px 0;
}

    .resultados .tituloFiltros {
        float: left;
        position: relative;
        width: 87px;
        font-weight: bold;
        top: 5px;
    }

    .resultados table {
        border-color: #c5c5c5;
        border-width: 1px;
        color: #5A5A5A;
    }

    .resultados div.aerolinea {
        background: #f2f2f2;
        height: 46px;
        padding: 2px;
        width: 81px;
        border: solid 1px #CCC;
        float: left;
    }

    .resultados div.directo {
        background: #e9e9e9;
        height: 22px;
        width: 81px;
        padding: 2px;
        border: solid 1px #CCC;
        float: left;
    }

        .resultados div.directo:hover {
            background: #DFDFFF;
            height: 22px;
            width: 81px;
            padding: 2px;
            border: solid 1px #0000FF;
            float: left;
        }

    .resultados div.parada1 {
        background: #fff;
        height: 22px;
        width: 81px;
        padding: 2px;
        border: solid 1px #CCC;
        float: left;
    }

        .resultados div.parada1:hover {
            background: #DFDFFF;
            height: 22px;
            width: 81px;
            padding: 2px;
            border: solid 1px #0000FF;
            float: left;
        }

    .resultados div.parada2 {
        background: #e9e9e9;
        height: 22px;
        width: 81px;
        padding: 2px;
        border: solid 1px #CCC;
        float: left;
    }

        .resultados div.parada2:hover {
            background: #DFDFFF;
            height: 22px;
            width: 81px;
            padding: 2px;
            border: solid 1px #0000FF;
            float: left;
        }

    .resultados .contenidoFiltros {
        float: left;
        position: relative;
        width: 540px;
        height: 136px;
        overflow: auto;
    }

        .resultados .contenidoFiltros .columnaAerolinea {
            float: left;
            position: relative;
            width: 87px;
            min-height: 134px;
            text-align: center;
        }

    .resultados .contenidoResultados {
        padding: 5px;
        overflow: hidden;
    }

    .resultados .tituloResultados {
        position: relative;
        float: left;
        width: 648px;
        height: 27px;
        padding: 12px 20px;
        margin: 0;
        color: #186e9b;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/resultados.gif) no-repeat;
    }

    .resultados .trayecto {
        position: relative;
        float: right;
        width: 400px;
        padding: 0 5px;
        color: #186e9b;
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }

    .resultados .fechaTrayecto {
        color: #666;
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
    }

    .resultados .tituloResultados a {
        color: #FFF;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }

    .resultados .contenidoResultado {
        position: relative;
        float: left;
        width: 100%;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

    .resultados .contenidoResultadoCarro {
        position: relative;
        float: left;
        width: 100%;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

    .resultados .contenidoResultado2 {
        position: relative;
        float: left;
        padding: 1%;
        width: 98%;
    }

/* ---=== panel ofertas aereas ===--- */
.panelOfertasAereas {
    position: relative;
    padding: 0;
    float: right;
    width: 560px;
    text-align: left;
    font-size: 12px;
    margin: 0 0 10px 0;
}

    .panelOfertasAereas .tituloResultados {
        position: relative;
        float: left;
        width: 520px;
        height: 30px;
        padding: 10px 20px;
        margin: 0;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background-size: 560px;
        background: #EFEFEF url(../../Imagenes/tituloOfertas.gif) no-repeat;
    }

    .panelOfertasAereas .contenidoResultado {
        position: relative;
        float: left;
        width: 540px;
        padding: 10px;
        height: 305px;
        overflow: auto;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

    .panelOfertasAereas .imagenOfertaAerea {
        float: right;
        position: relative;
        width: 210px;
        text-align: right;
    }

    .panelOfertasAereas .tituloCondicionesOfertaAerea {
        float: left;
        position: relative;
        width: 100%;
        margin-top: 5px;
    }

    .panelOfertasAereas .tituloOfertaAerea {
        font-size: 14px;
        color: #186e9b;
        font-weight: bold;
    }

    .panelOfertasAereas .descripcionOfertaAerea {
        float: left;
        position: relative;
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
        color: #000;
    }

    .panelOfertasAereas .indicacionOfertaAerea {
        float: left;
        position: relative;
        width: 100%;
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
        font-style: italic;
        color: #186e9b;
    }

    .panelOfertasAereas .precioPromociones {
        font-size: 16px;
        font-weight: bold;
        color: #F90;
        width: 200px;
    }
/* ---=== panel ofertas index ===--- */
.panelOfertasIndex {
    position: relative;
    float: left;
    width: 930px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 20px 30px 0;
}

    .panelOfertasIndex .tituloOfertasIndex {
        float: left;
        position: relative;
        width: 525px;
        height: 27px;
        padding: 12px 5px;
        text-align: right;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloPromociones.gif) no-repeat;
        margin-bottom: 5px;
    }

    .panelOfertasIndex .tituloCorporativoIndex {
        float: left;
        position: relative;
        width: 505px;
        height: 27px;
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloPromociones.gif) no-repeat;
        margin-bottom: 5px;
    }

    .panelOfertasIndex .contenidoOfertasIndex {
        float: left;
        position: relative;
        width: 535px;
        padding: 0;
        background: #E8E8E8 url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

    .panelOfertasIndex .contenidoOfertasIndex2 {
        float: left;
        position: relative;
        width: 265px;
        padding: 0;
        margin-right: 5px;
        background: #E8E8E8 url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

.corporativo {
    float: left;
    position: relative;
    width: 495px;
    height: 100px;
    padding: 20px;
    background: #E8E8E8 url(../../Imagenes/fondoCorporativo.png) no-repeat;
}

    .corporativo .imagenCorp {
        float: left;
        position: relative;
        width: 75px;
    }

    .corporativo .textoCorp {
        float: left;
        position: relative;
        width: 390px;
        font-size: 12px;
        color: #5a5a5a;
        margin-left: 25px;
    }
/* ---=== panel servicios complementarios ===--- */
.panelServiciosComplementarios {
    position: relative;
    float: right;
    width: 360px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 0 10px 0;
}

    .panelServiciosComplementarios .tituloOfertasServicios {
        float: left;
        position: relative;
        width: 350px;
        height: 27px;
        padding: 12px 5px;
        text-align: right;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloServicios.gif) no-repeat;
        margin-bottom: 5px;
    }

    .panelServiciosComplementarios .contenidoOfertasServicios {
        float: left;
        position: relative;
        width: 360px;
        padding: 0;
        background: #E8E8E8 url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

    .panelServiciosComplementarios .servicio {
        float: left;
        position: relative;
        width: 350px;
        padding: 5px;
        margin-bottom: 5px;
        text-align: right;
    }

        .panelServiciosComplementarios .servicio .imagenServicio {
            float: left;
            position: relative;
            border-left: solid 10px #F90;
            margin: 0 5px 5px 0;
        }

        .panelServiciosComplementarios .servicio .descripcion {
            float: left;
            position: relative;
            width: 245px;
            height: 52px;
            overflow: hidden;
            text-align: left;
            font-size: 12px;
            margin-bottom: 3px;
        }

        .panelServiciosComplementarios .servicio a {
            color: #FFF;
            font-size: 12px;
            text-decoration: none;
            padding: 3px;
            background: url(../../Imagenes/fondoBoton.png) repeat-x;
        }
/* ---=== panel contacto preguntas ===--- */
.panelContactoPreguntas {
    position: relative;
    float: left;
    width: 445px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 20px 30px 0;
}

    .panelContactoPreguntas .tituloOfertasIndex {
        float: left;
        position: relative;
        margin-bottom: 5px;
        width: 415px;
        height: 27px;
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloOfertas.gif) no-repeat;
    }

    .panelContactoPreguntas .contenidoContactenos {
        float: left;
        position: relative;
        width: 400px;
        padding: 5px;
        font-size: 12px;
    }
/* ---=== panel beneficios de viaje ===--- */
.panelBeneficiosViaje {
    position: relative;
    float: left;
    width: 550px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 10px 10px 10px 0;
}

    .panelBeneficiosViaje .tituloOfertasServicios {
        float: left;
        position: relative;
        width: 530px;
        height: 26px;
        padding: 12px 5px;
        text-align: left;
        border-left: solid 10px #F90;
        font-size: 18px;
        color: #575757;
        background: #DEDDDE;
        margin-bottom: 5px;
    }

    .panelBeneficiosViaje .servicio {
        float: left;
        position: relative;
        width: 540px;
        padding: 5px;
        margin-bottom: 5px;
    }

        .panelBeneficiosViaje .servicio .imagenServicio {
            float: left;
            position: relative;
            border-left: solid 10px #F90;
            margin: 0 5px 5px 0;
        }

        .panelBeneficiosViaje .servicio .descripcion {
            float: left;
            position: relative;
            width: 435px;
            font-size: 12px;
        }

            .panelBeneficiosViaje .servicio .descripcion a {
                color: #333;
                font-size: 12px;
                text-decoration: none;
            }
/* ---=== panel contactenos beneficios ===--- */
.panelContactenosViaje {
    position: relative;
    float: left;
    width: 368px;
    height: 620px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 0 30px 0;
}

    .panelContactenosViaje .tituloOfertasServicios {
        float: left;
        position: relative;
        width: 348px;
        height: 26px;
        padding: 12px 5px;
        text-align: left;
        border-left: solid 10px #F90;
        font-size: 18px;
        color: #575757;
        background: #DEDDDE;
        margin-bottom: 5px;
    }

    .panelContactenosViaje .contenidoContactenos {
        float: left;
        position: relative;
        width: 355px;
        padding: 5px;
        font-size: 12px;
    }
/* ---=== panel preguntas ===--- */
.panelPreguntas {
    position: relative;
    padding: 0;
    float: right;
    width: 460px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 0 10px 0;
}

    .panelPreguntas .tituloOfertasServicios {
        float: left;
        position: relative;
        margin-bottom: 5px;
        width: 430px;
        height: 27px;
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloOfertas.gif) no-repeat;
    }
/* ---=== panel hoteles ===--- */
.panelHoteles {
    position: relative;
    padding: 20px 30px 10px 30px;
    float: left;
    width: 630px;
    text-align: left;
    font-size: 12px;
    border-bottom: solid 1px #D7D7D7;
    background: #FCFCFC;
}

    .panelHoteles .tituloResultados {
        position: relative;
        float: left;
        width: 898px;
        height: 27px;
        padding: 10px 30px 10px 20px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .panelHoteles .imagen {
        float: left;
        position: relative;
        width: 220px;
        border-left: solid 10px #F90;
    }

        .panelHoteles .imagen img {
            width: 175px;
            height: 145px;
            border: solid 1px #CCC;
        }

    .panelHoteles .descripcion {
        float: left;
        position: relative;
        width: 400px;
    }

        .panelHoteles .descripcion .tituloPlanes {
            position: relative;
            float: left;
            width: 380px;
            height: 20px;
            padding: 5px 0;
            overflow: hidden;
            margin: 0;
            color: #186e9b;
            font-size: 16px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
        }

            .panelHoteles .descripcion .tituloPlanes a {
                color: #186e9b;
                font-size: 16px;
                font-family: 'Oswald', sans-serif;
                font-weight: bold;
                text-decoration: none;
            }

        .panelHoteles .descripcion .textoPlanes {
            position: relative;
            float: left;
            width: 380px;
            height: 70px;
            padding: 5px 0;
            overflow: hidden;
            margin: 0;
            color: #5a5a5a;
            border-bottom: dotted 1px #9c9c9c;
        }

        .panelHoteles .descripcion .imagenCategoria {
            float: left;
            position: relative;
            width: 380px;
            padding: 10px 0;
            text-align: right;
        }

    .panelHoteles .precioPlan {
        float: left;
        position: relative;
        width: 198px;
        text-align: center;
        font-size: 24px;
        color: #186e9b;
    }

    .panelHoteles .botonPlanes {
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 5px 0 0 0;
    }

        .panelHoteles .botonPlanes a {
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }

    .panelHoteles .detalles {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #FFF;
        padding: 5px;
        width: 50px;
        height: 23px;
        background: url(../../Imagenes/botonVerMas.png) no-repeat;
    }
/* ---=== panel hoteles ===--- */
.panelHoteles2 {
    position: relative;
    padding: 20px 30px 10px 30px;
    float: left;
    width: 878px;
    text-align: left;
    font-size: 12px;
    border-bottom: solid 1px #D7D7D7;
    background: #FCFCFC;
}

    .panelHoteles2 .tituloResultados {
        position: relative;
        float: left;
        width: 898px;
        height: 27px;
        padding: 10px 30px 10px 20px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .panelHoteles2 .imagen {
        float: left;
        position: relative;
        width: 220px;
        border-left: solid 10px #F90;
    }

        .panelHoteles2 .imagen img {
            width: 175px;
            height: 145px;
            border: solid 1px #CCC;
        }

    .panelHoteles2 .descripcion {
        float: left;
        position: relative;
        width: 450px;
        background: url(../../Imagenes/bordePlan.png) no-repeat center right;
    }

        .panelHoteles2 .descripcion .tituloPlanes {
            position: relative;
            float: left;
            width: 400px;
            height: 20px;
            padding: 5px 0;
            overflow: hidden;
            margin: 0;
            color: #186e9b;
            font-size: 16px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
        }

            .panelHoteles2 .descripcion .tituloPlanes a {
                color: #186e9b;
                font-size: 16px;
                font-family: 'Oswald', sans-serif;
                font-weight: bold;
                text-decoration: none;
            }

        .panelHoteles2 .descripcion .textoPlanes {
            position: relative;
            float: left;
            width: 430px;
            height: 70px;
            padding: 5px 0;
            overflow: hidden;
            margin: 0;
            color: #5a5a5a;
            border-bottom: dotted 1px #9c9c9c;
        }

        .panelHoteles2 .descripcion .imagenCategoria {
            float: left;
            position: relative;
            width: 430px;
            padding: 10px 0;
            text-align: right;
        }

    .panelHoteles2 .precioPlan {
        float: left;
        position: relative;
        width: 198px;
        text-align: center;
        font-size: 24px;
        color: #186e9b;
    }

    .panelHoteles2 .botonPlanes {
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 5px 0 0 0;
    }

        .panelHoteles2 .botonPlanes a {
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }

    .panelHoteles2 .detalles {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #FFF;
        padding: 5px;
        width: 50px;
        height: 23px;
        background: url(../../Imagenes/botonVerMas.png) no-repeat;
    }

.tarifasHoteles {
    float: left;
    position: relative;
    width: 628px;
    padding: 0 30px;
    font-size: 12px;
    background: #E8E8E8;
    border-bottom: solid 1px #D7D7D7;
}

    .tarifasHoteles .tituloTablaHotel {
        font-size: 14px;
        font-weight: bold;
        color: #186e9b;
        text-align: center;
    }

.tarifasHoteles2 {
    float: left;
    position: relative;
    width: 878px;
    padding: 0 30px;
    font-size: 12px;
    background: #E8E8E8;
    border-bottom: solid 1px #D7D7D7;
}

    .tarifasHoteles2 .tituloTablaHotel {
        font-size: 14px;
        font-weight: bold;
        color: #186e9b;
        text-align: center;
    }

.tituloTablaHotel {
    font-size: 14px;
    font-weight: bold;
    color: #186e9b;
    text-align: center;
}
/* ---=== panel ofertas ===--- */
.panelOfertas {
    position: relative;
    padding: 10px 0;
    float: left;
    width: 878px;
    text-align: left;
    font-size: 12px;
    margin: 0 30px 10px 30px;
}

.tituloResultadosOfertas {
    float: left;
    position: relative;
    width: 130px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    height: 55px;
    overflow: hidden;
}

.contenidoOfertas {
    padding: 0;
    overflow: hidden;
}

.panelOfertas .imagen {
    float: left;
    position: relative;
    width: 150px;
}

    .panelOfertas .imagen img.plan {
        width: 150px;
        height: 150px;
    }

.panelOfertas .descripcion {
    float: left;
    position: relative;
    width: 450px;
    background: url(../../Imagenes/bordePlan.png) no-repeat center right;
}

    .panelOfertas .descripcion .tituloPlanes {
        position: relative;
        float: left;
        width: 400px;
        height: 20px;
        padding: 5px 0;
        overflow: hidden;
        margin: 0;
        color: #186e9b;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }

        .panelOfertas .descripcion .tituloPlanes a {
            color: #186e9b;
            font-size: 16px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

    .panelOfertas .descripcion .textoPlanes {
        position: relative;
        float: left;
        width: 430px;
        height: 70px;
        padding: 5px 0;
        overflow: hidden;
        margin: 0;
        color: #5a5a5a;
        border-bottom: dotted 1px #9c9c9c;
    }

.panelOfertas .descripcionHoteles {
    float: left;
    position: relative;
    width: 640px;
}

    .panelOfertas .descripcionHoteles .tituloPlanes {
        position: relative;
        float: left;
        width: 600px;
        height: 20px;
        padding: 5px 0;
        overflow: hidden;
        margin: 0;
        color: #186e9b;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }

        .panelOfertas .descripcionHoteles .tituloPlanes a {
            color: #186e9b;
            font-size: 16px;
            font-family: 'Oswald', sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

    .panelOfertas .descripcionHoteles .textoPlanesHoteles {
        position: relative;
        float: left;
        width: 630px;
        padding: 5px 0;
        margin: 0;
        color: #5a5a5a;
    }

    .panelOfertas .descripcionHoteles .imagenCategoria {
        float: left;
        position: relative;
        width: 630px;
        padding: 5px 0;
        text-align: right;
    }

.panelOfertas .descripcion .imagenCategoria {
    float: left;
    position: relative;
    width: 430px;
    padding: 5px 0;
    text-align: right;
}

.panelOfertas .precioPlan {
    float: left;
    position: relative;
    width: 198px;
    text-align: center;
    font-size: 24px;
    color: #186e9b;
}

.panelOfertas .botonPlanes {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
}

    .panelOfertas .botonPlanes a {
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }
/*************************/
.contenidoResultados2 {
    padding: 9px;
}

.titulosPanel {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 5px 0;
    color: #5a5a5a;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.tituloDetalleTarifa {
    color: #000;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.contenidosPanel {
    float: left;
    position: relative;
    width: 642px;
    padding: 0 0 10px 0;
}

.contenidoResultado {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 12px;
}

    .contenidoResultado ul {
        list-style: disc;
        padding: 0 0 0 15px;
    }

    .contenidoResultado strong {
        font-weight: bold;
    }
/* ---=== resultados planes ===--- */
.convenciones {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tituloResultadosPlanes {
    float: left;
    position: relative;
    width: 130px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    height: 55px;
    overflow: hidden;
}

.contenidoResultadoPlanes {
    padding: 5px;
    overflow: hidden;
}

    .contenidoResultadoPlanes .imagen {
        float: left;
        position: relative;
        width: 210px;
        background: #FFF;
        margin: 0 5px 0 0;
    }

    .contenidoResultadoPlanes .descripcion {
        float: left;
        position: relative;
        width: 470px;
    }

    .contenidoResultadoPlanes .precioPlan {
        float: left;
        position: relative;
        width: 200px;
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

        .contenidoResultadoPlanes .precioPlan .botonPlanes {
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
/* ---=== detalle planes ===--- */
.detallePlan {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .detallePlan .imagenPlan {
        float: left;
        position: relative;
        border: 0;
        padding: 0;
        text-align: right;
        width: 940px;
        height: 350px;
    }

        .detallePlan .imagenPlan img {
            width: 470px;
            height: 350px;
        }

    .detallePlan .contenidoPlan {
        position: absolute;
        width: 460px;
        height: 340px;
        z-index: 1;
        background: #CCC url(../../Imagenes/fondoBuscador.png);
        border-bottom: solid 10px #F90;
        margin-right: 10px;
    }

        .detallePlan .contenidoPlan .tituloPlan {
            position: relative;
            float: left;
            width: 440px;
            height: 58px;
            padding: 0 10px;
            font-size: 24px;
            color: #F90;
            overflow: hidden;
            margin: 5px 0;
        }

        .detallePlan .contenidoPlan .precioPlanes {
            position: relative;
            float: left;
            width: 440px;
            height: 50px;
            padding: 0 10px;
            font-size: 24px;
            color: #FFF;
            overflow: hidden;
        }

            .detallePlan .contenidoPlan .precioPlanes .referencia {
                font-size: 13px;
                color: #FFF;
            }

        .detallePlan .contenidoPlan .condiciones {
            position: relative;
            float: left;
            width: 425px;
            height: 210px;
            overflow: auto;
            padding: 0 10px;
            font-size: 12px;
            color: #FFF;
            margin: 5px;
        }

            .detallePlan .contenidoPlan .condiciones .items {
                position: relative;
                float: left;
                width: 385px;
                padding: 5px 5px 5px 15px;
                background: url(../../Imagenes/bullet3.png) no-repeat 0 0;
            }

            .detallePlan .contenidoPlan .condiciones .subtituloPlan {
                font-size: 14px;
                color: #FFF;
                font-style: italic;
            }

    .detallePlan .galeriaPlan {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 450px;
        padding: 10px;
        height: 30px;
        border-bottom: solid 10px #F90;
        background: Transparent url(../../Imagenes/fondoBuscador.png);
        z-index: 1;
    }

        .detallePlan .galeriaPlan .foto {
            float: left;
            position: relative;
            margin-right: 5px;
            border-top: solid 1px #CCC;
            border-bottom: solid 1px #CCC;
            border-left: solid 10px #F90;
            border-right: solid 1px #CCC;
        }

            .detallePlan .galeriaPlan .foto img {
                width: 38px;
                height: 30px;
            }

.compartirPlan {
    position: relative;
    float: left;
    width: 930px;
    border-left: solid 10px #F90;
    text-align: center;
    background: #CCC url(../../Imagenes/fondoBuscador.png);
    margin-bottom: 10px;
}

.volver {
    font-size: 12px;
    color: #186e9b;
}

.linkUtilidades {
    color: #186e9b;
    font-weight: bold;
}
/* opciones planes */
.botonesImprimirRegresar {
    float: left;
    width: 300px;
    height: 50px;
}

.botonImprimir {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 0 0;
}

.botonImprimirOff {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 150px 0;
}

.botonMeGusta {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 0 150px;
}

.botonMeGustaOff {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 150px 150px;
}

.botonEnviar {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 0 100px;
}

.botonEnviarOff {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 150px 100px;
}

.botonItinerario {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 0 50px;
}

.botonItinerarioOff {
    width: 150px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botones.png) 150px 50px;
}

.botonEnviarAmigo {
    width: 205px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botonEnviar.png);
}

.botonImprimirPlan {
    width: 102px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botonImprimir.png);
}

.botonReservarPlan {
    width: 102px;
    height: 36px;
    border: 0;
    cursor: pointer;
}

.botonCotizarPlan {
    width: 102px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botonCotizar.png);
}

.botonChat {
    width: 85px;
    height: 50px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/chat2.png) no-repeat 0 0;
    margin-left: 40px;
}

.verMas {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.imagenOfertaImpresion {
    width: 560px;
    height: 360px;
    text-align: center;
}

/* ---=== panel ofertas planes ===--- */
.ofertasPlanes {
    position: relative;
    padding: 0;
    float: left;
    width: 329px;
}

.contenidosPlanes {
    float: left;
    position: relative;
    width: 311px;
    padding: 0 0 10px 0;
    font-size: 12px;
}

.contenidosSugeridos {
    float: left;
    position: relative;
    width: 570px;
}

    .contenidosSugeridos .destinos {
        float: left;
        position: relative;
        width: 185px;
        margin: 0 4px 4px 0;
    }

        .contenidosSugeridos .destinos .imagenDestino {
            float: left;
            position: relative;
            width: 180px;
            height: 120px;
            border: solid 1px #CCC;
            padding: 2px;
            margin: 5px 0 0 0;
            background-color: #FFF;
        }

.oferta {
    float: left;
    position: relative;
    width: 59px;
}

/* Tool Tips */
a.tarifa {
    position: relative; /* es la posición normal */
    text-decoration: underline !important; /* forzar sin subrayado */
    color: #1D5B9E !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.tarifa:hover {
        z-index: 999; /* va a estar por encima de todo */
        background-color: Transparent; /* DEBE haber un color de fondo */
    }

    a.tarifa div {
        display: none; /* el elemento va a estar oculto */
    }

    a.tarifa:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -16em;
        left: -8.5em; /* donde va a estar */
        width: 250px; /* el ancho por defecto que va a tener */
        height: 170px;
        padding: 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/tooltip.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: left;
        font-weight: normal;
        z-index: 999;
        font-size: 11px;
        overflow: auto;
    }

a.moneda {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color: #000 !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.moneda:hover {
        z-index: 999; /* va a estar por encima de todo */
    }

    a.moneda div {
        display: none; /* el elemento va a estar oculto */
    }

    a.moneda:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: 20px;
        left: -60px; /* donde va a estar */
        width: 120px; /* el ancho por defecto que va a tener */
        height: 5px;
        padding: 20px 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/moneda.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        z-index: 999;
        font-size: 13px;
        overflow: auto;
    }

a.moneda2 {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color: #000 !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.moneda2:hover {
        z-index: 999; /* va a estar por encima de todo */
    }

    a.moneda2 div {
        display: none; /* el elemento va a estar oculto */
    }

    a.moneda2:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -40px;
        left: 10px; /* donde va a estar */
        width: 120px; /* el ancho por defecto que va a tener */
        height: 35px;
        padding: 5px 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/moneda2.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        z-index: 999;
        font-size: 13px;
        overflow: auto;
    }

a.utilitario {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color: #000 !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.utilitario:hover {
        z-index: 999; /* va a estar por encima de todo */
    }

    a.utilitario div {
        display: none; /* el elemento va a estar oculto */
    }

    a.utilitario:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -45px;
        left: -70px; /* donde va a estar */
        width: 120px; /* el ancho por defecto que va a tener */
        height: 35px;
        padding: 5px 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/moneda2.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        z-index: 999;
        font-size: 13px;
        overflow: auto;
    }

a.impuestos {
    position: relative; /* es la posición normal */
    text-decoration: underline !important; /* forzar sin subrayado */
    color: #1D5B9E !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.impuestos:hover {
        z-index: 999; /* va a estar por encima de todo */
        background-color: Transparent; /* DEBE haber un color de fondo */
    }

    a.impuestos div {
        display: none; /* el elemento va a estar oculto */
    }

    a.impuestos:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -130px;
        left: -100px; /* donde va a estar */
        width: 240px; /* el ancho por defecto que va a tener */
        height: 110px;
        padding: 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/impuesto.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: left;
        font-weight: normal;
        z-index: 999;
        overflow: auto;
    }

a.valorTotal {
    position: relative; /* es la posición normal */
    text-decoration: underline !important; /* forzar sin subrayado */
    color: #1D5B9E !important; /* forzar color del texto */
    font-weight: bold !important; /* forzar negritas */
}

    a.valorTotal:hover {
        z-index: 999; /* va a estar por encima de todo */
        background-color: Transparent; /* DEBE haber un color de fondo */
    }

    a.valorTotal div {
        display: none; /* el elemento va a estar oculto */
    }

    a.valorTotal:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -60px;
        left: -290px; /* donde va a estar */
        width: 270px; /* el ancho por defecto que va a tener */
        height: 100px;
        padding: 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/valorTotal.png) no-repeat center top; /* el color de fondo por defecto */
        color: #FFF; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: left;
        font-weight: normal;
        z-index: 999;
        overflow: auto;
    }

a.certificados {
    position: relative; /* es la posición normal */
    text-decoration: underline !important; /* forzar sin subrayado */
}

    a.certificados:hover {
        z-index: 999; /* va a estar por encima de todo */
    }

    a.certificados div {
        display: none; /* el elemento va a estar oculto */
    }

    a.certificados:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: -250px;
        left: -90px; /* donde va a estar */
        width: 240px; /* el ancho por defecto que va a tener */
        height: 210px;
        padding: 10px; /* la separación entre el contenido y los bordes */
        background: Transparent url(../../Imagenes/certificado.png) no-repeat center top; /* el color de fondo por defecto */
        color: #000; /* el color de los textos por defecto */
        text-decoration: none;
        text-align: left;
        font-weight: normal;
        z-index: 999;
        overflow: auto;
    }

a.ciudades {
    position: relative; /* es la posición normal */
    text-decoration: none !important; /* forzar sin subrayado */
    color: #333 !important; /* forzar color del texto */
    font-size: 11px;
}

    a.ciudades:hover {
        z-index: 999; /* va a estar por encima de todo */
        background-color: Transparent; /* DEBE haber un color de fondo */
    }

    a.ciudades div {
        display: none; /* el elemento va a estar oculto */
    }

    a.ciudades:hover div {
        display: block; /* se fuerza a mostrar el bloque */
        position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
        top: 1.2em;
        left: 0px; /* donde va a estar */
        width: 125px; /* el ancho por defecto que va a tener */
        padding: 3px; /* la separación entre el contenido y los bordes */
        background-color: #0080C0; /* el color de fondo por defecto */
        color: #FFFFFF; /* el color de los textos por defecto */
        z-index: 999;
    }


/* Mensaje Error */
.mensajeError {
    position: relative;
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
    color: #000;
    background-color: #FFF;
}

.contenidoError {
    padding: 8px;
    overflow: auto;
}

    .contenidoError img {
        padding: 8px;
        float: left;
        margin: 0 10px 0 0;
    }

.tituloError {
    font-size: 18px;
    font-weight: bold;
    color: #069;
    margin: 0 0 10px 0;
}

.tituloSugerencia {
    font-size: 18px;
    font-weight: bold;
    color: #069;
    margin: 0 0 10px 0;
}

.tituloTipo {
    font-size: 15px;
    font-weight: bold;
    color: #069;
}

/* Ventanas emergentes */
.botonCerrar {
    padding: 0;
    border: 0;
    width: 60px;
    height: 26px;
    cursor: pointer;
    background: url(../../Imagenes/close.png) no-repeat;
}

.ventana {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    height: 400px;
    width: 510px;
    overflow: auto;
}

.ventana3 {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    height: 400px;
    width: 635px;
    overflow: auto;
}

.ventana4 {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    width: 500px;
    z-index: 999;
}

.ventanaBoletin {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    width: 940px;
    height: 600px;
}

.ventanaGaleria {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    height: 685px;
}

.ventanaPlanes {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    width: 720px;
    height: 530px;
}

.ventanaItinerario {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    width: 720px;
    height: 400px;
    overflow: auto;
}

    .ventanaItinerario tr.tituloResultados {
        width: 720px;
        height: 27px;
        padding: 10px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .ventanaItinerario ul {
        list-style: disc;
        padding-left: 15px;
    }

    .ventanaItinerario strong {
        font-weight: bold;
    }

.ventanaMensaje {
    background-color: #FFF;
    border-bottom: solid 10px #F90;
    border-left: solid 1px #74D5FF;
    border-top: solid 1px #74D5FF;
    border-right: solid 1px #74D5FF;
    padding: 10px;
    width: 380px;
    z-index: 999;
}

    .ventanaMensaje .linkMensaje {
        font-size: 14px;
        font-weight: bold;
        color: #069;
        cursor: pointer;
    }

.ventanaDocumentacion {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 10px;
    height: 250px;
    width: 640px;
    overflow: auto;
}

.ventanaBuscador {
    background: #CCC url(../../Imagenes/fondoBuscador.png);
    border: 0;
    padding: 0;
    width: 490px;
}

    .ventanaBuscador .tituloBuscador {
        font-size: 16px;
        font-weight: bold;
        color: #F90;
    }

.ventanaBuscadorPopUp {
    background: #CCC url(../../Imagenes/fondoBuscador.png);
    border: 0;
    padding: 0;
    width: 374px;
}

    .ventanaBuscadorPopUp .tituloBuscadorPopUp {
        font-size: 16px;
        font-weight: bold;
        color: #F90;
    }


.ventanaHotel {
    background-color: #ececec;
    border: solid 1px #74D5FF;
    padding: 10px;
    height: 200px;
    width: 635px;
}

    .ventanaHotel tr.tituloResultados {
        width: 860px;
        height: 27px;
        padding: 10px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

.ventanaBarco {
    background-color: #ececec;
    border: solid 1px #74D5FF;
    padding: 0;
    height: 400px;
    width: 635px;
}

    .ventanaBarco tr.tituloResultados {
        width: 860px;
        height: 27px;
        padding: 10px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

.ventanaSala {
    background-color: #ececec;
    padding: 0;
    height: 210px;
    width: 635px;
}

    .ventanaSala tr.tituloResultados {
        width: 860px;
        height: 27px;
        padding: 10px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

.ventana2 {
    background-color: #ECECEC;
    border: 0;
    padding: 0;
}

    .ventana2 tr.tituloResultados {
        width: 860px;
        height: 30px;
        padding: 12px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

.ventanaTerminos {
    background: #ECECEC;
    border: 0;
    padding: 0;
    width: 900px;
    height: 400px;
    overflow: auto;
}

    .ventanaTerminos tr.tituloResultados {
        width: 860px;
        height: 30px;
        padding: 10px 20px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloResultados.gif) no-repeat;
    }

    .ventanaTerminos tr.contenidoResultados {
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
    }

.ventanaOlvido {
    background-color: #FFF;
    border: solid 1px #74D5FF;
    padding: 0;
    width: 370px;
    font-size: 12px;
}

    .ventanaOlvido tr.tituloResultados {
        width: 370px;
        height: 27px;
        padding: 10px 5px;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloServicios.gif) no-repeat;
    }

    .ventanaOlvido .btnOlvido {
        color: #FFF;
        font-size: 12px;
        border: 0;
        text-decoration: none;
        padding: 3px;
        background: url(../../Imagenes/fondoBoton.png) repeat-x;
    }

.boldTerminos {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

/*.textoTerminos {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #58595b;
}*/

.terminosLegales, .politicasPrivate {
    width: 97%;
    padding: 20px;
}

.stars {
    height: 16px;
    width: 16px;
    background-image: url(../../Imagenes/starHotel.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* Habitacion Hoteles */
.habitacionColumna {
    float: left;
    position: relative;
    width: 100%;
}

.huespedesColumna {
    float: left;
    position: relative;
    width: 250px;
}

.huespedHotel {
    float: left;
    position: relative;
    width: 60px;
}

.edadesColumna {
    float: left;
    position: relative;
    width: 90px;
}

.edadHotel1 {
    float: left;
    position: relative;
    width: 50px;
}

.edadHotel2 {
    float: left;
    position: relative;
    width: 40px;
}

.resultadosHoteles {
    float: left;
    position: relative;
    width: 100%;
    background: #fbfcfb;
    font-size: 12px;
    border-bottom: solid 1px #CCC;
}

    .resultadosHoteles tr.tituloTabla {
        color: #186e9b;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

.tituloTabla {
    color: #186e9b;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.bordeTablaPrecio {
    border: solid 1px #CCC;
    background-color: #FFF;
    float: right;
    position: relative;
    width: 130px;
    padding: 10px;
    text-align: center;
}

.tituloPreciosHotel {
    font-size: 16px;
    font-weight: bold;
    color: #98927A;
}

.tituloPreciosPie {
    font-size: 13px;
    font-weight: bold;
    color: #5a5a5a;
}

.bordeTablaHotel {
    border: solid 1px #CCC;
    background-color: #FFF;
    width: 100%;
    padding: 0;
}

/* Mi Cuenta*/
.botonCuentaOn {
    margin: 0;
    padding: 5px 20px;
    border-top: solid 10px #F90;
    margin-right: 10px;
    background: #4D4D4D;
    text-decoration: none;
    color: #F90;
    font-size: 16px;
}

.botonCuentaOff {
    margin: 0;
    padding: 5px 20px;
    border-top: solid 10px #4D4D4D;
    margin-right: 10px;
    background: #4D4D4D;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
}

.cuenta {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0 5px 10px;
}

.completoCuentaDetalle {
    position: relative;
    float: left;
    padding: 5px;
    text-align: left;
    width: 910px;
    font-size: 12px;
    color: #000;
    border-top: solid 1px #7AA2BC;
    background-color: #E7E7E7;
    margin: 0 10px;
}

/* Login */
.panelIngresar strong {
    font-weight: bold;
}

.panelIngresar .tituloIngresar {
    float: left;
    position: relative;
    width: 430px;
    height: 27px;
    padding: 12px 15px;
    text-align: left;
    font-size: 18px;
    color: #575757;
    background: url(../../Imagenes/tituloOfertas.gif) no-repeat;
}
/* Login texto */
.panelIngresarTexto {
    position: relative;
    padding: 0;
    float: left;
    width: 460px;
}

    .panelIngresarTexto .tituloIngresar {
        float: left;
        position: relative;
        width: 430px;
        height: 27px;
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloOfertas.gif) no-repeat;
    }

    .panelIngresarTexto .contenidoIngresar {
        position: relative;
        float: left;
        width: 450px;
        padding: 5px;
        font-size: 12px;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    }
/* Registro */
.panelRegistro {
    position: relative;
    padding: 0;
    float: left;
    width: 460px;
    margin-right: 18px;
}

    .panelRegistro strong {
        font-weight: bold;
    }

    .panelRegistro .tituloIngresar {
        float: left;
        background: url(../../imagenes/CintaSecciones.png) no-repeat;
        color: #fff;
        width: 60%;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .panelRegistro .contenidoIngresar {
        position: relative;
        float: left;
        width: 460px;
        padding: 5px;
        font-size: 12px;
    }

.condicionesRegistro {
    overflow: auto;
    height: 180px;
    width: 420px;
    border-top: solid 1px #D5D5D5;
    border-bottom: solid 1px #D5D5D5;
    border-left: solid 10px #F90;
    border-right: solid 1px #D5D5D5;
    padding: 10px;
    background: #E5E5E5;
    color: #5A5A5A;
    font-size: 12px;
}

.textoLogin {
    color: #fff;
    font-size: 12px;
}

.panelIngresar .textoLogin {
    color: #5A5A5A;
}

.panelRegistro .textoLogin {
    color: #5A5A5A;
}
/* Carro Compras */
.textoCarro {
    position: relative;
    width: 500px;
    font-size: 13px;
    color: #5A5A5A;
    float: left;
    padding: 10px 20px;
}

.valoresCarro {
    position: relative;
    width: 350px;
    color: #000;
    float: left;
    padding: 20px;
    border-left: solid 1px #CCC;
}

.valorTotalServicios {
    width: 145px;
    font-size: 13px;
    font-weight: bold;
    color: #1D5B9E;
}

.valorTotalServiciosPrecio {
    width: 135px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.valorTotalCarrito {
    position: relative;
    padding: 5px;
    text-align: right;
    width: 330px;
    font-size: 18px;
    font-weight: bold;
    color: #1D5B9E;
    float: right;
}

.precioCarrito {
    font-size: 15px;
    /*font-style: italic;*/
}

.botonVuelo {
    background: url(../../Imagenes/vuelo.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 84px;
}

.botonHotel {
    background: url(../../Imagenes/hotel.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 84px;
}

.botonAuto {
    background: url(../../Imagenes/auto.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 84px;
}

.botonPaquete {
    background: url(../../Imagenes/plan.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 84px;
}

.botonPagar {
    background: url(../../Imagenes/btnPagar.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 29px;
    margin-bottom: 10px;
}

.botonGuardar {
    background: url(../../Imagenes/btnGuardar.png) no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 150px;
    height: 29px;
    margin-bottom: 10px;
}

.botonCancelar {
    text-decoration: underline;
    color: #D25F0F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: none;
    border: none;
    margin-bottom: 10px;
    padding: 0;
}

.boldContacto {
    font-weight: bold;
}

.ofertasCrucero {
    width: 435px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

.ofertasResultado {
    width: 283px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

.linkPromoPaquete {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.linkPromoPaquete2 {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.tituloPlanResul {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.imagenCategoria {
    float: right;
    position: relative;
    width: 95%;
    height: 20px;
}

.precioOferta {
    font-size: 20px;
    font-weight: bold;
    color: #1D5B9E;
}

/* Preguntas frecuentes */
.preguntas {
    float: left;
    position: relative;
    margin: 5px 0;
    border: solid 1px #CCC;
    width: 455px;
}

    .preguntas h4.trigger {
        padding: 10px;
        width: 435px;
        margin: 0;
        font-size: 13px;
        font-family: 'Oswald', sans-serif;
        color: #1D5B9E;
        font-weight: bold;
        float: left;
        position: relative;
        cursor: pointer;
        border-bottom: dashed 1px #666;
        background: #DEDEDE url(../../Imagenes/next-vertical.png) no-repeat center right;
    }

    .preguntas .toggle_container {
        padding: 10px;
        overflow: hidden;
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
        width: 435px;
        color: #5a5a5a;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
        border-bottom: 0;
        margin: 0;
        display: none;
    }

        .preguntas .toggle_container a {
            color: #1D5B9E;
            cursor: pointer;
            text-decoration: underline;
        }

        .preguntas .toggle_container ul {
            list-style: disc;
            padding: 0 0 0 20px;
        }

        .preguntas .toggle_container strong {
            font-weight: bold;
        }

h4.trigger {
    padding: 0 1%;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    float: left;
    width: 98%;
    position: relative;
}

.contenidoResultado .linkUtilidades {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    cursor: text;
}

h4.trigger a {
    color: #1D5B9E;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

    h4.trigger a:hover {
        color: #000;
    }

.toggle_container {
    padding: 1%;
    overflow: hidden;
    font: 12px normal;
    background: #FFF;
    border-bottom: solid 1px #1D5B9E;
    margin: 0 0 5px 0;
    width: 98%;
}

    .toggle_container a {
        color: #1D5B9E;
        cursor: pointer;
        text-decoration: underline;
    }

    .toggle_container ul {
        list-style: disc;
        padding: 0 0 0 20px;
    }

    .toggle_container strong {
        font-weight: bold;
    }

.toggle_container_Preguntas {
    overflow: hidden;
    font: 12px normal;
    border-bottom: solid 1px #74D5FF;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 870px;
}

    .toggle_container_Preguntas a {
        color: #1D5B9E;
        text-decoration: underline;
    }

.imagenUtilitarios {
    float: left;
    position: relative;
    padding: 5px;
}

.toggle_container_Crucero {
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    border-bottom: solid 1px #1D5B9E;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 415px;
}

    .toggle_container_Crucero a {
        color: #1D5B9E;
        text-decoration: underline;
    }
/* ---=== utilitarios ===--- */
.utilitarios {
    float: left;
    position: relative;
    left: 70px;
}

    .utilitarios ul, .utilitarios li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .utilitarios li {
        /* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
        width: 810px;
        height: 225px;
        overflow: hidden;
    }

        .utilitarios li .imagenPlanes {
            float: left;
            position: relative;
            margin: 0 5px;
            text-align: right;
            width: 185px;
        }

            .utilitarios li .imagenPlanes .tituloPlan {
                float: left;
                position: relative;
                width: 185px;
                height: 35px;
                overflow: hidden;
                color: #5a5a5a;
                margin-top: 5px;
                text-align: left;
            }

            .utilitarios li .imagenPlanes .verMas {
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                color: #FFF;
                padding: 5px;
                width: 60px;
                height: 23px;
                border: 0;
                background: url(../../Imagenes/fondoBoton.png) repeat-x;
            }

            .utilitarios li .imagenPlanes img {
                float: left;
                position: relative;
                width: 175px;
                height: 120px;
                border-left: solid 10Px #F90;
            }

#prevBtn, #nextBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: 50px;
}

#nextBtn {
    left: 865px;
}

    #prevBtn a, #nextBtn a {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../../Imagenes/btn_prev.gif) no-repeat 0 0;
    }

    #nextBtn a {
        background: url(../../Imagenes/btn_next.gif) no-repeat 0 0;
    }

#prevBtn, #nextBtn {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}
/* detalle destino */
.mapaDestino {
    float: left;
    position: relative;
    width: 560px;
    height: 330px;
    overflow: hidden;
}

.galeriaDestino {
    float: left;
    position: relative;
    width: 330px;
}

    .galeriaDestino .galeriaPlan2 {
        float: left;
        position: relative;
        width: 330px;
    }

        .galeriaDestino .galeriaPlan2 img {
            float: left;
            position: relative;
            margin: 0 3px 3px 0;
        }

/* Galeria Destino Sugerido */
div#feature_list {
    width: 641px;
    height: 264px;
    overflow: hidden;
    position: relative;
}

    div#feature_list ul {
        position: absolute;
        top: 0;
        list-style: none;
        padding: 0;
        margin: 0;
    }

ul#galeria {
    left: 0;
    z-index: 2;
    width: 130px;
}

    ul#galeria li {
        height: 88px;
    }

        ul#galeria li img {
            padding: 0;
            border: none;
            float: left;
            margin: 0;
            width: 130px;
            height: 88px;
        }

        ul#galeria li a {
            display: block;
            padding: 0;
            height: 88px;
            outline: none;
        }

            ul#galeria li a:hover {
                text-decoration: underline;
            }

            ul#galeria li a.current {
            }

                ul#galeria li a.current:hover {
                    text-decoration: none;
                    cursor: default;
                }

ul#output {
    right: 0;
    width: 511px;
    height: 268px;
    position: relative;
}

    ul#output li {
        position: absolute;
        width: 511px;
        height: 268px;
    }

        ul#output li a {
            position: absolute;
            padding: 0;
        }

            ul#output li a img {
                width: 511px;
                height: 268px;
            }

/* bordes paneles */
/*
	ptlc = panel top left corner
	ptrc = panel top right corner
	pblc = pane bottom left corner
	pbrc = panel bottom right corner
	plb = panel left border
	prb = panel right border
	ptb = panel top border
	pbb = panel bottom border 
*/

.ptlc, .ptrc, .pblc, .pbrc {
    background-color: transparent;
    background-repeat: no-repeat;
}

.ptlc {
    background-image: url(../../Imagenes/ptlc.gif);
    background-position: 0% 0%;
}

.ptrc {
    background-image: url(../../Imagenes/ptrc.gif);
    background-position: 100% 0%;
}

.pblc {
    background-image: url(../../Imagenes/pblc.gif);
    background-position: 0% 100%;
}

.pbrc {
    background-image: url(../../Imagenes/pbrc.gif);
    background-position: 100% 100%;
}

.ptb, .pbb {
    background-color: transparent;
    background-repeat: repeat-x;
}

.ptb {
    background-image: url(../../Imagenes/ptb.gif);
    background-position: 0% 0%;
}

.pbb {
    background-image: url(../../Imagenes/pbb.gif);
    background-position: 50% 100%;
}

.prb {
    background-image: url(../../Imagenes/prb.gif);
    background-position: 100% 0%;
    background-repeat: repeat-y;
}

.plb {
    background-image: url(../../Imagenes/plb.gif);
    background-position: 0% 100%;
    background-repeat: repeat-y;
}

.login {
    width: 65%;
}

.botonRegresar {
    width: 106px;
    height: 60px;
    border: 0;
    background: url(../../Imagenes/botonRegresar.jpg);
    cursor: pointer;
}


/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin: -15px 0 0 -125px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_info {
    width: 60% !important;
    float: left;
}

.dataTables_paginate {
    width: 44px;
    float: right;
    text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin: 0 0 0 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
    background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    /* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

    table.display thead th {
        padding: 3px 18px 3px 10px;
        border-bottom: 1px solid black;
        font-weight: bold;
        cursor: pointer;
    }

    table.display tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
    }

    table.display tr.heading2 td {
        border-bottom: 1px solid #aaa;
    }

    table.display td {
        padding: 3px 10px;
    }

        table.display td.center {
            text-align: center;
        }



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
    background-color: #ddffdd;
}

table.display tr.even.gradeA {
    background-color: #eeffee;
}

table.display tr.odd.gradeA {
    background-color: #ddffdd;
}

table.display tr.even.gradeA {
    background-color: #eeffee;
}

table.display tr.odd.gradeC {
    background-color: #ddddff;
}

table.display tr.even.gradeC {
    background-color: #eeeeff;
}

table.display tr.odd.gradeX {
    background-color: #ffdddd;
}

table.display tr.even.gradeX {
    background-color: #ffeeee;
}

table.display tr.odd.gradeU {
    background-color: #ddd;
}

table.display tr.even.gradeU {
    background-color: #eee;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.top, .bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    width: 320px !important;
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers span.paginate_button,
    .paging_full_numbers span.paginate_active {
        border: 1px solid #aaa;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
    }

    .paging_full_numbers span.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers span.paginate_button:hover {
            background-color: #ccc;
        }

    .paging_full_numbers span.paginate_active {
        background-color: #99B3FF;
    }

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
    background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
    background-color: #ECFFB3;
}

    .ex_highlight_row #example tr.even:hover td.sorting_1 {
        background-color: #DDFF75;
    }

    .ex_highlight_row #example tr.even:hover td.sorting_2 {
        background-color: #E7FF9E;
    }

    .ex_highlight_row #example tr.even:hover td.sorting_3 {
        background-color: #E2FF89;
    }

.ex_highlight_row #example tr.odd:hover {
    background-color: #E6FF99;
}

    .ex_highlight_row #example tr.odd:hover td.sorting_1 {
        background-color: #D6FF5C;
    }

    .ex_highlight_row #example tr.odd:hover td.sorting_2 {
        background-color: #E0FF84;
    }

    .ex_highlight_row #example tr.odd:hover td.sorting_3 {
        background-color: #DBFF70;
    }


/*
 * KeyTable
 */
table.KeyTable td {
    border: 3px solid transparent;
}

    table.KeyTable td.focus {
        border: 3px solid #3366FF;
    }

table.display tr.gradeA {
    background-color: #eeffee;
}

table.display tr.gradeC {
    background-color: #ddddff;
}

table.display tr.gradeX {
    background-color: #ffdddd;
}

table.display tr.gradeU {
    background-color: #ddd;
}

div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF;
}

/****** tabs destino *********/
ul.tabs {
    margin: 0;
    padding: 2px 2px 0 2px;
    float: left;
    list-style: none;
    background: #dddddd;
    width: 934px;
    font-family: 'Oswald', sans-serif;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 4px 30px;
        border: 0;
        margin-right: 5px;
        overflow: hidden;
        position: relative;
        background: #e7e8e7;
        color: #16648c;
        border-top: solid 5px #e7e8e7;
        border-bottom: solid 1px #d4d4d4;
        border-left: solid 1px #d4d4d4;
        border-right: solid 1px #d4d4d4;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #16648c;
            display: block;
            font-size: 16px;
            padding: 0;
            border: 0;
            outline: none;
        }

            ul.tabs li a:hover {
                color: #000;
            }

        ul.tabs li.active {
            border-top: solid 5px #F90;
            border-bottom: solid 1px #d4d4d4;
            border-left: solid 1px #d4d4d4;
            border-right: solid 1px #d4d4d4;
            background: #e7e8e7;
            color: #16648c;
        }

            ul.tabs li.active a {
                color: #16648c;
            }

.tab_container {
    border: 0;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    font-size: 12px;
    background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
}

.tab_content {
    padding: 5px;
    font-size: 12px;
    background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    width: 100%;
    float: left;
}

/* Banners secciones internas */
.panelSecciones .bannersSeccion {
    float: left;
    position: relative;
    width: 379px;
}

    .panelSecciones .bannersSeccion .banners {
        float: left;
        position: relative;
        width: 379px;
        height: 140px;
        overflow: hidden;
        margin: 0 0 5px 0;
    }

    .panelSecciones .bannersSeccion #ucBannersInf_bannerInterno4 {
    }

    .panelSecciones .bannersSeccion .banners .imagenBanner5 img {
        width: 377px;
        height: 138px;
        border: solid 1px #CCC;
    }
/* Banners index */
.panelBanners .banners {
    float: left;
    position: relative;
    width: 300px;
    height: 160px;
    margin: 0 5px;
    overflow: hidden;
}

    .panelBanners .banners #ucBannersInf_bannerInterno4 {
        display: block;
    }

    .panelBanners .banners .imagenBanner5 {
        float: left;
        position: relative;
    }

        .panelBanners .banners .imagenBanner5 img {
            width: 300px;
            height: 160px;
            border: solid 1px #CCC;
        }

/* Panel Noticias */
.panelNoticias {
    position: relative;
    padding: 0;
    float: left;
    width: 470px;
    text-align: left;
    font-size: 12px;
    margin: 0 20px 0 0;
}

    .panelNoticias .tituloNoticias {
        position: relative;
        float: left;
        width: 440px;
        height: 30px;
        padding: 10px 15px;
        margin: 0 10px 0 0;
        color: #5a5a5a;
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        background: url(../../Imagenes/tituloOfertas.gif) no-repeat;
    }

    .panelNoticias .contenidoNoticias {
        width: 470px;
        position: relative;
        float: left;
    }

    .panelNoticias .contenidoNoticiasDetalle {
        width: 450px;
        padding: 10px;
        position: relative;
        float: left;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
    }

        .panelNoticias .contenidoNoticiasDetalle .tituloNoticiaDetalle {
            font-size: 16px;
            color: #186e9b;
            font-weight: bold;
        }

    .panelNoticias .contenidoNoticias img {
        width: 460px;
        height: 220px;
        border: 5px solid #FFF;
        margin: 10px 0;
    }

    .panelNoticias .contenidoNoticias .titulo {
        font-size: 18px;
        color: #186e9b;
    }

.panelNoticiasResultado {
    position: relative;
    padding: 5px;
    float: left;
    width: 440px;
}

    .panelNoticiasResultado .fotoNoticias {
        position: relative;
        float: left;
        width: 100px;
        padding: 10px 0;
        height: 80px;
        text-align: center;
    }

        .panelNoticiasResultado .fotoNoticias img {
            width: 70px;
            height: 60px;
            border-left: solid 5px #F90;
        }

    .panelNoticiasResultado .textoNoticias {
        position: relative;
        float: left;
        width: 330px;
        height: 73px;
        overflow: hidden;
        font-size: 12px;
        color: #5a5a5a;
    }

        .panelNoticiasResultado .textoNoticias .fechaNoticia {
            font-size: 12px;
            font-style: italic;
            color: #186e9b;
        }

        .panelNoticiasResultado .textoNoticias .tituloNoticias {
            font-size: 14px;
            font-weight: bold;
            color: #186e9b;
        }

    .panelNoticiasResultado input.verMas {
        font-size: 12px;
        color: #5a5a5a;
        border: 0;
        background-color: Transparent;
    }

.compartirNoticia {
    position: relative;
    float: left;
    width: 460px;
    border-left: solid 10px #F90;
    text-align: center;
    background: #CCC url(../../Imagenes/fondoBuscador.png);
    margin-bottom: 10px;
}
/* Carrusel vertical de noticias */
.jcarousel-skin-tango .jcarousel-container {
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 440px;
    height: 330px;
    padding: 45px 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 420px;
    height: 320px;
    padding: 10px;
    background-color: #E8E8E8;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 430px;
    height: 100px;
    border-bottom: dashed 1px #9C9C9C;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -5px;
    left: 200px;
    width: 49px;
    height: 25px;
    cursor: pointer;
    background: url(../../Imagenes/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 200px;
    width: 49px;
    height: 25px;
    cursor: pointer;
    background: url(../../Imagenes/prev-vertical.png) no-repeat 0 0;
}
/* Quienes */
.imagenQuienes {
    position: relative;
    float: left;
    width: 940px;
    height: 390px;
}

    .imagenQuienes img {
        width: 940px;
        height: 390px;
    }

.textoQuienes {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 340px;
    padding: 20px;
    color: #FFF;
    z-index: 1;
    background: url(../../Imagenes/fondoBuscador.png);
    border-bottom: solid 10px #F90;
    margin-right: 10px;
}

.lineaQuienes {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 470px;
    z-index: 1;
    border-bottom: solid 10px #F90;
}

.textoQuienes .descripcionQuienes {
    position: relative;
    float: left;
    height: 310px;
    overflow: auto;
    margin-top: 15px;
    padding: 0 10px 0 0;
}

    .textoQuienes .descripcionQuienes a {
        color: #FFF;
    }

.tituloQuienes {
    color: #F90;
    font-size: 18px;
}

.itemsQuienes {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 80px;
    padding: 10px;
    color: #FFF;
    z-index: 999;
    background: url(../../Imagenes/fondoBuscador.png);
    border-bottom: solid 10px #F90;
}

.datosContacto {
    float: left;
    position: relative;
    width: 262px;
    height: 93px;
    padding: 20px;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin: 0 5px;
    background: url(../../Imagenes/fondodatos.jpg) no-repeat;
}

    .datosContacto .imagenContacto {
        float: left;
        position: relative;
        width: 75px;
    }

    .datosContacto .textoContacto {
        float: left;
        position: relative;
        width: 150px;
        height: 80px;
        margin-left: 35px;
    }

    .datosContacto .tituloContacto {
        float: left;
        position: relative;
        width: 150px;
        margin-left: 35px;
        text-align: right;
    }
/* Lo mas visto */
.tituloLoMas {
    float: left;
    position: relative;
    border: solid 1px #D5D5D5;
    background: #ECECEC;
    padding: 5px;
    text-align: right;
    width: 367px;
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 10px;
}

.contenidoLoMas {
    float: left;
    position: relative;
    width: 369px;
    font-size: 12px;
    color: #5a5a5a;
    margin-bottom: 10px;
}
/* ---=== promociones index ===--- */
.promocionIndex {
    position: relative;
    padding: 0;
    float: left;
    width: 940px;
}

    .promocionIndex .contenidoPromo {
        width: 560px;
        float: left;
        margin: 0;
        position: relative;
    }

        .promocionIndex .contenidoPromo .imagenBanner5 {
            position: relative;
            float: left;
        }

            .promocionIndex .contenidoPromo .imagenBanner5 img {
                width: 560px;
                height: 390px;
            }

    .promocionIndex .contenidoOferta {
        padding: 5px;
        font-size: 12px;
        overflow: auto;
    }

    .promocionIndex .menuPromo {
        width: 460px;
        right: 10px;
        position: absolute;
        bottom: 130px;
        z-index: 1;
        text-align: right;
    }

    .promocionIndex .imagenesPromo {
        float: left;
        position: relative;
        width: 470px;
    }

    .promocionIndex a.promo:link {
        border: 0px;
        color: #FFF;
        padding: 3px 9px;
        text-decoration: none;
        font-size: 14px;
        width: 20px;
        font-weight: bold;
        text-align: center;
        background: url(../../Imagenes/promoOn.png) no-repeat center center;
    }

    .promocionIndex a.promo:visited, a.promo:hover, a.promo:active, a.promo:focus {
        color: #F90;
        width: 20px;
        background: url(../../Imagenes/promoOn.png) no-repeat center center;
        padding: 3px 9px;
        text-decoration: none;
    }

.linkServicios {
    color: #5a5a5a;
    font-weight: bold;
    font-size: 12px;
}

.linkDetalleAuto {
    color: #186e9b;
    font-weight: bold;
    font-size: 13px;
}

.titulosCarro {
    color: #186e9b;
    font-size: 12px;
    font-weight: bold;
}

.tituloTablaCircuito {
    color: #186e9b;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
/* Formas de pago */
.textoFormasPago {
    position: relative;
    width: 75%;
    padding: 15px 5px 15px 60px;
    color: #5a5a5a;
    font-size: 12px;
    display: inline-block;
}

.ImgFormasPago {
    display: inline-block;
    width: 14%;
    float: left;
}

    .ImgFormasPago img {
        width: 165px;
        margin-left: 31px;
        margin-top: 18px;
    }

/* Detalle Ofertas Hotel*/
.detalleOferta {
    float: left;
    position: relative;
    margin: 5px 0;
    border: solid 1px #CCC;
    width: 520px;
}

    .detalleOferta h4.trigger {
        padding: 10px;
        width: 500px;
        margin: 0;
        font-size: 13px;
        font-family: 'Oswald', sans-serif;
        color: #1D5B9E;
        font-weight: bold;
        float: left;
        position: relative;
        cursor: pointer;
        border-bottom: dashed 1px #666;
        background: #DEDEDE url(../../Imagenes/next-vertical.png) no-repeat center right;
    }

    .detalleOferta .toggle_container {
        padding: 10px;
        overflow: hidden;
        font-size: 12px;
        font-family: 'Oswald', sans-serif;
        width: 500px;
        color: #5a5a5a;
        background: #EAEAEA url(../../Imagenes/fondoContenido.gif) repeat-x;
        border-bottom: 0;
        margin: 0;
        display: none;
    }

        .detalleOferta .toggle_container a {
            color: #1D5B9E;
            cursor: pointer;
            text-decoration: underline;
        }

        .detalleOferta .toggle_container ul {
            list-style: disc;
            padding: 0 0 0 20px;
        }

        .detalleOferta .toggle_container strong {
            font-weight: bold;
        }
/* ---=== panel confirmacion vuelo ===--- */
.panelConfirmacion {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 20px 30px 0;
}

    .panelConfirmacion .tituloCorporativoIndex {
        float: left;
        position: relative;
        width: 505px;
        height: 27px;
        padding: 12px 15px;
        text-align: left;
        font-size: 18px;
        color: #575757;
        background: url(../../Imagenes/tituloPromociones.gif) no-repeat;
        margin-bottom: 5px;
    }

    .panelConfirmacion .contenidoContactenos {
        float: left;
        position: relative;
        width: 535px;
        padding: 30px 0;
        text-align: center;
        font-size: 13px;
    }

    .panelConfirmacion .botonBuscador {
        background: url(../../Imagenes/botonConfirmacion.png);
        border: 0;
        width: 155px;
        height: 30px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 5px;
    }
/* ---=== panel banners confirmacion ===--- */
.panelBannersConfirmacion {
    position: relative;
    padding: 0;
    float: left;
    width: 368px;
    padding: 0;
    background: #e7e7e7;
    border-left: solid 10px #f90;
    border-right: solid 1px #d4d4d4;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    margin: 0 0 30px 0;
}

    .panelBannersConfirmacion img {
        width: 368px;
        height: 180px;
    }
/*---------Impresion Descuento------------*/
.imprimirDescuento {
    width: 950px;
    height: 100px;
    margin-top: 10px;
}





/* Selects */
div.skinned-select {
    /* background: url('../img/bg/bg_select.png') no-repeat scroll 0pt 100%; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*background: #E7E5E1 url(../../Imagenes/icn_selects.gif) right top no-repeat;*/
    background: White url(../../Imagenes/icn_selects.gif) right top no-repeat;
    float: left;
}

    div.skinned-select.last {
        margin-right: 0;
    }

    div.skinned-select select {
        border: 1px solid #fff;
        opacity: 0;
        filter: alpha(opacity = 0);
        moz-opacity: 0;
        position: relative;
        z-index: 100;
        font-family: 'Oswald', sans-serif;
    }

    div.skinned-select .select-text {
        position: absolute;
        text-indent: 10px;
        line-height: 23px;
        z-index: 1;
    }

    div.skinned-select .select-text,
    div.skinned-select select,
    div.skinned-select select option {
        color: #333;
    }

/* non javascript version select */

.my-skinnable-select select {
    border: 1px solid #D5E6EE;
    font-size: 11px;
    width: 190px;
}

/*Gabo*/
.panelTabs {
    float: left;
    /*height:36px;*/
    width: 940px;
}

.panelCompletoCorporativo1 {
    float: left;
    width: 940px;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 25px;
    background: url(../../Imagenes/bgPanelCompleto.png);
    background-repeat: no-repeat;
    overflow: auto;
}


.confirmacionVuelo1 {
    float: left;
    width: 700px;
    margin-left: 30px;
    margin-right: 10px;
}

.panelCompletoCorporativo1 .confirmarVuelo {
    float: left;
    width: 910px;
    margin-left: 30px;
    margin-right: 10px;
}

.panelCompletoCorporativo1 .tituloConfirmacion1 {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 674px;
    font-size: 14pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
}

.tituloConfirmacion1 {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 674px;
    font-size: 14pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
}

.panelCompletoCorporativo1 .confirmacionVuelo1 .detalleVuelo1 {
    color: #1f6b8f;
    float: left;
    width: 674px;
    margin-bottom: 10px;
}

.detalleVuelo2 {
    float: left;
    position: relative;
    width: 700px;
    padding: 5px;
}

.detalleVuelo3 {
    float: left;
    position: relative;
    padding: 5px;
}

.panelCompletoCorporativo1 .confirmacionVuelo1 .detalleTablas {
    color: #1f6b8f;
    float: left;
    width: 665px;
    margin-bottom: 10px;
    background: white;
    padding: 15px 0 10px 0;
}

.botonesConfirmacion {
    border: 0;
    text-align: center;
    top: 335px;
    border-top: solid 6px #FF9600;
    background: white;
    padding-left: 8px;
    padding-right: 8px;
}

.txt12azul {
    font-size: 10pt;
    color: #1f6b8f;
}

.txtNaranja {
    color: #d25f0f;
}

.txtAmarillo {
    color: #fe9901;
}

.bordePunteado {
    float: left;
    width: 530px;
    margin-left: 100px;
    border-top: dashed 1px #999;
}

.tituloValor {
    font-size: 16px;
    text-align: center;
    color: #115a7b;
    line-height: 22px;
}

.tituloValor1 {
    font-size: 12px;
    text-align: center;
    color: #115a7b;
    line-height: 22px;
}

.txtConfirmacion {
    font-size: 16px;
    text-align: left;
    color: #115a7b;
    line-height: 10px;
    padding: 0 0 0 20px;
}

.panelTabs .tabExterior {
    background-color: #5a5a5a;
    float: left;
    height: 36px;
    padding: 0 3px 0 3px;
}

.tabExterior .tabSegundo {
    background-image: url(../../Imagenes/bgTabsInterno.png);
    background-repeat: repeat-x;
    float: left;
    height: 36px;
    font-size: 10pt;
    padding: 0 9px 0 9px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 43px;
    font-weight: bold;
}

.panelTabs .panelCompletoCorporativoPie {
    background-image: url(../images/bgPanelCompletoPie.png);
    float: left;
    height: 54px;
    width: 940px;
    position: relative;
}


.panelTabs .tabInterior {
    color: #ffffff;
    height: 36px;
    width: 100%;
    background-image: url(../../Imagenes/bgTabsInternoActivo.png);
    background-repeat: repeat-x;
    float: left;
    line-height: 43px;
    font-size: 10pt;
    padding: 0 3px 0 3px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.confirmarVuelo a {
    text-decoration: underline;
    color: #d25f0f;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.panelCompletoCorporativo1 .confirmarVuelo .tituloFormaPago {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 848px;
    font-size: 14pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
}

.panelCompletoCorporativo1 .confirmarVuelo .detalleFormaPago {
    font-size: 10pt;
    color: #1f6b8f;
    padding-left: 20px;
    width: 828px;
    float: left;
}

.panelCompletoCorporativo1 .confirmarVuelo .subtituloDetalle {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 828px;
    font-size: 10pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
    padding-left: 20px;
}

.confirmarVuelo .resumenReserva {
    float: left;
    width: 830px;
    background-color: #FFF;
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;
}

.resumenTabla {
    text-align: center;
    font-size: 12px;
}

.tablaVuelos {
    font-family: "Myriad pro",Arial;
    font-size: 12px;
    color: #666;
    background: white;
}

    .tablaVuelos .logoAerolinea {
        width: 100px;
        text-align: center;
    }

.formaPagoTitulo {
    float: left;
    width: 830px;
    font-size: 16px;
    color: #fe9901;
    margin: 20px 0 20px 0;
}

.tipoPago {
    float: left;
    height: 80px;
    min-width: 200px;
    border-right: solid 1px #666;
    font-size: 12px;
    margin: 0 0 20px 30px;
}

.tipoTarjeta {
    float: left;
    height: 280px;
    min-width: 200px;
    font-size: 12px;
    margin: 0 0 20px 30px;
}

.formaPagoBtn {
    float: right;
    width: 200px;
    text-align: right;
}

.contTabs {
    float: left;
    padding-left: 12px;
}

.contenedorTotal {
    float: left;
    width: 940px;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 25px;
    background: url(../images/bgPanelCompleto.png);
    background-color: #d3d3d3;
    background-repeat: no-repeat;
    overflow: auto;
}


.panelCompletoCorporativo .botonesConfirmacion, .panelCompletoCorporativo1 .botonesConfirmacion {
    position: absolute;
    width: 180px;
    border: 0;
    text-align: center;
    top: 18px;
    right: 20px;
    border-top: solid 6px #ff9600;
    background: #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}

    .panelCompletoCorporativo .botonesConfirmacion .detalleTarifa {
        margin-left: 20px;
    }

.panelCompletoCorporativo .confirmarVuelo .tituloFormaPago {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 848px;
    font-size: 14pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
}

.panelCompletoCorporativo .confirmarVuelo .detalleFormaPago {
    font-size: 10pt;
    color: #1f6b8f;
    padding-left: 20px;
    width: 828px;
    float: left;
}

.panelCompletoCorporativo .confirmarVuelo .subtituloDetalle {
    color: #0d486a;
    float: left;
    height: 34px;
    width: 828px;
    font-size: 10pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
    padding-left: 20px;
}

.confirmarVuelo .resumenReserva {
    float: left;
    width: 830px;
    background-color: #FFF;
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;
}

.resumenTabla {
    text-align: center;
    font-size: 12px;
}

.tablaVuelos {
    float: left;
    font-family: "Myriad pro",Arial;
    font-size: 12px;
    color: black;
    /*border: 1px solid #999;*/
    margin-top: 5px;
    padding: 8px;
}

    .tablaVuelos .logoAerolinea {
        width: 100px;
        text-align: center;
    }

.formaPagoTitulo {
    float: left;
    width: 830px;
    font-size: 16px;
    color: #fe9901;
    margin: 20px 0 20px 0;
}

.formaPagoBtn {
    float: right;
    width: 200px;
    text-align: right;
}

.tipoPago {
    float: left;
    height: 80px;
    min-width: 200px;
    border-right: solid 1px #666;
    font-size: 12px;
    margin: 0 0 20px 30px;
}

.tipoTarjeta {
    float: left;
    height: auto;
    min-width: 200px;
    font-size: 12px;
    margin: 0 0 20px 30px;
}

.panelCompletoCorporativo .confirmarVuelo {
    float: left;
    width: 910px;
    margin-left: 30px;
    margin-right: 10px;
}

.formaPagoBtn {
}

/*Cambios diseño Oct 17*/
.reservaDetalle {
    float: left;
    width: 674px;
    margin: 0 10px 0 30px;
}

.reservaTitulo {
    color: #0D486A;
    float: left;
    height: 34px;
    width: 674px;
    font-size: 14pt;
    line-height: 34px;
    overflow: hidden;
    margin-top: 7px;
    text-transform: uppercase;
}

.reservaDatosPasajero {
    float: left;
    width: 674px;
}

.reservaRegistro {
    float: left;
    width: 674px;
}

.reservaResumen {
    float: left;
    width: 644px;
    padding: 10px;
    background: white;
    margin: 5px 5px 10px 5px;
}

.reservaResumen1 {
    float: left;
    width: 644px;
    padding: 10px;
    background: white;
    margin: 10px 5px 10px 30px;
}

.reservaTarifas {
    position: absolute;
    width: 180px;
    border: 0;
    text-align: center;
    top: 18px;
    right: 20px;
    border-top: solid 6px #FF9600;
    background: white;
    padding: 8px;
    color: #0D486A;
}

.reservaTarifasPrecio {
    font-size: 17px;
    font-weight: bold;
    color: #FF9600;
}

.reservaTarifasNaranja {
    font-weight: bold;
    color: #FF9600;
    font-size: 10px;
}

.txtDesplegable {
    padding: 1%;
    font-size: 12px;
    background: white;
    border-bottom: dotted 1px #1D5B9E;
    margin: 0 0 5px 0;
    width: 98%;
}

.btnSiguiente {
    background: url(../../Imagenes/botonConfirmacion.png);
    border: 0;
    width: 155px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.btnCancelar {
    background: Transparent;
    border: 0;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    color: #186e9b;
    text-decoration: none;
    cursor: pointer;
}

.tablaDesplegable h4.trigger {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 13px;
    color: #1D5B9E;
}

    .tablaDesplegable h4.trigger a {
        color: #186e9b;
        padding-right: 15px;
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        display: inline;
        background: url(../../Imagenes/flechaAbajo.png) no-repeat center right;
    }

        .tablaDesplegable h4.trigger a:hover {
            color: #000;
        }

.tablaDesplegable .txtDesplegable {
    padding: 0 0 10px 0;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    color: #666;
    background: none;
    margin: 0;
    display: none;
}

    .tablaDesplegable .txtDesplegable a {
        color: #1D5B9E;
        cursor: pointer;
        text-decoration: underline;
    }

    .tablaDesplegable .txtDesplegable ul {
        list-style: disc;
        padding: 0 0 0 20px;
    }

    .tablaDesplegable .txtDesplegable strong {
        font-weight: bold;
    }

/*-----Hoteles Internacional-----*/
.descripcionHotel {
    float: left;
    width: 400px;
}

.descripcionHotelTitulo {
    float: left;
    width: 290px;
    font-size: 16px;
    font-weight: bold;
    color: #186E9B;
}

descripcionHotelEstrellas {
    float: right;
    width: 110px;
}

.descripcionHotelDetalle {
    float: left;
    width: 400px;
    height: 100px;
    overflow: hidden;
}

.descripcionHotelBtn {
    float: right;
}

.descripcionHotelTarifa {
    float: left;
}

.descripcionHotelTarifaTit {
    float: left;
}

.descripcionHotelTarifaTxt {
    float: left;
    color: #F90;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}

/*******PopUp ResultadoVuelos*******/

#caja {
    width: 70%;
    float: left;
    display: none;
    padding: 5px;
}

#mostrar {
    display: block;
    width: 70%;
    padding: 5px;
}


.popup {
    z-index: 5;
    display: block;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

    .popup ol, .popup ul {
        list-style: none;
    }

.popup-detail {
    width: 710px;
}

    .popup-detail .detail {
        padding: 10px;
    }

    .popup-detail .segment {
        padding: 0 5px;
    }

        .popup-detail .segment:before, .popup-detail .segment:after {
            content: "";
            display: table;
        }

        .popup-detail .segment:after {
            clear: both;
        }

.ie6 .popup-detail .segment, .ie7 .popup-detail .segment {
    zoom: 1;
}

.popup-detail .segment .review-summary {
    float: left;
    margin: 5px 0 0 15px;
}

    .popup-detail .segment .review-summary .review-description {
        display: block;
    }

    .popup-detail .segment .review-summary .review-description {
        display: block;
        text-align: right;
    }

.popup-detail .segment .detail-info {
    float: left;
    width: 520px;
    padding: 0;
}

    .popup-detail .segment .detail-info:before, .popup-detail .segment .detail-info:after {
        content: "";
        display: table;
    }

    .popup-detail .segment .detail-info:after {
        clear: both;
    }

.ie6 .popup-detail .segment .detail-info, .ie7 .popup-detail .segment .detail-info {
    zoom: 1;
}

.popup-detail .segment .detail-info li:before, .popup-detail .segment .detail-info li:after {
    content: "";
    display: table;
}

.popup-detail .segment .detail-info li:after {
    clear: both;
}

.ie6 .popup-detail .segment .detail-info li, .ie7 .popup-detail .segment .detail-info li {
    zoom: 1;
}

.popup-detail .segment .detail-info .data {
    color: #999999;
}

    .popup-detail .segment .detail-info .data span {
        margin: 0 4px 0 0;
        float: left;
        line-height: 28px;
    }

    .popup-detail .segment .detail-info .data .airline {
        float: right;
        margin: 0;
        padding: 0;
    }

        .popup-detail .segment .detail-info .data .airline .logoPequeño {
            padding: 0;
            line-height: 0;
        }

.popup-detail .segment .detail-info .itinerary {
    line-height: 14px;
}

    .popup-detail .segment .detail-info .itinerary .location {
        float: left;
        margin: 0 15px 0 0;
        width: 400px;
    }

    .popup-detail .segment .detail-info .itinerary .date {
        float: right;
    }

.popup-detail .segment .detail-info .operated-by {
    float: left;
}

    .popup-detail .segment .detail-info .operated-by li {
        float: left;
        margin: 0 5px 0 0;
        line-height: 25px;
    }

    .popup-detail .segment .detail-info .operated-by .logoPequeño {
        line-height: 0;
    }

.popup-detail .segment .detail-info .stops {
    float: right;
}

    .popup-detail .segment .detail-info .stops .title {
        margin: 0 0 0 -20px;
    }

.popup-detail .time {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    background: #eeeeee;
}

.popup-detail .detail-footer {
    display: inline-block;
    width: 100%;
    padding-top: 3px;
}

    .popup-detail .detail-footer .bottom-box {
        float: left;
        width: 50%;
    }

        .popup-detail .detail-footer .bottom-box .detail-local-hour {
            display: block;
            padding-bottom: 8px;
        }

    .popup-detail .detail-footer .baggage {
        margin-top: 5px;
    }

.ie7 .popup-detail .detail-footer .baggage {
    width: 680px;
}

.popup-detail .detail-footer .ecological-info {
    float: right;
    width: 50%;
}

    .popup-detail .detail-footer .ecological-info .ecological-preservation-container {
        width: 100%;
    }

        .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation {
            float: right;
            padding-bottom: 3px;
        }

            .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation .ecological-preservation-label {
                padding-right: 10px;
                line-height: 20px;
                float: left;
            }

            .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation .ecological-flight {
                float: left;
            }

    .popup-detail .detail-footer .ecological-info .preservation-description {
        float: right;
    }

.popup-detail .rules {
    margin: 10px 0 0;
    /*display:none;*/
    float: left;
    width: 100%;
}

    .popup-detail .rules .airline {
        display: block;
    }

        .popup-detail .rules .airline:before, .popup-detail .rules .airline:after {
            content: "";
            display: table;
        }

        .popup-detail .rules .airline:after {
            clear: both;
        }

.ie6 .popup-detail .rules .airline, .ie7 .popup-detail .rules .airline {
    zoom: 1;
}

.popup-detail .rules .airline .logoPequeño {
    float: left;
}

    .popup-detail .rules .airline .logoPequeño span {
        float: left;
    }

.popup-detail .rules .airline .name {
    float: left;
    line-height: 28px;
    margin: 0 0 0 5px;
}

.popup-detail .rules .airline .icon-plus {
    margin: 10px 4px 0 4px;
}

.popup-detail .rules p {
    margin: 10px 0 0;
}

.flights-popup {
    padding: 10px;
    position: relative;
}

    .flights-popup:after, .ie7 .flights-popup .after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .flights-popup .popup-header h4 {
        line-height: 20px;
        padding: 10px;
    }

    .flights-popup .popup-container {
        z-index: 1;
        overflow-y: scroll;
        height: 264px;
        position: relative;
    }

    .flights-popup .popup-arrow {
        position: absolute;
        height: 0;
        width: 0;
    }

    .flights-popup .popup-arrow-bottom {
        bottom: -10px;
        left: 10px;
    }

    .flights-popup .popup-arrow-top {
        top: -10px;
        left: 10px;
    }

    .flights-popup .popup-arrow-left {
        left: -10px;
        top: 10px;
    }

    .flights-popup .popup-arrow-right {
        right: -10px;
        top: 10px;
    }

    .flights-popup .popup-close {
        position: absolute;
        z-index: 10;
        text-align: center;
        line-height: 20px;
        height: 20px;
        width: 20px;
        top: -13px;
        right: -13px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .flights-popup .popup-close input {
            border: none;
            background: none;
            padding: 0;
            margin: 0;
            position: relative;
            color: white;
            font-weight: bolder;
            top: -2px;
        }

.ie7 .flights-popup {
    zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
}

    .ie7 .flights-popup .popup-close, .ie8 .flights-popup .popup-close {
        line-height: 26px;
        height: 26px;
        width: 26px;
        top: -13px;
        right: -13px;
    }

.flights-popup:after {
    background: black;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.flights-popup .popup-header {
    background: none repeat scroll 0 0 #f7f7f7;
    display: block;
}

    .flights-popup .popup-header h4 {
        margin: 0;
        color: #003770;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: normal;
    }

.flights-popup .popup-content {
    background: white;
    border: 1px solid transparent;
}

.flights-popup .popup-arrow-bottom {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-arrow-top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-close {
    cursor: pointer;
    border: 3px solid white;
    color: white;
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 20px;
    background: #319fda;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.ie7 .flights-popup .after {
    background-color: black;
    filter: alpha(opacity=70);
}

.ie8 .flights-popup:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVR4nGNi2MywmYkBCAAJ8gFrYOfxtwAAAABJRU5ErkJggg==');
}

.ie7 .flights-popup .popup-arrow, .ie8 .flights-popup .popup-arrow {
    filter: alpha(opacity=70);
}

.ie7 .flights-popup .popup-arrow-bottom, .ie8 .flights-popup .popup-arrow-bottom {
    border-top: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-top, .ie8 .flights-popup .popup-arrow-top {
    border-bottom: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-left, .ie8 .flights-popup .popup-arrow-left {
    border-right: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-right, .ie8 .flights-popup .popup-arrow-right {
    border-left: 10px solid black;
}

.ie7 .flights-popup .popup-close, .ie8 .flights-popup .popup-close {
    border-width: 0;
    background-color: transparent;
    background: url('../../despegar/core-flights/img/picasso/popup.png');
    background-position: 0 -1px;
}

.flights-popup .popup-content {
    color: black;
    font-size: 11px;
}

.flights-tooltip {
    display: block;
    position: absolute;
    padding: 0.267em;
    font-size: 0.8em;
    background-color: #3c3a12;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #3c3a12 0 0 3px;
    -moz-box-shadow: #3c3a12 0 0 3px;
    box-shadow: #3c3a12 0 0 3px;
}

    .flights-tooltip.tooltip-left:after, .ie7 .flights-tooltip.tooltip-left span {
        position: absolute;
        top: 0;
        padding: 0.267em 0;
        left: -0.82em;
        content: "\25C4";
    }

.ie7 .flights-tooltip.tooltip-left {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="&#9668;");
}

.flights-tooltip.tooltip-left:after, .ie7 .flights-tooltip span {
    font-family: arial, sans-serif;
    font-size: 1em;
    color: #3c3a12;
}

.ie8 .flights-tooltip.tooltip-left:after {
    font-size: 0.8em;
}

.contenedorPopUp {
    float: left;
    position: relative;
    left: -300px;
}

/********Contenedor First Popup***********/
.btnCloseFirst {
    position: absolute;
    left: 509px;
    top: -10px;
    width: 20px;
    color: white;
    background: blue;
    border: 3px solid #01265E;
    height: 20px;
    border-radius: 25px;
}

.btnCloseFirst_X {
    background: none;
    border: none;
    padding: 0;
    color: white;
    font-weight: bolder;
    margin: 0;
    position: relative;
    left: 4px;
    top: -4px;
    font-size: 20px;
}


#content-slider {
    width: 490px;
    height: 6px;
    margin: 5px;
    background: #BBBBBB;
    position: relative;
}

.content-slider-handle {
    width: 8px;
    height: 14px;
    position: absolute;
    top: -4px;
    background: #478AFF;
    border: solid 1px black;
}


#content-scroll {
    width: 500px;
    height: 137px;
    margin-top: 10px;
    overflow: hidden;
}

#content-holder {
    width: 1500px;
    height: 270px;
}

/*************************************/

.a impuestosVuelos:hover {
    background-color: yellow;
}

a.impuestosVuelos:hover div {
    display: block;
    position: absolute;
    top: -90px;
    left: 0;
    color: white;
    text-decoration: none;
    z-index: 999;
    overflow: hidden;
}

a.impuestosVuelos {
    position: relative;
    color: #186e9b;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
    display: inline;
    width: 150px;
    float: left;
    text-align: center;
}

    a.impuestosVuelos div {
        display: none;
    }

.GloboImp {
    position: relative;
    width: 250px;
    height: 150px;
    padding: 5px 0 0 5px;
    z-index: 10;
    background: url(../../Imagenes/globo.png);
    padding: 5px;
    font-size: 7pt;
}


.labelDetalleImpuestos {
    float: left;
    width: 140px;
    text-align: left;
    color: #000;
    font-size: 9px;
}

.valorlDetalleImpuestos {
    float: left;
    width: 100px;
    text-align: left;
    color: #000;
    font-size: 9px;
}

/* Estilos de Pagina Reserva de vuelos con carro de compras incluido Julio 12 de 2013 */

.paginaVuelosTarjeta .menuPrincipal {
    margin-bottom: 0px;
}


.panelIzquierdoReservaVuelos {
    float: left;
    width: 580px;
    margin-left: 20px;
    background-color: #fff;
}

.panelDerechoReservaVuelos {
    float: left;
    width: 300px;
    margin-left: 20px;
    background-color: #fff;
}

.franjaAmarillaInicio {
    float: left;
    width: 100%;
    height: 20px;
    background-color: #FF9600;
}

.reservaResumen300 {
    float: left;
    width: 300px;
}

.detalleVuelo300 {
    float: left;
    width: 300px;
}

.reservaTituloVuelosTarjeta {
    float: left;
    color: #fff;
    width: 550px;
    height: 30px;
    padding: 0 15px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 13pt;
    overflow: hidden;
    background: url(../../imagenes/FondoTitulos.png) no-repeat;
}

.renglonDatosVuelosTarjeta {
    float: left;
    width: 580px;
    margin-bottom: 10px;
}

.tipoPasajeroVuelosTarjeta {
    float: left;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #666666;
    font-size: 10pt;
}

.labelTipoPasajeroVuelosTarjeta {
    float: left;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #666666;
    font-size: 10pt;
    border: none;
}


.datosPasajeroVuelosTarjeta {
    float: left;
    width: 480px;
}

.lineaDatosVuelosTarjeta {
    float: left;
    width: 470px;
    height: 50px;
    margin-bottom: 10px;
}

.celdaDatosVuelosTarjeta {
    float: left;
    width: 33%;
}

.labelDatosVuelosTarjeta {
    float: left;
    width: 100%;
    font-size: 10pt;
    text-align: left;
    line-height: 14pt;
}

.my-skinnable-select-2 {
    float: left;
    width: 90%;
    height: 26px;
    border: 1px solid;
    margin-top: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: White url(../../Imagenes/icn_selects.gif) right top no-repeat;
}

.reservaRegistroVuelosTarjeta {
    float: left;
    width: 550px;
    margin-left: 15px;
}

.divisorAzul580 {
    float: left;
    width: 550px;
    margin-left: 15px;
    height: 2px;
    background: #6697a9;
}

.reservaTituloVuelosTarjeta300 {
    float: left;
    color: #0D486A;
    width: 270px;
    height: 30px;
    padding: 0 15px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 13pt;
    overflow: hidden;
}

.trayectoVueloTarjeta {
    float: left;
    width: 300px;
}

.logoAerolineaVueloTarjeta {
    float: left;
    width: 60px;
    margin: 0 15px;
    text-align: center;
}

    .logoAerolineaVueloTarjeta img {
        max-width: 60px;
        margin-top: 25px;
    }

.renglonTrayectoVueloTarjeta {
    float: left;
    width: 195px;
}

.ciudadSalidaVuelosTarjeta {
    float: left;
    width: 130px;
    color: #0D486A;
    font-size: 12pt;
    text-align: left;
    margin-left: 15px;
}

.ciudadLlegadaVuelosTarjeta {
    float: left;
    width: 130px;
    margin-left: 10px;
    color: #0D486A;
    font-size: 12pt;
    text-align: left;
}

.fechaSalidaVuelosTarjeta {
    float: left;
    width: 130px;
    font-size: 10pt;
    color: #666666;
    text-align: left;
    margin-left: 15px;
}

.fechaLlegadaVuelosTarjeta {
    float: left;
    width: 130px;
    margin-left: 10px;
    font-size: 10pt;
    color: #666666;
    text-align: left;
}

.labelItemsVueloTarjeta {
    float: left;
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    line-height: 15pt;
}

.valorItemsVueloTarjeta {
    float: left;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    line-height: 15pt;
}

.divi195 {
    float: left;
    width: 195px;
}

.divisorAzul300 {
    float: left;
    width: 270px;
    margin: 10px 0;
    margin-left: 15px;
    height: 2px;
    background: #6697a9;
}

.reservaTarifasVuelosTarjeta {
    float: left;
    width: 300px;
}

.reservaTituloVuelosTarjeta300Naranja {
    float: left;
    color: #FF9600;
    width: 270px;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 10.1pt;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}

.labelCondicionesVuelosTarjeta {
    float: left;
    font-weight: bold;
}

.detalleTarifaVuelosTarjeta {
    float: left;
    width: 300px;
}

.renglonValorPorPasajero {
    float: right;
    width: 245px;
    margin-right: 15px;
    font-size: 9pt;
}

.valorTarifaVuelosTarjeta {
    color: #0024fe;
    text-decoration: underline;
}

.reservaDetalleVuelosTarjeta {
    float: left;
    width: 580px;
}

.tipoPagoVuelosTarjeta {
    float: left;
    width: 550px;
    padding: 15px;
}

#ucReservaVuelos_rblFormasPago tr {
    float: left;
    width: 180px;
}

.contenedorCondicionesVuelosTarjeta {
    float: left;
    width: 517px;
    padding: 0px 20px 10px 0px;
}

.botonCerrarVuelosTarjeta {
    float: right;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    margin-right: 5px;
    margin-bottom: -30px;
    z-index: 10;
    position: relative;
    background: url(../../Imagenes/cerrarAzul.png);
}

.btnSiguienteVuelosTarjeta {
    position: relative;
    width: 35%;
    /* right: 35px; */
    background: #c39448 !important;
    border: 1px solid #4c4c4c !important;
    color: black !important;
    border-radius: 0px;
    height: 26px;
    font-size: 15px;
    line-height: 5px;
    text-transform: uppercase;
    font-style: italic;
    cursor: pointer;
}

contenedorBotonBuscartransfer {
    float: left;
}

    contenedorBotonBuscartransfer input {
        width: 115px;
    }

.condicionesProteccion {
    width: 96%;
    padding: 2%;
    height: 400px;
    overflow: auto;
}


.reservaResumen2 {
    float: left;
    width: 900px;
    padding: 10px;
    background: white;
    margin: 5px 5px 10px 5px;
}

.subtituloProteccion {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

.contenidoProteccion {
    float: left;
    width: 100%;
}

.tablaProteccion {
    border-collapse: collapse;
}

    .tablaProteccion td {
        border: 1px #000 solid;
        padding: 5px;
    }

.celdaBold {
    text-align: center;
    font-weight: bold;
}

.ventanaError1 {
    background: #FFF;
    padding: 30px;
    border: 5px solid;
}

/* Estilos Nuevos -  Nueva Version - Diego 12/11/2012 */

.BannerTopFlight {
    float: left;
    height: 127px;
    margin-top: 10px;
    width: 240px;
}

    .BannerTopFlight img {
        float: left;
        height: 127px;
        width: 240px;
    }

.no_home {
    width: 675px;
    height: 66px;
    background: #4b4b4b;
    font-size: 16px;
}

.t_center {
    text-align: center;
}

.topSpace {
    padding-top: 10px;
}

.white {
    color: white;
}

.yellow {
    color: #ffb400;
}

.block {
    display: block;
}

.cursor {
    cursor: pointer;
}


/* Estilos Top Flight */

.pop_up {
    background: url(../../Imagenes/TopFlight/bk_pop.png);
    width: 100%;
    height: 100%;
}

    .pop_up .login_box {
        background: url(../../Imagenes/TopFlight/LIGHTBOX4.jpg);
        font-size: 11px;
        height: 367px;
        width: 633px;
    }

.contenido_inscribete {
    display: block;
    width: 281px;
    padding: 276px 176px;
    font-size: 14px;
}

.pop_up .login_box .logo_box {
    padding: 25px 0 15px;
}

.full {
    width: 100%;
}

.t_center {
    text-align: center;
}

.pop_up .login_box > .left {
    width: 40%;
    margin-left: 50px;
}

.left {
    float: left;
    clear: left;
}

.pop_up .login_box .yellow {
    color: #FFE39A;
    margin-bottom: 10px;
}

.block {
    display: block;
}

.pop_up .login_box .campo {
    margin-bottom: 15px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.white {
    color: #FFF;
}

.pop_up .login_box > .right {
    width: 40%;
    margin-right: 50px;
}

.right {
    float: right;
    clear: right;
}

.pop_up .login_box > .right ul {
    margin: 0;
    padding: 0;
}

.beneficios li {
    background: url(../../Imagenes/TopFlight/l_left.jpg) no-repeat left 5px;
    list-style: none;
}

.pop_up .login_box ul li {
    margin-bottom: 10px;
}

.pad_left {
    padding-left: 10px;
}

.cerrarTopFlight {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    width: 30px;
    z-index: 102;
    cursor: pointer;
    float: right;
    background: url(../../Imagenes/TopFlight/cerrar.png);
    border: 0;
    position: relative;
}

.panelCompletoMiCuenta .panelResultados {
    margin: 0;
}

.panelCompletoMiCuenta .contenidoResultado {
    padding-top: 10px;
}

.panelCompletoMiCuenta .ui-tabs .ui-tabs-nav {
    margin: 0 10px;
}

.panelCompletoMiCuenta .ui-tabs .ui-tabs-panel {
    position: relative;
    float: left;
    padding: 20px;
    text-align: left;
    width: 878px;
    font-size: 12px;
    color: #000;
    border: 1px solid;
    background-color: #E7E7E7;
    background: none;
    margin: 0 10px;
}

.panelCompletoMiCuenta .ui-widget-content a {
    color: blue;
}

.t_center {
    text-align: center;
}

.paging_full_numbers span {
    cursor: pointer;
}

.tablasMiCuenta {
    margin-bottom: 15px;
    border: 1px solid #3A8B97;
    border-collapse: collapse;
}

    .tablasMiCuenta tr, .tablasMiCuenta th, .tablasMiCuenta td {
        border: 1px solid #3A8B97;
        width: 100px;
    }

tr.t_center.even {
    background: white;
}

td.sorting_1 {
    width: 60px !important;
}

.imgReservas {
    background: #62e304;
    width: 20px;
    height: 16px;
    float: left;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    text-decoration: inherit;
    color: white;
    padding-top: 3px;
    margin-left: 20px;
}

.guardarMiCuenta {
    float: left;
    margin-left: 35px;
}

.BannersInfPlanes {
    float: left;
    width: 100%;
    margin: 20px 0;
}

    .BannersInfPlanes .banners {
        float: left;
        width: 300px;
    }

    .BannersInfPlanes .bannerCentral {
        margin: 0 20px;
    }

.panelServiciosComplementarios .linkServicios {
    float: right;
}

.bannersDerechaPlanes {
    position: relative;
}

.panelBannersVuelos {
    position: relative;
    float: right;
    width: 360px;
    padding: 2px;
    margin: 0 0 10px 0;
    text-align: center;
}

    .panelBannersVuelos .banners {
        display: inline-block;
        margin: 10px auto;
    }

.botonRegresarMiCuenta {
    float: left;
    line-height: 36px;
    padding-left: 15px;
}

.detalleMiCuenta .full {
    margin-bottom: 10px;
    float: left;
    width: 50%;
}

.divisor {
    float: left;
    width: 847px;
    left: -22px;
    position: relative;
    height: 12px;
    border-top: 1px solid #3A8B97;
}

.titleTablaDReservas {
    width: 100%;
    position: relative;
    float: left;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 10px;
    color: white;
}

.tablasDetalleReserva {
    width: 925px;
    margin-left: 50px;
}

.detalleMiCuenta .panelResultados .contenidoResultado {
    width: 90%;
    padding: 5%;
}

.detalleMiCuenta .table_ {
    float: left;
    width: 14%;
    height: 26px;
    padding: 10px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}

    .detalleMiCuenta .table_ h5 {
        font-size: 10px;
        height: 30px;
    }

        .detalleMiCuenta .table_ h5 span {
            font-size: 12px;
        }

    .detalleMiCuenta .table_ span {
        font-size: 11px;
        line-height: 13px;
    }

.detalleMiCuenta .block {
    display: block;
}

.detalleMiCuenta .table_ span {
    font-size: 12px;
    line-height: 13px;
}

.detalleMiCuenta .table_ .even {
    height: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ancho47 {
    display: inline-block;
    width: 47%;
    padding: 0 1%;
    vertical-align: top;
}

.borderRight {
    border-right: 2px solid #000;
}

.ancho100 {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
}

.datoCotizador {
    float: left;
    width: 40%;
    text-align: left;
}

.borderCotizador {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.ancho50 {
    float: left;
    width: 50%;
    text-align: center;
}

.contenedorCotizador {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.filaCotizador {
    float: left;
    width: 100%;
}

.tituloCotizador {
    background: #F90;
    color: #000;
}

.bordeTopCotizador {
    border-top: 1px solid #000;
}

.bordeRightCotizador {
    border-right: 1px solid #000;
}

.botonCotizarPlan {
    width: 102px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: url(../../Imagenes/botonCotizar.png);
    float: right;
}

.left_normal {
    float: left;
}

.noneDisplay {
    display: none;
}

.celda9 {
    width: 75px;
}

.celda10 {
    width: 83px;
}

.celda15 {
    width: 125px;
}

.precioPlanes p {
    margin: 0;
}

.progressBarBuscador {
    margin: 0 0 10px 0;
    float: left;
    position: relative;
    width: 90%;
    padding: 0 5%;
    margin-top: 30px;
    text-align: center;
    background: none;
    color: rgb(255, 255, 255);
}

/* ESTILOS PLANTILLAS AGRADECIMINETOS */

.agradecimientos {
    float: left;
    width: 860px;
    height: 373px;
    font-size: 14px;
    margin: 10px 0;
    padding: 20px 40px;
}

.tituloAgradecimientos {
    float: left;
    color: #004080;
    font-weight: bold;
}

    .tituloAgradecimientos p {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

.detalleAgradecimientos {
    float: left;
    color: #7f7f7f;
}

.infoAgradecimientos {
    float: left;
    width: 800px;
    margin-left: 80px;
    margin-top: -10px;
}

.infoOficinas {
    float: left;
    width: 250px;
}

.infoCuentas {
    float: left;
    width: 500px;
}

#ucBuscador_UcBuscadorAereo1_modal_vuelos tr td:last-child, #ucBuscadorAereo_modal_vuelos tr td:last-child, #UcBuscadorAereo1_modal_vuelos tr td:last-child {
    display: none;
}

.pop_up .popUpSinLogin {
    text-align: center;
    position: relative;
}

    .pop_up .popUpSinLogin > .right {
        float: none;
        display: inline-block;
        width: 80%;
        margin: 0;
    }

.popUpSinLogin .BotonVerMas {
    width: 178px;
    height: 48px;
    border: 0;
    background: url(../../Imagenes/TopFlight/LIGHTBOX4-BOTON.png);
    right: 30px;
    bottom: 50px;
    bottom: 50px;
    position: absolute;
    cursor: pointer;
}

.autocompletarCiudad {
    position: absolute;
    width: 200px;
    height: auto;
    max-height: 200px;
    z-index: 1000;
    border: 1px solid;
    background-color: #FFF;
    overflow-y: scroll;
}

    .autocompletarCiudad ul {
        margin-top: 0px;
        padding: 0px;
    }

    .autocompletarCiudad li {
        display: inline-block;
        float: left;
        width: 100%;
        margin: 0px;
        cursor: pointer;
        display: block;
        font: menu;
        font-size: 14px;
        line-height: 16px;
        overflow: hidden;
        color: #333;
        font-weight: bold;
        /*background: url(../../Imagenes/home_icon.png) #999 no-repeat 8px;*/
    }

    .autocompletarCiudad a {
        display: inline-block;
        float: left;
        width: 100%;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        padding: 5px;
    }

        .autocompletarCiudad a:hover {
            width: 100%;
            color: #FFF;
            background-color: #333;
            font-weight: bold;
            text-decoration: none;
            padding: 5px;
        }

.bannerDer {
    position: relative;
    float: left;
}

.bannerDerChat {
    position: relative;
    float: left;
    margin-top: -50px;
}


/* Estilos Turinco */

/* Import other css */
@import url('reset.css');
@import url('social-icons.css');
@import url('comments.css');
@import url('elements.css');


/* GENERAL ------------------------------------------------------------*/


.clearfix {
    clear: both;
}


.headline {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 23px;
    line-height: 1em;
    text-align: center;
    padding: 6px 0px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: #28ABE3;
    color: #FFF;
    box-shadow: 3px 3px 5px #999999;
}


#page-content {
    float: left;
    width: 528px;
    margin-left: 24px;
    margin-top: 24px;
    padding-bottom: 60px;
}

#page-content-full {
    margin-top: 0px;
    width: 156%;
    margin-left: 9px;
}

.home-block-heading {
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 32px;
}

.h-heading {
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.h-margin {
    margin-bottom: 18px;
}

.block-divider {
    margin-bottom: 120px;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.aligncenter {
    text-align: center;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top120 {
    margin-top: 120px;
}

/* MASTHEAD ------------------------------------------------------------*/

#masthead {
    position: relative;
    margin-top: 0px;
    background: #35B0E5;
    padding-left: 24px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
}

    #masthead span {
        line-height: 69px;
    }

    #masthead .head {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 31px;
        color: #FFF;
    }

    #masthead .subhead {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 13px;
        color: #888;
        margin-left: 21px;
    }

    #masthead .breadcrumbs {
        position: absolute;
        overflow: hidden;
        top: 14px;
        right: 24px;
        height: auto;
        font-size: 11px;
        color: #444;
    }

        #masthead .breadcrumbs a {
            text-decoration: none;
            color: #888;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #masthead .breadcrumbs a:hover {
                color: #fe8300;
            }

        #masthead .breadcrumbs li {
            display: inline;
        }

/* HEADINGS ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Myriad pro,"Arial;
    color: #28ABE3;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


    h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
        margin-bottom: 14px;
    }

.phone {
    float: left;
    height: 19px;
    margin-right: 5px;
}



/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third {
    float: left;
    margin-bottom: 40px;
    margin-right: 4.54%;
    position: relative;
}

.one-half {
    width: 47.72%;
}

.one-third {
    width: 30.30%;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.unCu {
    width: 37%;
    margin-top: -30px;
}

.asidedet {
    right: -40px;
    top: 77px;
    position: absolute;
}

.TresCu {
    width: 100%;
}

.flexRigth {
    width: 100%;
    position: relative;
    top: 0;
}

/* MAIN ------------------------------------------------------------*/

.shadow-main {
    width: 852px;
    height: 11px;
    margin-left: 68px;
    /*background: url(../img/shadow-main.png) no-repeat top center;*/
}

/* SOCIAL --------------------------------------------------------*/

#social-bar {
    display: block;
    float: right;
    width: 68px;
    /*background: url(../img/social-desktop.png) no-repeat bottom center;*/
    padding: 10px 0px 20px 0px;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 999;
}

    #social-bar ul {
        display: block;
        margin: 0 auto;
        width: 32px;
    }

    #social-bar li {
        display: block;
        padding: 0px;
        margin: 3px 0px;
    }

    #social-bar a {
        display: block;
    }

/* FEATURED ------------------------------------------------------------*/

.featured {
    padding-bottom: 0px;
    padding-left: 0px;
}

    .featured figure {
        float: left;
        width: 185px;
        margin: 0px 15px;
        display: inline-block;
    }

        .featured figure .thumb {
            display: block;
        }



        .featured figure:hover .link {
            display: block;
        }

        .featured figure img {
            width: 185px;
            height: 110px;
            cursor: pointer;
        }

        .featured figure .heading {
            text-decoration: none;
            font-style: normal;
            font-weight: bold;
            color: #444;
            font-size: 16px;
            display: block;
            margin-bottom: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .featured figure .heading:hover {
                color: #fe8300;
            }




    /*form--------------------------------------------------*/

    /*input {
    outline: none;
    border: 1px solid #3A8B98;
    color: #737272;
    background: #f0f3f5;
    padding: 5px 12px;
    width: 90%;
    font: 12px "Myriad pro",Arial;
    height: 20px;
    margin: 7px 0;
}

select {
    cursor: pointer;
    padding: 0;
    margin: 3px 10px 10px 10px;
    color: #737272;
    background: #f0f3f5;
    font: 12px "Myriad pro",Arial;
    width: 95px;
    height: 30px;*/
    /* float: right; */
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

    /*end form--------------------------------------------------*/


    /* ofertas ------------------------------------------------------------*/

    .featured.portfolio-list {
        margin-top: 30px;
    }


.project-heading h1 {
    float: left;
    margin-right: 20px;
}

.project-heading .launch {
    display: block;
    float: left;
    text-decoration: none;
    color: #888;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .project-heading .launch:hover {
        color: #fe8300;
    }

.project-description {
    float: left;
    margin-left: 24px;
    width: 528px;
    margin-bottom: 40px;
}


.project-info {
    float: left;
    margin-left: 24px;
    width: 252px;
    margin-bottom: 40px;
}

    .project-info strong {
        color: #444;
    }


.project-pager {
    overflow: hidden;
    margin: 0px 24px 0px 24px;
    padding-bottom: 50px;
}

    .project-pager a {
        text-decoration: none;
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .project-pager a:hover {
            text-decoration: none;
            color: #fe8300;
        }

    .project-pager .prev-project {
        float: left;
    }

    .project-pager .next-project {
        float: right;
    }

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects {
    display: block;
    background: #eaeaea;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0px 10px 50px;
}

.related-heading {
    font-weight: bold;
    color: #444;
    margin: 0px 0px 24px 24px;
}

.related-projects .related-list {
    display: block;
}

.related-projects figure {
    display: block;
    float: left;
    margin-left: 24px;
    width: 252px;
}

.related-projects .thumb {
    display: block;
    background: url(../img/plus.png) no-repeat center center;
    margin-bottom: 21px;
    -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

    .related-projects .thumb:hover img {
        opacity: 0.15;
    }

.related-projects figure img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.related-projects .heading {
    text-decoration: none;
    font-style: normal;
    color: #444;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .related-projects .heading:hover {
        color: #fe8300;
    }

/* RETRACTIL SIDEBAR ------------------------------------------------------------*/

aside.retractil {
    position: absolute;
    top: 10px;
    left: 150px;
    background: #eaeaea;
    width: 276px;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}

    aside.retractil #sidebar-opener {
        cursor: pointer;
        margin: 15px 24px;
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        aside.retractil #sidebar-opener:hover {
            color: #fe8300;
        }

    aside.retractil #sidebar-closer {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        aside.retractil #sidebar-closer:hover {
            opacity: 0.5;
        }

    aside.retractil #sidebar-content {
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 50px;
        display: none;
    }


        aside.retractil #sidebar-content a {
            text-decoration: none;
            color: #888;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            aside.retractil #sidebar-content a:hover {
                color: #444;
            }

/* HOME-GALLERY ------------------------------------------------------------*/


.home-gallery {
    display: block;
    padding-bottom: 30px;
    margin-left: 60px;
}

    .home-gallery li {
        display: block;
        float: left;
        margin-left: 24px;
        margin-bottom: 21px;
        width: 252px;
    }

    .home-gallery .thumb {
        line-height: 0em;
        display: block;
        background: url(../img/plus.png) no-repeat center center;
        -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
        box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    }

    .home-gallery img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-gallery .thumb:hover img {
        opacity: 0.15;
    }

/* TEXT POSTS ------------------------------------------------------------*/

.text-posts {
    overflow: hidden;
    padding-bottom: 30px;
    margin-left: 60px;
}

    .text-posts li {
        display: block;
        float: left;
        margin-left: 24px;
        margin-bottom: 21px;
        width: 252px;
    }

    .text-posts .heading {
        display: block;
        font-weight: bold;
        font-size: 13px;
        color: #444;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .text-posts .heading:hover {
            color: #fe8300;
        }

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content {
    width: 528px;
    float: left;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
}

    #post-content .content-area {
        padding-bottom: 50px;
    }

    #posts-list article {
        margin-bottom: 80px;
    }


    #posts-list .feature-image,
    #post-content .feature-image {
        width: 100%;
        margin-bottom: 21px;
        background: url(../img/plus.png) center center no-repeat;
        line-height: 0em;
    }

        #posts-list .feature-image img,
        #post-content .feature-image img {
            max-width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #posts-list .feature-image:hover img,
        #posts-content .feature-image:hover img {
            opacity: 0.2;
        }

    #posts-list .post-heading,
    #post-content .post-heading {
        display: block;
        text-decoration: none;
        color: #444;
        line-height: 1em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #posts-list .post-heading:hover {
            color: #fe8300;
        }

    #posts-list .meta,
    #post-content .meta {
        border-bottom: 1px solid #ccc;
        margin-bottom: 11px;
        padding-bottom: 11px;
        font-style: italic;
        font-size: 11px;
    }

        #posts-list .meta a,
        #post-content .meta a {
            color: #444;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #posts-list .meta a:hover,
            #post-content .meta a:hover {
                color: #fe8300;
            }

    #posts-list .excerpt {
        margin-bottom: 21px;
    }

    #posts-list .read-more {
        background: #eaeaea;
        padding: 5px 10px;
        text-decoration: none;
        color: #888;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #posts-list .read-more:hover {
            color: #fff;
            background: #fe8300;
        }

/* SIDEBAR ------------------------------------------------------------*/

#sidebar {
    width: 252px;
    float: left;
    margin-top: 20px;
    margin-bottom: 24px;
    margin-left: 24px;
}

    #sidebar a {
        color: #444;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #sidebar a:hover {
            color: #fe8300;
        }

    #sidebar h4 {
        margin-bottom: 10px;
    }

    #sidebar .block {
        padding: 16px;
        background: #eaeaea;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        margin-bottom: 24px;
        margin-left: -100px;
    }




/* PAGER ------------------------------------------------------------*/

.pager {
    overflow: hidden;
    display: block;
    font-size: 11px;
    margin: 0px 24px 0px 24px;
    padding-bottom: 50px;
}

    .pager li {
        display: block;
        margin-right: 5px;
        float: left;
    }

        .pager li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none;
            color: #484848;
            width: 20px;
            border: 1px solid #ccc;
            line-height: 20px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .pager li.active a,
        .pager li:hover a {
            color: #fff;
            background: #fe8300;
        }

    .pager .paged {
        float: right;
        font-style: italic;
    }


/* CONTACT ------------------------------------------------------------*/


#map {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
}

.address-block li {
    padding-left: 20px;
}

.address-block .address {
    background: url(../img/icon-address.png) no-repeat top left;
}

.address-block .phone {
    background: url(../img/icon-phone.png) no-repeat top left;
}

.address-block .mobile {
    background: url(../img/icon-mobile.png) no-repeat top left;
}

.address-block .email {
    background: url(../img/icon-email.png) no-repeat top left;
}


/* FOOTER ------------------------------------------------------------*/


/* WIDGETS ------------------------------------------------------------*/


.recent-post {
    overflow: hidden;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    width: 70px;
    float: left;
}


    .recent-post .thumb {
        display: block;
        float: left;
        line-height: 0em;
        background: #fff;
        padding: 3px;
        /*-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);*/
    }

    .recent-post .post-head {
        float: left;
        width: 184px;
        margin-left: 7px;
        font-size: 13px;
        line-height: 1.5em;
    }


        .recent-post .post-head span {
            display: block;
            font-size: 11px;
            color: #888888;
        }

.contenidoBuscador {
    height: auto;
    color: #FFF;
    font-size: 13px;
    font-style: italic;
}

.PlanesBuscEsx {
    background: #F6A412;
    padding: 3px 0px;
    border-radius: 16px;
    margin-bottom: 10px;
}

    .PlanesBuscEsx .UbicacionCitytours {
        width: 60%;
        float: left;
        padding: 10px;
    }

    .PlanesBuscEsx .div100Buscadorcity {
        width: 50% !important;
    }

    .PlanesBuscEsx .div100Buscadorzone {
        width: 50% !important;
    }

    .PlanesBuscEsx .contenages {
        width: 94%;
        padding-left: 10px;
    }

.PlanesBuscCir {
    background: #F6A412;
    padding: 3px 0px;
    border-radius: 16px;
    margin-bottom: 10px;
}

    .PlanesBuscCir .div100Buscador {
        width: 33%;
        display: inline-block;
        padding-left: 10px;
        padding-top: 10px;
    }

    .PlanesBuscCir .contenages {
        width: 100%;
        padding-left: 10px;
    }

    .PlanesBuscCir .div100Buscadorages {
        padding-left: 0px;
    }

.radioButtonList input:nth-child(7) {
    top: 40px;
}

.tarifasDescuentos {
    display: none;
}

.ac_results {
    z-index: 2;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    max-width: 290px;
}

    .ac_results ul {
        float: left;
        width: 100%;
        list-style-position: outside;
        list-style-image: url(../../Imagenes/airplane-icon.png);
        padding: 0;
        margin: 0;
    }

    .ac_results li:first-child {
        margin: 0px;
        cursor: pointer;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        color: #333;
        font-weight: bold;
        background: url(../../Imagenes/home_icon.png) #999 no-repeat 8px;
    }

    .ac_results li {
        margin: 0px;
        /* padding: 2px 5px; */
        cursor: pointer;
        display: block;
        /* width: 100%; */
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }

.radioButtonList tbody tr td {
    padding: 0px 11px;
}

.contenidoBuscador .row:nth-child(2) {
    width: 18%;
    margin-top: 10px;
}

.contenidoBuscador .row:nth-child(3) {
    width: 73%;
}

.contenidoBuscador .row:nth-child(4) {
    width: 18%;
    margin-top: 10px;
}

.contenidoBuscador .row:nth-child(5) {
    width: 73%;
}

.contenidoBuscador .row:nth-child(6) label:nth-child(1) {
    width: 36%;
    margin-top: 5px;
}

.contenidoBuscador .row:nth-child(8) label:nth-child(1) {
    width: 36%;
    margin-top: 5px;
}

.div100Buscador {
    width: 100%;
    display: inline-block;
    /*margin-bottom: 15px;
    height: 54px;*/
}

.buscadorInterno #InternosBrows .div100Buscador {
    width: 45%;
    float: left;
}

.buscadorInterno #InternosBrows #transfer .div100Buscador {
    width: 42%;
}

.buscadorInterno #InternosBrows #circuitos .div100Buscador {
    width: 41%;
}


.buscadorInterno #InternosBrows #excurciones .div100Buscador {
    width: 50%;
}

.buscadorInterno #InternosBrows #transfer .fehasTrans {
    float: left;
    width: 100%;
}

.buscadorInterno #InternosBrows #transfer .radiobtn {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.buscadorInterno #InternosBrows #excurciones .radiobtn {
    margin-top: 20px;
    float: left;
    width: 56%;
}

.buscadorInterno #InternosBrows .div100BuscadorDestinoAdmin {
    width: 41%;
}

.buscadorInterno #InternosBrows .fehasTrans {
    float: left;
    width: 100%;
}

.buscadorInterno #InternosBrows .radiobtn {
    margin-top: 20px;
    float: right;
    width: 56%;
}

.div100Buscadorcity, .div100Buscadorzone {
    width: 220px !important;
    float: left !important;
}

.div100Buscadorhora {
    width: 100px !important;
    float: left !important;
}

.div100Buscadorfecha {
    width: 122px !important;
    float: left !important;
}

    .div100Buscadorfecha input {
        width: 104px !important;
        height: 22px !important;
        padding: 2px 0 2px 5px !important;
        margin: 3px 0 10px 0px !important;
    }

.div100Buscadorhora select {
    width: 75px !important;
    padding: 2px 0 2px 5px !important;
    margin: 3px 0px 11px !important;
}

.div100Buscadorpasajeros {
    float: left !important;
    width: 123px !important;
}

.buscadorInternoTransfer #transfer .div100Buscadorpasajeros {
    width: 155px !important;
}

.buscadorInterno #InternosBrows .div100Buscadorpasajeros {
    width: 120px !important;
}

.div100Buscadorpas {
    width: 59px;
}

.div100Buscadorage {
    float: left;
    width: 120px;
}


.buscadorInterno #transfer .div100Buscadorage {
    width: 330px;
}

.buscadorInterno #InternosBrows .div100Buscadorage {
    width: 255px;
}

.buscadorInterno #InternosBrows #transfer .UbicacionCity {
    float: left;
}

.buscadorInterno #InternosBrows #excurciones .UbicacionCitytours {
    float: left;
    width: 100%;
}

.contenages {
    float: left;
    width: 120px;
}

.buscadorInternoTransfer #transfer .contenages {
    width: 220px;
}

.buscadorInterno #InternosBrows .contenages {
    width: 255px;
}

.contenages div {
    width: 50px !important;
}

.contenedorBotonBuscar {
    float: right !important;
    width: 100% !important;
    height: 30px;
}

.buscadorInternoTransfer #transfer .contenedorBotonBuscar {
    width: 98% !important;
    padding-right: 0px;
}

.buscadorInterno #InternosBrows .contenedorBotonBuscar {
    width: 98% !important;
    padding-right: 0px;
}

.div100Buscadorages {
    width: 50px;
}

.buscadorInterno #transfer .div100Buscadorages {
    width: 60px;
}

.buscadorInterno #InternosBrows .div100Buscadorages {
    width: 60px;
}

.div100Buscadorpas select, .div100Buscadorages select {
    width: 42px !important;
    padding: 0px !important;
}

.div100Buscador table {
    width: 260px;
}

    .div100Buscador table tr td {
        width: 70px;
        float: left;
    }

        .div100Buscador table tr td input {
            float: left;
            width: 12px;
            margin-right: 5px;
            margin-top: -2px;
        }

.labelBuscar {
    width: 100%;
    display: inline-block;
}

.contenidoBuscador select {
    width: 90%;
    background: #fcfdef;
    /*border-radius: 6px;*/
    -moz-border-radius: 6px;
    webkit-border-radius: 6px;
    height: 27px;
    border-radius: 4px;
    line-height: 25px;
    padding: 0 5px;
    color: #555555;
    font: 12px "Myriad pro",Arial;
}

.cat-item {
    list-style: none;
}


/* ESTILOS TABS PLANES */

.ui-tabs .ui-tabs-panel ul {
    list-style: none;
}

    .ui-tabs .ui-tabs-panel ul li h3 {
        margin: 15px;
    }

    .ui-tabs .ui-tabs-panel ul li span ul {
        margin-left: 28px;
    }

.ui-tabs .ui-tabs-panel h2 {
    margin: 15px;
}


/* COTIZADOR */

#tabsPaquetes > .ui-tabs-panel {
    padding: 30px 20px;
    background: none;
    list-style: none;
}

#tabs-3 li span ul {
    margin-left: 56px;
}

.cotizadorPlan {
    position: relative;
    width: 95%;
    margin-top: 0px;
    text-align: center;
    margin-left: 25px;
}

.borderRight {
    border-right: 1px solid #a0a0a0;
}

.ancho47 {
    display: inline-block;
    width: 39%;
    padding: 0 5%;
    vertical-align: top;
}

.ancho100 {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
    margin-top: -19px;
}

.labelCotizador {
    float: left;
    width: 40%;
    text-align: left;
    color: #6d6e70;
    font-size: 11px;
}

.datoCotizador {
    float: left;
    width: 40%;
    text-align: left;
    border: 1px solid #e3e2e2;
    height: 25px;
    font-size: 11px;
    color: #6d6e70;
}


.textLeft {
    text-align: justify;
}

.contenedorCotizador {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11px;
}

.filaCotizador {
    float: left;
    width: 102%;
    border-bottom: 1px solid #ccc;
}

.noneDisplay {
    display: none;
}

.celda9 {
    width: 100px;
}

.celda10 {
    width: 135px;
}

.celda15 {
    width: 140px;
}

.tituloCotizador {
    background: #f1f1f1;
    color: #434244;
}

.celdaBaseCotizador {
    float: left;
    border-top: 0;
    border-right: 0;
    height: 33px;
    line-height: 30px;
    text-align: center;
}

.filaCotizador .celda15:first-child a {
    text-decoration: underline;
    color: blue;
    display: inline-block;
    width: 100%;
    height: 26px;
    font-size: 9px;
    line-height: 12px;
    padding-top: 2px;
}

a.impuestos {
    position: relative;
    text-decoration: underline !important;
    color: #1D5B9E !important;
    font-weight: bold !important;
}

    a.impuestos div {
        display: none;
    }

.GloboImp {
    position: relative;
    width: 270px;
    background: #fff;
    border: 3px solid #8A8A8A;
    padding: 10px;
    font-size: 7pt;
    border-radius: 10px;
}

.botonAnterior {
    background: Transparent no-repeat center left;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
    padding: 3px 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}

.botonSiguiente {
    background: Transparent no-repeat center right;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
    padding: 3px 20px 3px 0;
    text-decoration: none;
    cursor: pointer;
}

.contenedorPopUpCondiciones {
    width: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    color: #58595b;
    background: #eeeeee;
    border-radius: 8px;
    height: 105px;
}

    .contenedorPopUpCondiciones .btnCerrar {
        position: absolute;
        top: 0px;
        right: -229px;
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .contenedorPopUpCondiciones .condiciones {
        display: inline-block;
        /*border: 1px solid #e5e5e5;*/
        width: 98%;
        overflow: auto;
        overflow-y: hidden;
        height: 80px;
    }


.iblock {
    display: inline-block;
}


.buscadorInterno .row {
    font-size: 12px;
}

.buscadorInterno .right14 {
    margin-right: 5px;
}

.buscadorInterno .span {
    width: 128px;
    float: left;
    display: inline-block;
}

.buscadorInterno .spanSpace {
    margin-left: 0px;
    float: left;
}

.contenedorVuelos {
    margin-left: 0;
}

.contenedorPlanes {
    float: left;
    width: 100%;
}

.resultadoVuelos {
    width: 900px;
    margin-left: 324px;
    margin-top: -78px;
}

.resultadoHoteles {
    width: 67%;
}

.resultadoDetalleHoteles {
    width: 658px;
    margin-left: 310px;
    margin-top: -52px;
}

.encabezadoResultadoVuelos {
    display: inline-block;
    width: 628px;
    color: #fff;
    max-width: 900px;
    font-size: 24px;
    background: #34b0e4;
    margin-left: 28px;
    margin-top: 25px;
    padding: 6px;
}

#ucResultadoVuelos_lblTResultados {
    margin-left: 25px;
    font-size: 20px;
}

.resultados {
    margin-left: 28px;
    border: 1px solid #ccc;
    width: 639px;
}

.resumenVuelos {
    /*width: 100%;
border-left: 1px solid #e3e2e2;
position: relative;
background: #eeeeee;
border-radius: 8px 8px;*/
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    padding: 10px 0px;
    border: 0;
}

#content-slider {
    width: 490px;
    height: 6px;
    margin: 5px;
    background: #BBBBBB;
    position: relative;
    display: none;
}

.tituloFiltros {
    /*float: left;
position: relative;
width: 150px;
font-weight: bold;*/
    float: left;
    position: relative;
    width: 87px;
    font-weight: bold;
    font-size: 13px;
}

    .tituloFiltros div.aerolinea {
        color: #000;
        font-weight: bold;
    }
/*.tituloFiltros div.aerolinea, .tituloFiltros div.directo, .tituloFiltros div.parada1, .tituloFiltros div.parada2 {
padding-left: 40px;
width: 150px;
color: #27437c;
font-size: 14px;
font-weight: normal;
text-align: center;
}*/
element.style {
}

.tituloFiltros div.aerolinea {
    color: #000;
    font-weight: bold;
}
/*.tituloFiltros div.aerolinea, .tituloFiltros div.directo, .tituloFiltros div.parada1, .tituloFiltros div.parada2 {
padding-left: 40px;
width: 113px;
color: #27437c;
font-size: 14px;
font-weight: normal;
text-align: center;
}*/
div.aerolinea {
    padding: 15px 0;
    background: #fff;
    height: 60px;
    line-height: 30px;
    width: 100px;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #CCC;
    float: left;
    font-size: 14px;
    color: #27437c;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

#content-scroll {
    width: 73%;
    height: 223px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

#content-holder {
    width: 1500px;
    height: 270px;
}

.contenidoFiltros {
    float: left;
    position: relative;
    width: 540px;
    height: 136px;
    overflow: auto;
}

    .contenidoFiltros .columnaAerolinea {
        /*float: left;
position: relative;
width: 100px;
min-height: 134px;
text-align: center;*/
        float: left;
        position: relative;
        width: 87px;
        min-height: 134px;
        text-align: center;
    }

div.aerolinea {
    padding: 15px 0;
    background: #fff;
    height: 60px;
    line-height: 30px;
    width: 100px;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #CCC;
    float: left;
    font-size: 14px;
    color: #27437c;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

div.directo {
    background: #f2f2f2;
    height: 30px;
    width: 100px;
    line-height: 30px;
    float: left;
    color: #27437c;
}

div.parada1 {
    background: #fff;
    height: 30px;
    line-height: 30px;
    width: 100px;
    float: left;
    color: #27437c;
}

div.parada2 {
    background: #f2f2f2;
    height: 30px;
    width: 100px;
    line-height: 30px;
    float: left;
    color: #27437c;
}

.tituloResultadoVuelos {
    width: 628px;
    padding: 7px 0px 5px 13px;
    font-size: 22px;
    border-right: 1px solid #e3e2e2;
    background: #34b0e4;
    color: #fff;
    margin-left: 28px;
    margin-top: 17px;
    margin-left: 28px;
}

element.style {
}

.ordenarVuelos {
    width: 100%;
    padding: 15px 0 35px;
    text-align: center;
    border-right: 1px solid #e3e2e2;
    border-left: 1px solid #e3e2e2;
    display: none;
}

.vuelos {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.tituloOpcion {
    display: inline-block;
    padding-left: 22px;
    background: #976eb5;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    display: none;
}

.detalleVuelo {
    width: 95%;
    display: inline-block;
    padding: 15px 30px 15px 22px;
}

.tarifasVuelo {
    width: 95%;
    height: 62px;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

.azulOscuro {
    color: #284c96;
}

.tablasTrayectosVuelos .tablaVuelos:first-child .filaFechasVuelo {
    display: table-row;
    font-weight: bold;
}

.tablasTrayectosVuelos .tablaVuelos .filaFechasVuelo {
    display: none;
}

.detalleVuelo .filaFechasVuelo .div30px, .detalleVuelo .filaFechasVuelo .div285px, .detalleVuelo .filaFechasVuelo .div220px, .detalleVuelo .filaFechasVuelo .div70px {
    margin-bottom: 10px;
}

.div30px {
    display: inline-block;
    width: 30px;
    overflow: hidden;
}

.div285px {
    display: inline-block;
    width: 285px;
    overflow: hidden;
}

.div220px {
    display: inline-block;
    width: 220px;
    overflow: hidden;
}

.div70 {
    display: inline-block;
    width: 70px;
    overflow: hidden;
}

.valorTotalVuelo {
    display: inline-block;
    width: 215px;
    text-align: center;
}

    .valorTotalVuelo .tituloTotal {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        color: #2f7e9c;
        margin-right: 30px;
    }

.valor_todoImpuestos {
    margin-left: -36px;
}

.valorTotalVuelo .monedaTotal {
    display: inline-block;
    font-size: 17px;
    margin-top: 5px;
    color: #28ABE3;
    font-weight: bold;
}

.valorTotalVuelo .valorTotal {
    display: inline-block;
    font-size: 20px;
    color: #28ABE3;
}

.valorTotalVuelo .labelImpuestosIncluidos {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-left: -34px;
    color: #2f7e9c;
}

.detalleTarifa {
    display: inline-block;
    width: 225px;
    text-align: center;
}

.valorTotalVuelo {
    display: inline-block;
    width: 215px;
    text-align: center;
    padding-top: 10px;
}

.seleccionarVuelos {
    width: 115px;
    display: inline-block;
    margin-left: 56px;
    padding-top: 9px;
    position: absolute;
}

.valorTotalVuelo .tituloTotal {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #28ABE3;
    margin-right: 30px;
}

.valorTotalVuelo .labelImpuestosIncluidos {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-left: -21px;
    color: #28ABE3;
}

.titulo_descripcion {
    margin-left: -46px;
    font-size: 12px;
    color: #2f7e9c;
    display: block;
    margin-top: 5px;
}

.Valor_Adulto {
    margin-top: 0px;
    margin-left: 39px;
    display: block;
}

.detalleTarifa .toggle_container {
    padding: 5px 0;
    border-bottom: 1px dashed #999;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    width: 155px;
    color: #666;
    background: none;
    margin: 0;
    text-align: center;
    display: none;
}

a.impuestosVuelos:hover div {
    display: block;
    position: absolute;
    bottom: 15px;
    left: -75px;
    color: white;
    text-decoration: underline;
    z-index: 999;
    overflow: hidden;
}

a.impuestosVuelos {
    position: relative;
    color: #434244;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    display: inline;
    width: 100px;
    float: left;
    text-align: center;
}

.valorTarifa {
    color: #28ABE3;
    font-size: 16px;
}

a.impuestosVuelos div {
    display: none;
}

.GloboImp {
    position: relative;
    width: 270px;
    background: #fff;
    border: 3px solid #8A8A8A;
    padding: 10px;
    font-size: 7pt;
    border-radius: 10px;
}

.container {
    width: 864px;
    margin: auto;
    background: white;
    box-shadow: 1px 0px 20px 5px #D3D3D3;
}

.btnAzul {
    height: 30px;
    line-height: 30px;
    background: -webkit-linear-gradient(bottom, #ed7300, #ffb000);
    background: -o-linear-gradient(bottom, #ed7300, #ffb000);
    background: -moz-linear-gradient(bottom, #ed7300, #ffb000);
    background: linear-gradient(to bottom, #ed7300, #ffb000);
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

div.aerolinea input {
    max-height: 30px;
    max-width: 90px;
    display: inline-block;
    outline: none;
    border: 0;
    color: #000;
    background: #f2f2f2;
    padding: 0;
    width: 62%;
    font: 14px/20px tahoma, sans-serif;
    height: 34px;
    margin: 0;
}

.tituloTarifa {
    margin-top: -33px;
    margin-left: 32px;
}

.labelDetalleImpuestos {
    float: left;
    width: 140px;
    text-align: left;
    color: #000;
    font-size: 9px;
}

.valorlDetalleImpuestos {
    float: left;
    width: 100px;
    text-align: left;
    color: #000;
    font-size: 9px;
}

/* FORMULARIO DE RESERVA */

.encabezadoVuelosReserva {
    width: 984px;
    line-height: 33px;
    font-size: 19px;
    color: #28ABE3;
    margin-top: 10px;
    margin-left: 14px;
}

.reservaPaquetes .panelLeft {
    width: 63%;
    margin-left: 14px;
}

.reservaVuelos .panelRight {
    width: 28%;
    margin-left: 15px;
    border: 1px solid #ccc;
}

.reservaVuelos .tituloReserva {
    line-height: 33px;
    font-size: 18px;
    padding-left: 35px;
    margin-top: -1px;
    color: #161938;
    margin-left: -35px;
}

.datosViajero {
    padding: 10px 15px 10px 0px;
    margin-left: -40px;
}

.renglonDatosTipo {
    width: 10%;
    float: left;
    margin-top: 42px;
}

.tipoPasajero, .tipoPasajero input {
    font-size: 11px;
    color: #28ABE3;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    border: 0;
    background: none;
}

.celdaDatos {
    width: 25%;
    padding-right: 20px;
}

    .celdaDatos .label {
        color: #6d6e70;
        font-size: 11px;
        margin-bottom: 8px;
    }

    .celdaDatos .campo {
        /*height: 26px;*/
        border: 1px solid #e6e6e6;
    }

.datosViajeroContacto {
    padding-right: 14px;
}

.tablaContactoPasajeros .campo {
    height: 19px;
    border: 1px solid #e6e6e6;
}

.tipoPagoVuelosTarjeta {
    display: inline-block;
    width: 100%;
}

.reservaVuelos .panelRight {
    width: 27%;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 29px;
    float: right;
    position: inherit;
    margin-right: 25px;
}

.reservaVuelos .tituloReserva {
    line-height: 33px;
    font-size: 18px;
    padding-left: 35px;
    margin-top: -1px;
    color: #28ABE3;
    margin-left: -35px;
}

.detalleVueloReserva {
    border-top: 0;
    padding: 0px 0px 0px 19px;
}

.detallePlanReserva {
    border-top: 0;
    padding: 0px 0px 0px 19px;
}

.renglonDetalleVuelosReserva {
    margin-bottom: 10px;
}

.renglonDetalleVuelosReservaLinea1 {
    margin-top: 20px;
}

.RadioButton input {
    width: 12px;
}

.contenedorCondicionesReserva {
    padding: 30px 0 0 3px;
}

    .contenedorCondicionesReserva img {
        width: 40px;
        float: left;
    }

.labelAceptoVuelos {
    margin-left: 26px;
    float: left;
    max-width: 475px;
    margin-top: 10px;
}

.contenedorCondicionesReserva .contenedorCheck input {
    margin: 10px;
    float: left;
    width: 12px;
}

.botonesReserva {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 87%;
}

.btnConfirmar {
    background: #-webkit-linear-gradient(top, #fe8300, #c46500);
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    float: right;
    border: 0;
    width: 258px;
}













.tipoPagoVuelosTarjeta table tr td {
    float: left;
    width: 40%;
    font-size: 12px;
}

    .tipoPagoVuelosTarjeta table tr td input {
        float: left;
        width: 12px;
    }

    .tipoPagoVuelosTarjeta table tr td label {
        float: left;
        margin: 7px 0 0 20px;
        font-size: 15px;
    }

.datosObligatorios {
    color: #aaaaaa;
    font-size: 11px;
    float: right;
    margin-left: 450px;
    position: absolute;
}

.resultadoPaquetes {
    width: 665px;
}

/*RESULTADO HOTELES*/

.textoContacto {
    margin-top: 25px;
    text-align: justify;
    width: 57%;
    display: inline-block;
    float: left;
}

.textogrupos {
    text-align: justify;
    width: 98%;
    display: inline-block;
    float: left;
}

.textoFormulario {
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: -17px;
}

.formulario {
    width: 220px;
    display: inline-block;
    padding: 20px 25px 20px 20px;
    border: 1px solid #ccc;
    margin-top: 39px;
    max-height: 560px;
}

    .formulario table {
        width: 100%;
    }

    .formulario span {
        display: inline-block;
        width: 100%;
        color: #6d6e70;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .formulario .TitulosFormulario {
        width: 100%;
    }

#ucContactenos_ucFormularioContacto_txtNombres {
    margin-right: 5px;
}

.formulario input[type="text"], .formulario select, .formulario textarea {
    display: inline-block;
    width: 155px;
    margin-bottom: 10px;
    height: 25px;
    border: 1px solid #e6e6e6;
}

#ucQuienesSomos_rptSeccion_ctl00_rptSeccion_ctl00_strDescripcion p {
    margin-left: 0px;
}

.contenedorBotonEnviar td input {
    height: 31px;
    width: 76px;
}

#ucContactenos_rptSeccion_ctl00_lblDescripcion h3 {
    margin-left: 25px;
}

.paginadorPaquetes {
    height: 54px;
    border: 1px solid #e3e2e2;
    padding: 24px 15px 12px;
}

.botonAdelante {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    margin-left: 25px;
    cursor: pointer;
    width: 79px;
    display: inline-block;
    float: left;
    margin-top: 6px;
    color: #2fb8ec;
}

.botonAtras {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    padding-right: 25px;
    cursor: pointer;
    width: 79px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #2fb8ec;
}

.csPintar {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #484848;
    width: 20px;
    border: 1px solid #ccc;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background: #2fb8ec;
    border-radius: 50%;
}

.csNoPintar {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #ababab !important;
    width: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .csNoPintar:hover {
        color: #fff !important;
        background: #2fb8ec;
        border-radius: 50%;
        width: 20px;
    }

.fRight {
    float: right;
}

.textRight {
    text-align: right;
}

.resultados-hoteles {
    width: 100%;
    display: inline-block;
}

div.resultados-hoteles > div.resultado {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    border: solid 1px #e3e2e2;
    border-top: 0;
}

    div.resultados-hoteles > div.resultado h2 {
        margin: 0;
        float: left;
        display: block;
        color: #39a8e5;
        font-size: 18px;
        padding: 0 10px 5px 0;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 40px;
        font-weight: normal;
    }

    div.resultados-hoteles > div.resultado > span {
        float: left;
        width: 14px;
        height: 14px;
        margin: 3px 10px 0 0;
        background: url(../../Imagenes/imagesNactur/icn-estrella.png) no-repeat;
    }

    div.resultados-hoteles > div.resultado > span {
        float: left;
        width: 14px;
        height: 14px;
        margin: 3px 10px 0 0;
        background: url(../../Imagenes/imagesNactur/icn-estrella.png) no-repeat;
    }

    div.resultados-hoteles > div.resultado > p {
        float: left;
        clear: both;
        width: 50%;
        margin: 0 0 25px 0;
        line-height: 130%;
        color: #284c96;
        font-size: 12px;
        margin-left: 40px;
    }

    div.resultados-hoteles > div.resultado div.ver-detalle {
        float: left;
        width: 450px;
        margin-left: 40px;
    }

    div.resultados-hoteles > div.resultado > div.precio {
        float: right;
        width: 100%;
        text-align: center;
        background: #34b0e4;
        margin-top: 13px;
    }

div.resultados-hoteles > div > table {
    float: left;
    border-top: 1px solid #e3e2e2;
    font-size: 12px;
    margin: 50px 0 0px 0;
    color: #284c96;
    text-align: center;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 30px;
}

    div.resultados-hoteles > div > table tr.titulos {
        font-weight: bolder;
        vertical-align: top;
        padding: 7px 0 0 0;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 35px;
    }

.botonSeleccionarHotel {
    float: left;
    border-top: 1px solid #e3e2e2;
}

    .botonSeleccionarHotel.espacio {
        min-height: 31px;
    }

div.resultados-hoteles > div.resultado div.ver-detalle img {
    float: left;
    width: 150px;
    height: 145px;
    margin: 0 25px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.descripcionHotelResultado {
    float: left;
    width: 270px;
}

div.resultados-hoteles > div.resultado div.ver-detalle p {
    float: left;
    width: 270px;
    margin: 0 0 20px 0;
    text-align: justify;
    font-size: 12px;
    line-height: 140%;
    color: #727176;
}

div.resultados-hoteles > div.resultado div.ver-detalle a {
    float: left;
    color: #2e6bab;
    font-size: 13px;
    border: none;
    text-align: center;
    background: #0075aa;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    background: url(../../Imagenes/imagesNactur/btnDetallesHotel.jpg) repeat-x;
}

div.resultados-hoteles > div.resultado > div.precio > h3 {
    margin: 0;
    float: left;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 40px;
    font-weight: normal;
}

.precio p {
    margin-top: 4px;
}

    .precio p span {
        color: #fff;
    }

.RadioButtonHoteles input {
    width: 12px;
}

.encabezadoResultadoHoteles {
    width: 665px;
    margin-top: 30px;
    line-height: 32px;
    font-size: 22px;
}

div.resultados-hoteles > div.resultado {
    position: relative;
    float: left;
    width: 609px;
    padding: 20px 0 0 0;
    border: solid 1px #e3e2e2;
    border-top: 0;
    margin-left: 28px;
}

    div.resultados-hoteles > div.resultado h2 {
        margin: 0;
        float: left;
        display: block;
        color: #39a8e5;
        font-size: 18px;
        padding: 0 10px 5px 0;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 40px;
        font-weight: normal;
    }

    div.resultados-hoteles > div.resultado div.galeria {
        float: left;
        width: 325px;
        margin: 0 0 0 30px;
    }

        div.resultados-hoteles > div.resultado div.galeria .imagen-grande {
            float: left;
            width: 325px;
            height: 215px;
            border: 1px solid #CCC;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 4px 4px 17px 0px rgba(50, 50, 50, 0.5);
            -moz-box-shadow: 4px 4px 17px 0px rgba(50, 50, 50, 0.5);
            box-shadow: 4px 4px 17px 0px rgba(50, 50, 50, 0.5);
            overflow: hidden;
        }

            div.resultados-hoteles > div.resultado div.galeria .imagen-grande img {
                width: 100%;
                height: 100%;
            }

.contenidoDetalleHotel {
    float: left;
    width: 260px;
    margin-left: 25px;
}

div.resultados-hoteles > div.resultado .contenidoDetalleHotel h2 {
    margin: 0;
    float: left;
    display: inline-block;
    width: 100%;
    color: #39a8e5;
    font-size: 18px;
    padding: 0 10px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 25px;
}

.contenidoDetalleHotel > span {
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 10px 0 0;
    background: url(../../Imagenes/imagesNactur/icn-estrella.png) no-repeat;
}

.contenidoDetalleHotel > p {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 25px 0;
    line-height: 130%;
    color: #284c96;
    font-size: 12px;
}

.contenidoDetalleHotel > div.precio {
    float: left;
    margin-left: -25px;
    width: 609px;
    text-align: center;
    background: #34b0e4;
}

    .contenidoDetalleHotel > div.precio > h3 {
        color: #fff;
        margin-top: 14px;
    }

div.resultados-hoteles > div.resultado div.descripcion {
    float: left;
    width: 92%;
    margin: 30px 0 20px 0;
    color: #59595b;
    font-size: 12px;
    line-height: 130%;
    text-align: justify;
    padding-left: 12px;
    ;
    padding-bottom: 30px;
    padding-right: 50px;
    ;
}

    div.resultados-hoteles > div.resultado div.descripcion h3 {
        margin: 0;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 0 15px 0;
        color: #39a8e5;
        font-weight: normal;
    }

    div.resultados-hoteles > div.resultado div.descripcion p {
        color: #727176;
        font-size: 12px;
        line-height: 130%;
        text-align: justify;
        margin-bottom: 15px;
    }

div.resultados-hoteles > div > table {
    float: left;
    border-top: 1px solid #e3e2e2;
    font-size: 12px;
    margin: 50px 0 0px 0;
    color: #284c96;
    text-align: center;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 30px;
}

    div.resultados-hoteles > div > table tr.titulos {
        font-weight: bolder;
        vertical-align: top;
        padding: 7px 0 0 0;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 35px;
    }

    div.resultados-hoteles > div > table td:first-child {
        text-align: left;
    }

.botonSeleccionarHotel {
    float: left;
    border-top: 1px solid #e3e2e2;
}

div.resultados-hoteles > div.resultado div.servicios {
    float: left;
    width: 100%;
    border-top: 1px solid #e3e2e2;
    padding: 20px 0 0 0;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 30px;
    color: #727176;
    font-size: 11px;
}

    div.resultados-hoteles > div.resultado div.servicios h3 {
        margin: 0;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 0 15px 0;
        color: #39a8e5;
        font-weight: normal;
    }

    div.resultados-hoteles > div.resultado div.servicios img {
        max-width: 95%;
        float: left;
    }

.seleccionarHoteles {
    width: 144px;
    display: inline-block;
    margin-right: 60px;
}

.resultadosBorder {
    border: solid 1px #cecece;
    padding: 20px;
    width: 598px;
    height: 220px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

.resumenVuelos .tituloFiltros .aerolinea {
    background: #f2f2f2;
    height: 46px;
    padding: 2px;
    width: 81px;
    border: solid 1px #CCC;
    float: left;
}

.resumenVuelos .tituloFiltros .directo {
    background: #e9e9e9;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.resumenVuelos .tituloFiltros .parada1 {
    background: #fff;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.resumenVuelos .tituloFiltros .parada2 {
    background: #e9e9e9;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.contenidoFiltros .columnaAerolinea .aerolinea {
    background: #f2f2f2;
    height: 46px;
    padding: 2px;
    width: 81px;
    border: solid 1px #CCC;
    float: left;
}

.contenidoFiltros .columnaAerolinea .directo {
    background: #e9e9e9;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.contenidoFiltros .columnaAerolinea .parada1 {
    background: #fff;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.contenidoFiltros .columnaAerolinea .parada2 {
    background: #e9e9e9;
    height: 22px;
    width: 81px;
    padding: 2px;
    border: solid 1px #CCC;
    float: left;
}

.Separador_Resultados {
    border-bottom: 1px solid #ccc;
    padding-top: 7px;
}

.Separador_Reserva {
    border-bottom: 1px solid #ccc;
}

.renglonValorPorPasajero {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

/* MICUENTA */

#tabs ul li {
    display: block;
    text-indent: 0;
    padding: 0;
    list-style-image: none !important;
    height: 25px;
    border: 2px solid white;
    background: #000;
    /*display: none;*/
}

#tabs .ui-tabs-active {
    background: #c39448;
}

#tabs ul li a {
    display: block;
    font-size: 13px;
    height: 47px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 4px 2px 0px 2px;
    position: relative;
    top: 3px;
    border-radius: 0px;
    height: 100%;
    font-style: italic;
    color: white;
}

    #tabs ul li a span {
        display: none;
        height: 100%;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        color: #28ABE3;
        margin-top: 7px;
    }

.buscadorHome div #tabs ul li a span {
    display: none;
}

.TresCuInscribase {
    width: 92%;
    display: inline-block;
    margin-left: 11px;
    margin-top: 0px;
}

.rotadorInscribase {
    display: inline-block;
}

.contenedorRotadorInscribase {
    width: 62%;
    display: inline-block;
}

.tituloIngresar {
    font-size: 17px;
    color: #35B0E5;
    font-weight: bold;
    text-align: center;
}

.contenidoIngresar table {
    border: 1px solid #ccc;
    padding: 25px;
    margin-left: 0%;
    width: 90%;
}

.contenidoIngresar input {
    height: 12px;
}

#ucLogin_UcRegistroT1_upAcepto {
    margin-top: -25px;
}

    #ucLogin_UcRegistroT1_upAcepto span input {
        width: 10%;
    }

.LabelVentanaError {
    width: 50%;
    background: #fff;
    padding: 24px;
    margin-left: 209px;
    border-radius: 9px 0px 7px 9px;
    position: relative;
    float: right;
    margin-right: -72px;
}

    .LabelVentanaError span {
        color: #000 !important;
        font-size: 15px;
        font-weight: bold;
    }

.ContenedorPlanes {
    width: 100%;
}

.formaBuscarPlanes {
    width: 153px;
    height: 20px;
    border-radius: 4px;
}

.contenedorNumerosPaginacion {
    display: inline-block;
}

.paginadorPaquetes1 {
    display: inline-block;
    margin-left: 436px;
}

.contenedorUtilitarios {
    width: 20%;
}

.tituloUtilitarios {
    width: 50%;
    display: inline-block;
}

    .tituloUtilitarios span {
        margin-left: 24px;
        position: absolute;
        margin-top: -31px;
        font-size: 30px;
        color: #35B0E5;
        font-weight: bold;
    }

.verMasUtilitarios {
    padding: 10px;
    margin: 10px 10px;
    color: white;
    background: #EF294C;
    display: inline-block;
    height: 39px;
    font-size: 15px;
    display: none;
}

.ContenedorVerMas {
    width: 87px;
}

.contenedorQuienes span p {
    width: 90%;
    text-align: justify;
    font-size: 14px;
    margin: 0px 14px;
    display: inline-block;
}

#ucQuienesSomos_rptSeccion_ctl04_strDescripcion table tbody tr td p {
    width: 180px;
}

.ContendedorDescripcionPlan h4 {
    height: 36px;
    overflow: hidden;
    font-size: 15px;
}

.ContentUtilitarios {
    width: 100%;
}

.ContenedorUtilitarios {
    width: 27%;
    display: inline-block;
    margin-right: 20px;
    margin-left: 25px;
    margin-top: 19px;
    margin-bottom: 35px;
}

    .ContenedorUtilitarios img {
        width: 100%;
        height: 335px;
    }

    .ContenedorUtilitarios h4 {
        display: inline-block;
        width: 100px;
        position: absolute;
        margin-left: 15px;
        margin-top: 7px;
    }

.ContenedorDescripcionUtilitarios {
    margin-left: 60px;
    font-size: 15px;
    display: none;
}

.VerMas {
    color: #35B0E5;
    text-decoration: underline;
    float: right;
}

.fotoDetalleUltima img {
    width: 80%;
    margin-left: 11%;
}

.Regresar {
    margin-right: 90px;
    margin-top: 17px;
    float: right;
    color: #35B0E5;
    text-decoration: underline;
}

.descripcionDetalleUltimaHora p {
    margin-left: 11%;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
}

.panelRight {
    width: 27%;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 29px;
    float: right;
    position: inherit;
    margin-right: 25px;
}

.tituloReserva {
    line-height: 33px;
    font-size: 18px;
    padding-left: 35px;
    margin-top: -1px;
    color: #28ABE3;
    margin-left: -35px;
}

.nombrePaquete {
    width: 81%;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #284c96;
}

.descripcionPaquete span p {
    margin-right: 32px;
    margin-left: 0px;
}

.preciosReserva {
    margin-left: 0px;
    color: #35B0E5;
    border-top: 1px solid #ccc;
}

.unCu .valorFinal {
    /* margin-left:31px;
    margin-top: 173px;*/
}

.ColorDetallePlan {
    color: #2fb8ec;
    text-transform: uppercase;
    text-align: center;
}

.ColorDetallePlanResultado {
    color: #2fb8ec;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-width: 248px;
    max-height: 170px;
    min-height: 168px;
    background-color: #fff;
}

.ValorPlan {
    font-size: 15px;
}

.referencia p {
    margin-bottom: -13px;
    margin-top: -19px;
    margin-left: 0px;
    width: 75%;
}

#ucDetallePlan_strDetalleDuracion {
    color: #58595b;
    display: block;
    font-size: 12px;
    margin-top: -12px;
}

a.impuestos:hover div {
    display: block;
    position: absolute;
    bottom: 15px;
    left: -75px;
    color: #000;
    text-decoration: underline;
    z-index: 999;
    overflow: hidden;
}

.contenedorBotonBuscarPlanes {
    width: 80px;
}

.tituloCotizador span {
    font-size: 19px;
    color: #28ABE3;
}

.RadioPlanes input {
    width: 12px;
}

#ucDetallePlan_UcTarifasRotativos1_rptCabina_ctl00_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

#ucDetallePlan_UcTarifasRotativos1_rptCabina_ctl01_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

#ucDetallePlan_UcTarifasRotativos1_rptCabina_ctl02_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

#ucDetallePlan_UcTarifasRotativos1_rptCabina_ctl03_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

#ucDetallePlan_UcTarifasRotativosMulti1_rptCabina_ctl00_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

.vigencia span {
    color: #28ABE3;
    margin-bottom: 24px;
}

.labelCotizadorHabitaciones {
    margin-left: 39px;
}

.listaCotizador {
    width: 20%;
}

.bordeRightCotizador input {
    width: 12px;
    margin-top: 0px;
}

.botonCerrarInscribase {
    width: 71px !important;
    float: right;
    margin-right: 186px;
    margin-top: -20px;
    border-radius: 4px 4px 0px 0px;
    border: none;
    background: #35B0E5;
    color: #000;
    font-size: 17px;
    line-height: 12px;
}

.descripcionPaquete {
    display: none;
}

.Contenedor_DetallePlanFormulario {
    color: #000;
    text-align: justify;
    width: 203px;
    margin-bottom: 12px;
}

.ContenedorLimitePago {
    margin-left: 19px;
    margin-bottom: 12px;
    color: #35B0E5;
    font-weight: bold;
}

.Valorpaquete {
    margin-top: 15px;
    margin-left: 12px;
}

.precioPlan {
    position: absolute;
    margin-left: 137px;
    margin-top: -20px;
    font-weight: bold;
}

.contenedorbotonPlan {
    width: 100px;
    margin-left: 284px;
}

    .contenedorbotonPlan input {
        height: 30px;
    }

.LinkCancelar {
    width: 152px;
    height: 29px;
    text-decoration: underline;
    background: #fff;
    border: 0;
    font-size: 11px;
    color: #35B0E5;
}

/*.contenedorMicuenta
{
    width: 132%;
}*/

.cajasMicuenta {
    width: 180px;
    height: 12px;
    border: 1px solid #3a8b97;
}

.dataTables_length {
    background: #fff;
}

.dataTables_filter {
    background: #fff;
}

    .dataTables_filter input {
        border: 1px solid #ccc;
        height: 9px;
        width: 10%;
    }

.ContenedorBotonMicuenta input {
    width: 77px;
    height: 32px;
}

.panelCompletoDetalleMiCuenta .panelResultados .contenidoResultado {
    width: 90%;
    padding: 5%;
}

.textoTerminos p {
    width: 91%;
    margin-left: 23px;
}

.textoTerminos div table {
    width: 91%;
    margin-left: 29px;
}

    .textoTerminos div table tbody tr td {
        padding-right: 5%;
    }

.textoTerminos ul {
    margin-left: 15px;
    width: 87% !important;
}

.textoTerminos ol {
    margin-left: 15px;
    width: 87% !important;
}

.buscadorInterno div div div iframe {
    width: 300px !important;
}

.CajasFormulario {
    height: 35px !important;
    width: 90%;
}

.TextoCondiciones {
    margin-left: 12px;
    font-size: 15px;
    text-align: justify;
    margin-right: 27px;
}

.btnCerrarCondiciones {
    width: 77px;
    position: absolute;
    margin-top: -25px;
    margin-left: 290px;
}
/**** Detalle de Vuelo ****/
.popup {
    z-index: 5;
    display: block;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

    .popup ol, .popup ul {
        list-style: none;
    }

.popup-detail {
    width: 715px;
}

    .popup-detail .detail {
        padding: 10px;
    }

    .popup-detail .segment {
        padding: 0 5px;
    }

        .popup-detail .segment:before, .popup-detail .segment:after {
            content: "";
            display: table;
        }

        .popup-detail .segment:after {
            clear: both;
        }

.ie6 .popup-detail .segment, .ie7 .popup-detail .segment {
    zoom: 1;
}

.popup-detail .segment .review-summary {
    float: left;
    margin: 5px 0 0 15px;
}

    .popup-detail .segment .review-summary .review-description {
        display: block;
    }

    .popup-detail .segment .review-summary .review-description {
        display: block;
        text-align: right;
    }

.popup-detail .segment .detail-info {
    float: left;
    width: 520px;
    padding: 0;
}

    .popup-detail .segment .detail-info:before, .popup-detail .segment .detail-info:after {
        content: "";
        display: table;
    }

    .popup-detail .segment .detail-info:after {
        clear: both;
    }

.ie6 .popup-detail .segment .detail-info, .ie7 .popup-detail .segment .detail-info {
    zoom: 1;
}

.popup-detail .segment .detail-info li:before, .popup-detail .segment .detail-info li:after {
    content: "";
    display: table;
}

.popup-detail .segment .detail-info li:after {
    clear: both;
}

.ie6 .popup-detail .segment .detail-info li, .ie7 .popup-detail .segment .detail-info li {
    zoom: 1;
}

.popup-detail .segment .detail-info .data {
    color: #999999;
}

    .popup-detail .segment .detail-info .data span {
        margin: 0 4px 0 0;
        float: left;
        line-height: 28px;
    }

    .popup-detail .segment .detail-info .data .airline {
        float: right;
        margin: 0;
        padding: 0;
    }

        .popup-detail .segment .detail-info .data .airline .logoPeque?o {
            padding: 0;
            line-height: 0;
        }

.popup-detail .segment .detail-info .itinerary {
    line-height: 14px;
}

    .popup-detail .segment .detail-info .itinerary .location {
        float: left;
        margin: 0 15px 0 0;
        width: 400px;
    }

    .popup-detail .segment .detail-info .itinerary .date {
        float: right;
    }

.popup-detail .segment .detail-info .operated-by {
    float: left;
}

    .popup-detail .segment .detail-info .operated-by li {
        float: left;
        margin: 0 5px 0 0;
        line-height: 25px;
    }

    .popup-detail .segment .detail-info .operated-by .logoPeque?o {
        line-height: 0;
    }

.popup-detail .segment .detail-info .stops {
    float: right;
}

    .popup-detail .segment .detail-info .stops .title {
        margin: 0 0 0 -20px;
    }

.popup-detail .time {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    background: #eeeeee;
}

.popup-detail .detail-footer {
    display: inline-block;
    width: 100%;
    padding-top: 3px;
}

    .popup-detail .detail-footer .bottom-box {
        float: left;
        width: 50%;
    }

        .popup-detail .detail-footer .bottom-box .detail-local-hour {
            display: block;
            padding-bottom: 8px;
        }

    .popup-detail .detail-footer .baggage {
        margin-top: 5px;
    }

.ie7 .popup-detail .detail-footer .baggage {
    width: 680px;
}

.popup-detail .detail-footer .ecological-info {
    float: right;
    width: 50%;
}

    .popup-detail .detail-footer .ecological-info .ecological-preservation-container {
        width: 100%;
    }

        .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation {
            float: right;
            padding-bottom: 3px;
        }

            .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation .ecological-preservation-label {
                padding-right: 10px;
                line-height: 20px;
                float: left;
            }

            .popup-detail .detail-footer .ecological-info .ecological-preservation-container .ecological-preservation .ecological-flight {
                float: left;
            }

    .popup-detail .detail-footer .ecological-info .preservation-description {
        float: right;
    }

.popup-detail .rules {
    margin: 10px 0 0;
    /*display:none;*/
    float: left;
    width: 100%;
}

    .popup-detail .rules .airline {
        display: block;
    }

        .popup-detail .rules .airline:before, .popup-detail .rules .airline:after {
            content: "";
            display: table;
        }

        .popup-detail .rules .airline:after {
            clear: both;
        }

.ie6 .popup-detail .rules .airline, .ie7 .popup-detail .rules .airline {
    zoom: 1;
}

.popup-detail .rules .airline .logoPeque?o {
    float: left;
}

    .popup-detail .rules .airline .logoPeque?o span {
        float: left;
    }

.popup-detail .rules .airline .name {
    float: left;
    line-height: 28px;
    margin: 0 0 0 5px;
}

.popup-detail .rules .airline .icon-plus {
    margin: 10px 4px 0 4px;
}

.popup-detail .rules p {
    margin: 10px 0 0;
}

.flights-popup {
    padding: 10px;
    position: relative;
}

    .flights-popup:after, .ie7 .flights-popup .after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .flights-popup .popup-header h4 {
        line-height: 20px;
        padding: 10px;
    }

    .flights-popup .popup-container {
        z-index: 1;
        overflow-y: scroll;
        height: 264px;
        position: relative;
    }

    .flights-popup .popup-arrow {
        position: absolute;
        height: 0;
        width: 0;
    }

    .flights-popup .popup-arrow-bottom {
        bottom: -10px;
        left: 10px;
    }

    .flights-popup .popup-arrow-top {
        top: -10px;
        left: 10px;
    }

    .flights-popup .popup-arrow-left {
        left: -10px;
        top: 10px;
    }

    .flights-popup .popup-arrow-right {
        right: -10px;
        top: 10px;
    }

    .flights-popup .popup-close {
        position: absolute;
        z-index: 10;
        text-align: center;
        line-height: 20px;
        height: 20px;
        width: 20px;
        top: -13px;
        right: -13px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .flights-popup .popup-close input {
            border: none;
            background: none;
            padding: 0;
            margin: 0;
            position: relative;
            color: white;
            font-weight: bolder;
            top: -2px;
        }

.ie7 .flights-popup {
    zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
}

    .ie7 .flights-popup .popup-close, .ie8 .flights-popup .popup-close {
        line-height: 26px;
        height: 26px;
        width: 26px;
        top: -13px;
        right: -13px;
    }

.flights-popup:after {
    background: black;
    background: #34b0e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.flights-popup .popup-header {
    background: none repeat scroll 0 0 #f7f7f7;
    display: block;
}

    .flights-popup .popup-header h4 {
        margin: 0;
        color: #003770;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: normal;
    }

.flights-popup .popup-content {
    background: white;
    border: 1px solid transparent;
}

.flights-popup .popup-arrow-bottom {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-arrow-top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.flights-popup .popup-arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.7);
}

.flights-popup .popup-close {
    cursor: pointer;
    border: 3px solid white;
    color: white;
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 20px;
    background: #319fda;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.ie7 .flights-popup .after {
    background-color: black;
    filter: alpha(opacity=70);
}

.ie8 .flights-popup:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAAEElEQVR4nGNi2MywmYkBCAAJ8gFrYOfxtwAAAABJRU5ErkJggg==');
}

.ie7 .flights-popup .popup-arrow, .ie8 .flights-popup .popup-arrow {
    filter: alpha(opacity=70);
}

.ie7 .flights-popup .popup-arrow-bottom, .ie8 .flights-popup .popup-arrow-bottom {
    border-top: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-top, .ie8 .flights-popup .popup-arrow-top {
    border-bottom: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-left, .ie8 .flights-popup .popup-arrow-left {
    border-right: 10px solid black;
}

.ie7 .flights-popup .popup-arrow-right, .ie8 .flights-popup .popup-arrow-right {
    border-left: 10px solid black;
}

.ie7 .flights-popup .popup-close, .ie8 .flights-popup .popup-close {
    border-width: 0;
    background-color: transparent;
    background: url('../../despegar/core-flights/img/picasso/popup.png');
    background-position: 0 -1px;
}

.flights-popup .popup-content {
    color: black;
    font-size: 11px;
}

.flights-tooltip {
    display: block;
    position: absolute;
    padding: 0.267em;
    font-size: 0.8em;
    background-color: #34b0e4;
    color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #3c3a12 0 0 3px;
    -moz-box-shadow: #3c3a12 0 0 3px;
    box-shadow: #3c3a12 0 0 3px;
}

    .flights-tooltip.tooltip-left:after, .ie7 .flights-tooltip.tooltip-left span {
        position: absolute;
        top: 0;
        padding: 0.267em 0;
        left: -0.82em;
        content: "\25C4";
    }

.ie7 .flights-tooltip.tooltip-left {
    zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).innerHTML="&#9668;");
}

.flights-tooltip.tooltip-left:after, .ie7 .flights-tooltip span {
    font-family: arial, sans-serif;
    font-size: 1em;
    color: #3c3a12;
}

.ie8 .flights-tooltip.tooltip-left:after {
    font-size: 0.8em;
}

.contenedorPopUp {
    float: left;
    position: relative;
    left: -300px;
}

#divPopUp_DropShadow {
    background: none !important;
}

.btnCloseFirst_X {
    width: 31px;
    height: 27px;
    float: right;
    margin-top: 0px;
    font-weight: bold;
    color: #000;
}

.parrafoVentana4 {
    width: 432px;
    margin-left: 17px;
    background: #fff;
    padding: 25px;
    margin-top: -7px;
}

.TarifaHabitacion {
    display: none;
}

#ucDetallePlan_UcTarifasCircuitosMulti1_rptCabina_ctl00_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

.ac_odd {
    background: url(../../Imagenes/airplane-icon.png) #EEE no-repeat 8px;
    padding: 5px 0 5px 30px;
}

.ac_even {
    background: url(../../Imagenes/airplane-icon.png) #DDD no-repeat 8px;
    padding: 5px 0 5px 30px;
}

.olvido {
    display: none;
}

#ucLogin_UcIngreso1_lblError {
    color: red !important;
    float: right;
    margin-right: 360px;
    margin-top: 13px;
}

.CotenedorClausulas ul {
    margin-left: 27px;
    text-align: justify;
    margin-right: 65px;
}

.Izquierdo {
    float: left;
}

.Derecho {
    float: right;
}

/* RESULTADOS HOTELES */

.panelBannersSeccHoteles {
    float: left;
    width: 100%;
    text-align: center;
}

    .panelBannersSeccHoteles .banners {
        display: inline-block;
    }

        .panelBannersSeccHoteles .banners img {
            width: 300px;
            height: 200px;
            display: inline-block;
            margin: 10px;
        }

.contenedorResultadosHoteles {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.t_left {
    text-align: left;
}

.inner_box_side {
    float: left;
    position: relative;
    background-color: white;
    width: 99.3%;
    border: solid 1px #cecece;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 7px;
    margin-top: 8px;
}

    .inner_box_side .left {
        width: 165px;
    }

.box_side .table_2 {
    float: left;
    width: auto;
}

.resultado_h .inner_box_side > li {
    width: 83px;
    list-style: none;
}

.inner_box_side.clear.tit {
    border: 0;
    border-bottom: solid 2px #ccc;
    border-top: solid 2px #ccc;
}

    .inner_box_side.clear.tit h5 {
        margin: 0;
        font-size: 12px;
    }

.inner_box_side.clear.no_pad_top {
    margin: 0;
    border: 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}

.inner_box_side .botonBuscador {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
    min-height: 209px;
}

.contenedorResultadosHoteles .resultados {
    float: left;
    border: 1px solid #cccccc;
    text-align: left;
    font-size: 12px;
    margin: 0;
    box-sizing: border-box;
    width: 99.3%;
    margin-left: 7px;
    margin-top: -19px;
    background-color: white;
}

    .contenedorResultadosHoteles .resultados.paginador {
        margin-bottom: 10px;
        height: 60px;
        margin-top: 0px;
    }

        .contenedorResultadosHoteles .resultados.paginador .tituloResultados {
            display: none;
        }

        .contenedorResultadosHoteles .resultados.paginador .contenidoResultado {
            text-align: center;
        }

        .contenedorResultadosHoteles .resultados.paginador .botonBuscar {
            border: 0;
            font-size: 12px;
            color: #4e4e4e;
            /* width: 131px; */
            /* height: 36px; */
            text-align: left;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
            background-repeat: no-repeat;
            padding: 0;
            background: none;
            display: inline-block;
            float: none;
            width: auto;
            height: auto;
            margin: 0 10px;
        }

        .contenedorResultadosHoteles .resultados.paginador .csPintar {
            font-size: 10px;
            font-weight: bold;
            color: #F90;
            padding: 0;
            text-decoration: none;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            padding-right: 1px;
        }

        .contenedorResultadosHoteles .resultados.paginador .csNoPintar {
            font-size: 10px;
            font-weight: bold;
            color: #186e9b;
            padding: 0;
            text-decoration: underline;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            padding-right: 1px;
        }

    .contenedorResultadosHoteles .resultados .tituloResultados {
        background: #007cc2;
        height: 30px;
        padding: 0 20px;
        line-height: 30px;
        color: #fff;
        float: left;
        font-size: 20px;
        width: auto;
    }

    .contenedorResultadosHoteles .resultados .contenidoResultado {
        padding: 20px;
        border-radius: 0 0 5px 5px;
        width: 100%;
        float: left;
        box-sizing: border-box;
        color: #5C5C5C;
        font-size: 12px;
        margin-top: -35px;
        background: none;
        height: 100px;
    }

.box_side.resultado_h .tituloResultados,
#resultadoshotel_PanelBuscador {
    display: none;
}

#ucReservaHotel_rblFormasPago tr {
    float: left;
    width: 180px;
}

.contenedorDetalleHotel .box_side .tituloSeccionNoticias {
    position: relative;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    background: #007cc2;
    width: 305px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.contenedorDetalleHotel .inner_box_side {
    margin-top: 0;
}

.tituloTablaHotel {
    font-size: 10px;
    line-height: 13px;
    width: 100%;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    color: #000;
}

    .tituloTablaHotel .titulo1 {
        width: 50%;
        float: left;
        color: #000;
        text-align: left;
    }

    .tituloTablaHotel .titulo2 {
        width: 10%;
        float: left;
        text-align: center;
        color: #000;
    }

.lineaHotel {
    font-size: 10px;
    line-height: 13px;
    width: 100%;
    float: left;
    line-height: 30px;
    border-bottom: 1px dotted gray;
}

    .lineaHotel .campo1 {
        float: left;
        width: 50%;
    }

    .lineaHotel .campo2 {
        float: left;
        width: 10%;
        text-align: center;
    }

.contenedorDetalleHotel .botonBuscador {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    margin-top: 0;
}

    .contenedorDetalleHotel .botonBuscador.back {
        background: none;
        color: #f25e26;
        font-size: 13px;
    }

.panelCompletoPlanes.contacto .tituloIngresar {
    position: relative;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    background: #007cc2;
    width: 305px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    padding-left: 15px;
    font-size: 15px;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-top: 20px;
}

.panelCompletoPlanes.contacto .panelRegistro .contenidoIngresar,
.panelCompletoPlanes.contacto .panelIngresar .contenidoIngresar,
.panelCompletoPlanes.contacto .panelIngresarTexto .contenidoIngresar {
    float: left;
    position: relative;
    width: 100%;
    border: solid 2px #ccc;
    box-sizing: border-box;
    background: none;
}

.panelCompletoPlanes.contacto .panelIngresarTexto .contenidoIngresar {
    box-sizing: border-box;
    min-height: 124px;
}

.panelCompletoPlanes.contacto .botonBuscar {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(#fbae3a, #f25e26);
    background: -o-linear-gradient(#fbae3a, #f25e26);
    background: -moz-linear-gradient(#fbae3a, #f25e26);
    background: linear-gradient(#fbae3a, #f25e26);
    float: right;
    margin-right: 16px;
    font-size: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    margin-top: 0;
    color: #fff;
}

.condicionesRegistro {
    background: none;
    border: 0;
    margin-top: 20px;
}

.contenedorDetalleHotel {
    display: inline-block;
    width: 100%;
}

    .contenedorDetalleHotel .side_right.auto {
        display: inline-block;
        width: 100%;
    }

    .contenedorDetalleHotel .stars {
        display: inline-block;
    }

.stars {
    float: left;
    width: 14px;
    height: 14px;
    margin: 3px 10px 0 0;
    background: url(../../Imagenes/starHotel.png) no-repeat;
}

.regresarHoteles {
    background: none;
    color: #f25e26;
    font-size: 13px;
    border: none;
    height: 24px;
    float: right;
    width: 90px;
}

.inner_box_side li span input {
    width: 12px;
}

.right {
    float: right;
    clear: right;
}

.inner_box_side .left {
    width: 165px;
}

.descripcionHotelBtn {
    position: absolute;
    margin-left: -10px;
}

    .descripcionHotelBtn a {
        text-decoration: underline;
    }

.campo2 input {
    width: 12px;
}

.tituloSeccionNoticias {
    position: relative;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    background: #007cc2;
    width: 305px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

/* FORMULARIO RESERVA HOTELES */

.panelIzquierdoReservaVuelos {
    float: left;
    width: 65%;
    margin-left: 0;
    background-color: #fff;
}

.precioPlanes .botonBuscador {
    float: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
}

.panelCompleto {
    position: relative;
    float: left;
    width: 100%;
    background: none;
    border: 0;
}

.panelTabs {
    float: left;
    height: auto;
    width: 80%;
    margin-left: 90px;
}

.panelCompletoCorporativo {
    float: left;
    width: 100%;
    position: relative;
    font-family: "Myriad pro",Arial;
    background: none;
    min-height: 190px;
}

.datosDePasajeros {
    width: 100%;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    display: inline-block;
    box-sizing: border-box;
}

    .datosDePasajeros .titulo {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        line-height: 30px;
        color: #26166e;
        background: linear-gradient(to bottom, #FFE800, #F89700);
        text-align: center;
        font-size: 17px;
        text-align: center;
    }

.renglonFormulario {
    width: 100%;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.celdaFormulario {
    box-sizing: border-box;
    float: left;
    width: 33%;
    padding-right: 15px;
}

    .celdaFormulario input,
    .celdaFormulario select {
        box-sizing: border-box;
        margin: 3px 0;
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        display: inline-block;
    }

.reservaRegistroVuelosTarjeta {
    float: left;
    width: 98%;
    margin-left: 9px;
    border: 1px solid #ccc;
    padding: 5px;
}

.datosDePasajeros .tablaPasajeros {
    float: left;
    width: 100%;
    color: #000;
}

.panelDerechoReservaVuelos {
    border: solid 1px #9c9c9c;
    margin-bottom: 15px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 30%;
    margin-left: 20px;
    background-color: #fff;
    margin-top: 24px;
}

    .panelDerechoReservaVuelos .reservaTituloVuelosTarjeta {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        text-transform: uppercase;
        overflow: hidden;
    }

.reservaResumen300 {
    float: left;
    width: 300px;
}

#ucReservaHotel_upFormasPago {
    padding: 20px;
}

.botonHoteles {
    width: 93px;
    margin-right: 24px;
}

#ucReservaHotel_lblGarantia {
    font-size: 13px;
}

.PestanasMicuenta {
    color: #000 !important;
}

.dataTables_length {
    background: #fff;
}

.dataTables_filter {
    background: #fff;
}

/* DETALLE MI CUENTA */

.botonRegresarMiCuenta {
    float: left;
    line-height: 36px;
    padding-left: 15px;
}

.detalleMiCuenta .full .vino {
    width: 30%;
    float: left;
}

.detalleMiCuenta .vino {
    color: #000;
    font-weight: bold;
}

.detalleMiCuenta .full span {
    float: left;
    width: 65%;
}

.detalleMiCuenta .panelResultados .contenidoResultado {
    width: 70%;
    padding: 5%;
    border: 1px solid #ccc;
    margin-left: 60px;
}

.detalleMiCuenta .table_ h5 {
    font-size: 10px;
    height: 30px;
    margin: 0 !important;
}

    .detalleMiCuenta .table_ h5 span {
        font-size: 12px;
    }

.detalleMiCuenta .table_ span {
    font-size: 11px;
    line-height: 13px;
}

.detalleMiCuenta .block {
    display: block;
}

.detalleMiCuenta .table_ span {
    font-size: 12px;
    line-height: 13px;
}

.numerosPagos {
    margin-left: 75px;
    margin-bottom: 25px;
}

.logosTarjetas {
    width: 100%;
}

.superior {
    margin-top: 10px;
}

.loginPanel {
    position: absolute;
    margin-top: 32px;
    /*margin-left: -30px;*/
    float: right;
    width: 90%;
}

.superior li {
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
    margin: 0 auto !important;
}

li.carritoComprasPic {
    float: left;
    width: 100%;
    padding-left: 140px;
}

#UcBannerSuperior1_lblServCarro {
    float: left;
    margin-left: 985px;
    margin-top: -38px;
    color: blanchedalmond;
    font-weight: bold;
}

.btnCerrarCondiciones {
    width: 87px;
}

    .btnCerrarCondiciones input {
        height: 25px !important;
    }

.tipoTarjeta table {
    width: 100%;
}

#ucReservaVuelos_txtNumTarjetaPOL {
    width: 150px;
}

#ucReservaVuelos_txtTitularPOL {
    width: 191px;
}

#ucReservaVuelos_txtTelefonoOficinaPOL {
    width: 191px;
}

#ucDetallePlan_UcTarifasCircuitos1_btnCotizar {
    width: 70px;
}


.DetallePlan {
    margin-bottom: 20px;
    width: 232px;
}

.preciosReserva span:first-child {
    margin-left: 34px;
    margin-top: 5px;
}

.preciosReserva div {
    margin-left: 123px;
}

.LinkCancelar {
    width: 152px;
    height: 29px;
    text-decoration: underline;
    background: #fff;
    border: 0;
    font-size: 11px;
    color: #35B0E5;
}

.linkCondiciones {
    text-decoration: underline;
    color: blue;
    margin-left: 18px;
}

.contenedorCheck label {
    margin-left: 15px;
    position: absolute;
    margin-top: 10px;
}

.ventanaHotel {
    width: 650px;
    display: inline-block;
    padding: 20px;
    background: #fff;
    position: relative;
    color: #284c96;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.botonCerrar {
    position: absolute;
    top: 0px;
    right: -277px;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.listasTC {
    width: 99px;
    height: 25px;
    float: none;
}

.CajasTC {
    padding: 0px;
    width: 160px;
    height: 21px;
    border: 1px solid #ccc;
}

.seleccionarVuelos span {
    display: none;
}

#btnDocumentacion:disabled {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    cursor: not-allowed;
}

.galeriaHotel {
    width: 100%;
}

    .galeriaHotel div {
        width: 20%;
        display: inline-block;
        margin-right: 22px;
    }

    .galeriaHotel img:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        transition: 1s;
    }

.InstalacionesHoteles {
    width: 47%;
    display: inline-block;
}

.ContenedorBotonLogin input {
    width: 104px;
    height: 26px !important;
}

.panelIngresarRecordar {
    /*width: 50%;
  margin-right: 238px;
  float: right;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 20px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #ccc;
  box-shadow: inset 0 0 10px #ccc;*/
}

.RecomendacionesRecordar {
    float: left;
    background: #ddf2f5;
    padding: 10px 30px;
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.imagenOfertaPlan img {
    width: 22px !important;
    height: 22px !important;
    z-index: 1;
    float: left;
}

.filtrosPlanes {
    margin-left: -37px;
}

.contenidoIngresar1 {
    float: left;
    display: inline-block;
    width: 100%;
}

    .contenidoIngresar1 tr {
        width: 100%;
        float: left;
    }

td.tdConvinado {
    width: 100%;
    float: left;
}

.btnCerrarCondiciones input {
    position: relative;
    width: auto !important;
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    padding: 5px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
}

.ContentFormulario {
    width: 100%;
}

.ContentMapa {
    width: 44% !important;
    display: inline-block;
}

#ucReservaVuelos_btnContinuar {
    padding: 5px;
    margin: 20px;
    width: 82px;
    height: 31px;
    margin-top: 31px;
    border-radius: 2px;
    display: inline-block;
    background-color: #fe8300;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8300), to(#c46500));
    background-image: -webkit-linear-gradient(top, #fe8300, #c46500);
    background-image: -moz-linear-gradient(top, #fe8300, #c46500);
    background-image: -ms-linear-gradient(top, #fe8300, #c46500);
    background-image: -o-linear-gradient(top, #fe8300, #c46500);
    background-image: linear-gradient(top, #fe8300, #c46500);
    border: 1px solid #c46500;
    border-bottom: 1px solid #fe8300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #fe8300;
    -moz-box-shadow: inset 0 1px 0 0 #fe8300;
    -ms-box-shadow: inset 0 1px 0 0 #fe8300;
    -o-box-shadow: inset 0 1px 0 0 #fe8300;
    box-shadow: inset 0 1px 0 0 #fe8300;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.panelCompletoMiCuenta .ui-tabs .ui-tabs-panel {
    position: relative;
    float: left;
    padding: 20px;
    text-align: left;
    width: 878px;
    font-size: 12px;
    color: #000;
    border: 1px solid;
    background-color: #E7E7E7;
    background: none;
    margin: 0 10px;
    border-radius: 0px 10px 10px;
    border: solid 1px #9c9c9c;
}

.dataTables_wrapper {
    position: relative;
    min-height: 302px;
    clear: both;
    border: 1px solid #3a8b97;
    width: 850px !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.HistoricasReservas div div {
    border: none;
    background: white;
    color: black;
    width: 95%;
    margin: auto;
}

.HistoricasReservas div div {
    border: none;
    background: white;
    color: black;
    width: 95%;
    margin: auto;
}

.dataTables_length {
    width: 50% !important;
    float: left;
}

.dataTables_filter {
    width: 50% !important;
    float: right;
    text-align: right;
}













.Tel_Agencias {
    font-size: 11px;
    text-decoration: underline;
    color: #28ABE3;
    cursor: pointer;
    margin-left: 6px;
}

.cssToolTip label.contenedorToolDescripcionBefore {
    background: none;
    display: none;
    content: "";
    position: absolute;
    border-top: 12px solid #666;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 15px;
    left: 45px;
    padding: 0;
    border-radius: 0;
    white-space: normal;
}

/* El tooltip */
.cssToolTip label {
    position: absolute;
    margin-left: -324px;
    margin-top: 26px;
    font-weight: normal;
    display: none;
    z-index: 1000000000;
}

/* El tooltip cuando se muestra */
.cssToolTip:hover label {
    display: inline; /* Para mostrarlo simplemente usamos display block por ejemplo */
}

.cssToolTip {
    position: relative;
}

#ucDetallePlan_imgITinerario {
    display: none;
}

.ucDetallePlan_UcTarifasCircuitos1_rptCabina_ctl00_rptHoteles_ctl00_Label6 {
    font-size: 11px;
}

.popup {
    background-color: #ffffff;
    color: #888888;
    height: auto;
    padding: 10px;
    position: fixed;
    right: 19%;
    top: 35%;
    /* width: 550px; */
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
}

a.close {
    background: url("../../Imagenes/cerrar.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 0px;
    position: relative;
    top: -5px;
    width: 26px;
}

.TelefonoPeque {
    width: 7%;
    margin-right: -25px;
    margin-top: -11px;
}

.ContentBuscadorCruceros iframe {
    margin-left: 29%;
}

.ContentBuscadorCruceros {
    margin-top: 1%;
    width: 98%;
    margin-left: 1%;
    background: #ccddff;
}

.TituloPequeno {
    position: relative;
    margin-top: 11px;
    height: 31px;
    background: #35B0E5;
    padding-left: 24px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
}

    .TituloPequeno .head {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 24px;
        color: #FFF;
        line-height: 30px;
    }

#ucBuscador_ucRotadorBannerBuscador_bannerInterno2 img {
    width: 100%;
    height: 220px;
    display: none;
}

.ContentBloqueos {
    width: 100%;
    display: inline-block;
}

    .ContentBloqueos .paginadorPaquetes1 {
        display: none;
    }

.tempImg {
    width: 0px !important;
}

#ucDetallePlan_strImagen1 {
    width: 300px !important;
    height: 148px !important;
}

.lblError {
    color: Red !important;
}

#ucDetallePlan_UcTarifasCircuitos1_rptCabina_ctl00_rptHoteles_ctl00_Label6 {
    font-size: 10px;
}

#ucContactenos_ucFormularioContacto_lbEnviar {
    position: absolute;
    background-color: #30b5eb;
    color: #fff;
}

.ContentSuperior {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 4px;
}

.detalleAgradecimientos {
    padding: 27px;
}

    .detalleAgradecimientos span {
        margin-left: 22px;
        line-height: 66px;
    }

.mensajeTimeOut {
    font-size: 16px;
    height: 30px;
    margin-bottom: 23px;
    margin-top: 31px;
    text-align: center;
    width: 90%;
}

.botonAceptarTime {
    text-align: center;
    width: 250px !important;
    float: right;
}

/*.botonAceptarTime input
    {
        font-size: 15px;
        font-weight: bold;
        height: 35px;
        width: 36%;
    }*/

.ui-dialog-buttonpane {
    display: none;
}


/* ESTILOS NUEVOS PARA VUELOS OPTIMIZADO*/

.radioButtonList input {
    width: 4%;
    position: absolute;
    top: 16px;
}

.radioButtonList .contenidoBuscador:nth-child(3) {
    margin-left: 16px;
}

.radioButtonList label {
    text-align: center;
    line-height: 23px;
}

.radioButtonList {
    margin-top: 15px;
}

#btnBuscarVuelo {
    /*float: left;
    position: relative;*/
}

#filtros {
    width: 265px !important;
}

.franjaInfoReservaAma {
    padding: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

/*.form-control {
    display: block;
    width: 100%;
    height: 20px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #777777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777777;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control, .usuAgency {
        cursor: pointer;
        background-color: #eeeeee;
        opacity: 1;
    }*/

/* Tamaños personalizados*/

/*.input-large {
    width: 95% !important;
}

.input-medium {
    width: 42% !important;
    float: left;
}

.input-xmedium {
    width: 13% !important;
    float: left;
    margin-right: 7px;
}

.input-xxmedium {
    float: left;
    margin-right: 10px;
    width: 20% !important;
}

.input-small {
    width: 22% !important;
    height: auto;
    float: left;
}

.input-smallv {
    width: 60% !important;
    height: auto;
    margin-left: 0px;
}

.input-calendar {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e7e5e1;*/
/*background-image: url("../../Imagenes/calendario.png");*/
/*background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.row {
    padding: 0px;
    font-size: 13px;
    width: 100%;
    text-align: justify;
    float: left;
}*/

.span {
    width: 146px;
    float: left;
}

.spanSpace {
    margin-left: 10px;
    float: left;
}

.ac_ciud {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../../Imagenes/home_icon.png");
    background-origin: padding-box;
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 5px;
}

.ac_aer {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../../Imagenes/airplane-icon.png");
    background-origin: padding-box;
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 5px;
}

/**** Estilos para busquedas de vuelos*/

#leftColumn {
    float: left;
    width: 50%;
    /*margin-top: 2.2pc;*/
    margin-right: -240px;
    height: auto;
    overflow: hidden;
    /*display: none;*/
}

#rightColumn {
    width: 64%;
    border: none;
    float: right;
}

.table {
    table-layout: fixed;
    width: 100%;
    background-color: #f2f2f2;
    border-right: solid 2px #ccc;
    *margin-left: -100px; /*ie7*/
}

    .table td, th {
        vertical-align: top;
        border-top: 0px solid #ccc;
        padding: 3px;
        width: 165px;
        font-size: 12px;
        background-color: #fff;
    }

    .table th {
        position: absolute;
        left: 0;
        width: 100px;
        font-size: 12px;
        background-color: #f2f2f2;
        margin-top: 7px;
        margin-left: 43px;
    }

.outer {
    position: relative;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 94%;
    background-color: #f2f2f2;
}

#Consolidado {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 4px;
    width: 98%;
    margin-bottom: 6px;
}

.inner {
    overflow-x: auto;
    overflow-y: visible;
    width: 80%;
    margin-left: 140px;
    background-color: #f2f2f2;
}

.buscadorInternas {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../Imagenes/fondoBuscador.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #f90;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-top-color: #f90;
    border-top-style: solid;
    border-top-width: 10px;
    float: left;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
}

.contenedorVuelos {
    float: left;
    border: 1px solid #ccc;
}

.vuelo {
    float: left;
    position: relative;
    width: 96%;
    padding: 5px;
}


    .vuelo .encabezado {
        padding: 7px;
        font-size: 11px;
        color: #58c2ef;
        height: 11px;
        margin-left: 4%;
    }

        .vuelo .encabezado .spanMedium {
            width: 40%;
            float: left;
            line-height: 13px;
        }

        .vuelo .encabezado .spanSmall {
            width: 10%;
            float: left;
        }

        .vuelo .encabezado .idaIcon {
            background: url(../../Imagenes/avionIda.png) no-repeat;
            width: 21px;
            height: 23px;
            display: block;
            float: left;
            margin-right: 63px;
        }

        .vuelo .encabezado .vueltaIcon {
            background: url(../../Imagenes/avionVenida.png) no-repeat;
            width: 21px;
            height: 23px;
            display: block;
            float: left;
            margin-right: 63px;
        }

    .vuelo .item {
        font-size: 11px;
        display: table;
        vertical-align: middle;
        margin-left: -5px;
        float: left;
        color: #6b7377;
        width: 104.2%;
    }

        .vuelo .item span {
            padding-bottom: 1px;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 1px;
            display: table-cell;
            width: 21%;
            vertical-align: middle;
        }

        .vuelo .item .space {
            width: 25%;
        }

.tarifaVuelo {
    float: right;
    position: relative;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: #2fb8ec;
    height: 48px;
    color: #fff;
    font-weight: bold;
}

    .tarifaVuelo .vlrTotal {
        float: left;
        /*padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        position: relative;
        text-align: center;
        width: 26%;*/
    }

    .tarifaVuelo .vlrDetalle {
        /*float: left;
        min-height: 80px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        position: relative;*/
        width: 21%;
        display: inline-block;
        float: left;
    }

.detAdult {
    width: 100%;
    border-right: 1px solid #fff;
    margin-left: -9px;
}

    .detAdult .titulo {
        width: 49%;
        display: inline-block;
    }

    .detAdult .tituloValor {
        width: 45%;
        display: inline-block;
    }

.detNino {
    width: 100%;
    border-right: 1px solid #fff;
    margin-left: -9px;
}

    .detNino .titulo {
        width: 49%;
        display: inline-block;
    }

    .detNino .tituloValor {
        width: 45%;
        display: inline-block;
    }

.detInf {
    width: 100%;
    border-right: 1px solid #fff;
    margin-left: -9px;
}

    .detInf .titulo {
        width: 49%;
        display: inline-block;
    }

    .detInf .tituloValor {
        width: 45%;
        display: inline-block;
    }



.tarifaVuelo .vlrDetalle .titulo {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.tarifaVuelo .tituloValor {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.tituloValor .tooltip {
    color: #fff;
}

.tarifaVuelo .txtImpuesto {
    font-weight: normal;
    font-size: 9px;
}

/*** Tooltips*/
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 200px;
    width: 200px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    color: #000;
    font-size: 12px;
}

body .ui-tooltip {
    border-width: 2px;
    background-color: #bababa;
    font-size: 12px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/** ventanas modales*/
#modalTrayecto {
    display: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: center;
    z-index: 10000;
    font-size: 13px;
}

.encabezadoModal {
    background-color: #2fb8ec;
    color: #fff;
}

    .encabezadoModal h4 {
        color: #fff;
    }

.contenedorModal {
    text-align: justify;
}

    .contenedorModal b {
        margin-left: 11px;
        font-weight: normal;
        font-size: 14px;
    }

#modalTrayecto p:first-child {
    margin: 0;
}

#closeModal {
    width: 25px;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

#modalTrayectoContent .encabezadoModal:last-child {
    display: none;
}

.modalFecha {
    color: red;
}

.panelIzquierdoReservarVuelos {
    background-color: #fff;
    color: #58595b;
    float: left;
    margin-top: 21px;
    width: 650px;
    margin-left: 35px;
}


.panelDerechoReservarVuelos {
    /* background-color: #fff; */
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    /* color: #888; */
    float: left;
    /* margin-bottom: 21px; */
    margin-left: 68px;
    /* margin-top: 23px; */
    /* padding: 15px; */
    width: 351px;
    margin-top: 32px;
}

.infoPasajeroLabels div {
    /*    width: 11%;
*/ display: inline-block;
}

.franjaAmarilla {
    background-color: #ff9600;
    float: left;
    height: 20px;
    width: 100%;
}

.contenedorPasajero {
    width: 100%;
}

.tipoPasajero {
    float: left;
    display: block;
    width: 100%;
}

.formPasajero {
    display: block;
    float: left;
    width: 100%;
}
/*** estilos paa pagina de reservas*/
.accordeonInfo {
    padding: 1.0em !important;
    padding-top: 1.0em !important;
    overflow: auto;
    /*    width: 97%;
*/ margin-left: 10px;
    color: #000;
    /*border: 1px solid #ccc;*/
}

.infoPasajeroLabels {
    font-size: 10pt;
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}

    .infoPasajeroLabels input {
        /*        width: 12px;
*/ height: 11px;
        margin-right: 15px;
        float: left;
    }

    .infoPasajeroLabels label {
        /*        width: 28%;
*/ /*display: block;*/
        float: left;
        margin-right: 10px;
        color: #000;
    }

.DatosForm {
    /*width: 26% !important;*/
}

.infoContactoLabels, .infoPasajeroLabels {
    width: 100%;
    float: left;
}
/*
    .infoContactoLabels .datosContactoVuelos {
        width: 33%;
    }*/

.datosContactoVuelos {
    /*width: 33%;*/
    float: left;
}

    .datosContactoVuelos label {
        /*width: 98%;*/
        margin: 0% 1%;
        float: left;
    }

    .datosContactoVuelos span {
        /* width: 98%;
*/ margin: 0% 1%;
        float: left;
    }

    .datosContactoVuelos input {
        /*      width: 80% !important;
  */ margin: 0% 1%;
    }

    .datosContactoVuelos select {
        width: 86% !important;
        margin: 0% 1%;
        height: 28px !important;
    }

table.tablaContactoPasajeros span {
    width: 100%;
    float: left;
}

.infoContactoLabels {
    width: 100%;
    float: left;
    color: #000;
}

.infoContactoLabelstransfer {
    width: 100%;
    float: left;
}

.infoContactoLabels label {
    width: 18%;
    float: left;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 0 !important;
    /*height: 86px;*/
}


.infoContactoLabelstransfer span {
    width: 17%;
    float: left;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 0 !important;
}


.formContactoHotelsForm {
    width: 100%;
    float: left;
    margin-top: -174px;
}

    .formContactoHotelsForm > input {
        float: left;
        width: 14% !important;
        background: white !important;
        display: block;
        border-radius: 0;
        margin-top: 34px;
    }

.formContactotransferlsForm > input {
    float: left;
    /*background: #DDF2F5 !important;*/
    display: block;
    border-radius: 0;
    margin-right: 7px;
    padding: 3px 6px;
    border: 1px solid #3A8B97;
}



.encabezadoAcordeon {
    float: left;
    color: #fff;
    font-size: 15px;
    width: 88%;
    margin-left: 6px;
    background: black;
    text-align: left;
    border-radius: 0;
    padding: 5px 5px;
    text-transform: uppercase;
}

.listaFila ul {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.listaFila li {
    list-style-type: none;
    display: inline;
    padding-right: 5px;
    width: 32%;
    float: left;
}

    .listaFila li div {
        width: 80%;
        float: left;
        font-weight: bold;
    }

#resRutasVuelos {
    float: left;
    width: 100%;
}

.resVuelContenedor {
    display: block;
    font-size: 11px;
    width: 100%;
}

.resrow {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    text-align: justify;
    width: 45%;
}

.resImg {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    text-align: justify;
    width: 45%;
    margin-top: 10px;
}

.resInfo {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    text-align: justify;
    width: 45%;
    margin-top: 10px;
}



.resline-separator {
    height: 1px;
    background: #28ABE3;
    border-bottom: 1px solid #28ABE3;
    float: left;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-top: 15px;
    width: 80%;
}
/*** Terminos y Condiciones Modal*/
#modalMensaje {
    display: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: justify;
    z-index: 10000000001;
    font-size: 13px;
    width: 25% !important;
    position: fixed;
    top: 30%;
}

.modalMensajeContent {
    text-align: justify;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
}


.modalMensajeFooter {
    text-align: center;
    margin-top: 20%;
}

#modalTerminos, #modalCondiciones {
    display: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: justify;
    z-index: 10000;
    font-size: 13px;
}

/*#modalCondiciones {
    display: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: justify;
    z-index: 10000;
    font-size: 13px;
}*/


#modalTerminosContent {
    height: auto;
}

.titulosModal {
    color: #186E9B;
    font-weight: bold;
    font-size: 15px;
    text-align: center !important;
}

.subtitulosModal {
    color: #777777;
    font-weight: bold;
    margin-bottom: 10px;
}

.sillas {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    display: none;
}

.divisorBuscador {
    background-color: #34b0e4;
    float: left;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: -5px;
    width: 98%;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ruta {
    margin-top: 20px;
}

.separadorRuta {
    margin-bottom: 5px;
}

.tblTooltip {
    font-size: 10px;
}

    .tblTooltip .valor {
        text-align: right;
    }

/*Estilos para confirmacion de reserva*/
.contenedorConfReserva {
    background-color: #fff;
    color: #58595b;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 98%;
}

.infoConfReserva {
    text-align: justify;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    font-size: 12px;
    margin-bottom: 10px;
}

.encConfReserva {
    /*    background-color: #ccc;*/
    color: #0d486a;
    font-size: 14px;
    height: 25px;
}

.Record {
    font-weight: bolder;
    font-size: large;
}

.SelecPasajeros {
    height: 32px;
}

.right14 {
    margin-right: 9px;
}

.ContentBoton {
    float: right;
    margin-right: 17px;
    margin-top: 11px;
}

#noVuelos {
    margin-left: 2% !important;
    float: left;
}

    #noVuelos p {
        margin-top: 12px;
    }

.LabelCity {
    font-weight: lighter;
    margin-left: 10px;
    font-size: 11px;
    color: #58c2ef;
}

.LabelCity1 {
    font-size: 11px;
    color: #777777;
    font-weight: lighter;
}

.spanMedium1 {
    width: 8%;
    float: left;
    line-height: 13px;
}

.spanMedium2 {
    width: 15%;
    float: left;
    line-height: 23px;
}

.detalleVuelta .item span:nth-child(4) {
    padding-left: 20px;
}

.detalleVuelta .encabezado .spanMedium2:last-child {
    margin-left: 10px;
}

.tabsMiCuenta input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabsMiCuenta {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 25px auto;
}

    .tabsMiCuenta li {
        float: left;
        width: 16%;
        list-style: none;
    }

    .tabsMiCuenta label {
        display: block;
        padding: 2px 2px;
        border-radius: 2px 2px 0 0;
        color: #08C;
        /*font-size: 24px;
        font-weight: normal;
        /*font-family: 'Lily Script One', helveti;*/
        background: rgba(255,255,255,0.2);
        cursor: pointer;
        position: relative;
        max-width: 130px;
        width: 115px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border: 1px solid #c3c3c3;
        border-bottom: 0px;
        border-radius: 8px 8px 0px 0px;
        margin-right: 95px;
        max-height: 84px;
        margin-left: 15px;
    }

        .tabsMiCuenta label:hover {
            background: rgba(255,255,255,0.5);
            top: 0;
        }

[id^=tab]:checked + label {
    background: #2e3192;
    color: white;
    top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}

.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    padding-top: 10px;
    background: #08C;
    padding: 15px;
    color: white;
    position: absolute;
    top: 53px;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.TabsMicuentaStylesHol p {
    margin-top: 5px;
    /*font-size: 16px;*/
    margin-left: -2px;
    text-align: center;
}

.contenedorMicuenta {
    width: 99% !important;
    margin-left: 12px;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #c3c3c3;
    display: none;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    line-height: 140%;
    padding: 15px;
    left: 5px;
    position: absolute;
}

.tabsMiCuenta li:nth-child(1) label {
    margin-left: 17px !important;
}

.TabsMicuentaStylesHol img {
    margin-left: 25px;
}

#PanelResMicuenta {
    margin-bottom: 440px;
}

.tabsMiCuenta li:last-child label img {
    width: 40%;
}

.tabsMiCuenta li:last-child label p {
    margin-left: -2px;
}

.tabsMiCuenta li:nth-child(3) label img {
    margin-left: 30px;
}

.tabsMiCuenta li:nth-child(4) label img {
    margin-left: 33px;
}

#PanelIzqResVueloResult .infoContactoLabels label {
    width: 28%;
}

.sombreado {
    background: #eee;
}

.buscarnuevo {
    color: #28ABE3;
    text-decoration: underline;
}

.condiciones #nav-open {
    display: none !important;
}

.condiciones .zopim {
    display: none !important;
}

#frmTarjetaPOL td {
    width: 35%;
}

.txttarjetas {
    width: 78% !important;
}

.tarjetasccPOL {
    width: 46%;
    width: 85%;
    margin-left: 0px;
}

.MesesccPOL {
    width: 32%;
    margin-left: 0px;
}

.AniosccPOL {
    width: 32%;
}

#frmTarjetaPOL #tipoTarjeta {
    display: inline-block;
    font-size: 8px;
    color: red;
    font-weight: bold;
}


/* Style General */

/* Import other css */
@import url('reset.css');
@import url('social-icons.css');
@import url('comments.css');
@import url('elements.css');


/* GENERAL ------------------------------------------------------------*/


.clearfix {
    clear: both;
}




#logo:hover {
    opacity: 0.8;
}

.headline {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 23px;
    line-height: 1em;
    text-align: center;
    /*padding: 14px 177px;*/
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: #28ABE3;
    color: #FFF;
    box-shadow: 3px 3px 5px #999999;
    width: 100%;
}


#page-content {
    float: left;
    width: 528px;
    margin-left: 24px;
    margin-top: 24px;
    padding-bottom: 60px;
}



#page-content-full2 {
    margin-right: 24px;
    margin-left: 24px;
    margin-top: -45px;
    /*padding-bottom: 60px;*/
}

.page-content-full {
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 27px;
    /*padding-bottom: 60px;*/
}

#page-content-fullPlan {
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 24px;
    /*padding-bottom: 60px;*/
}

.home-block-heading {
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 32px;
}

.h-heading {
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.h-margin {
    margin-bottom: 18px;
    margin-left: 26px;
}

.block-divider {
    margin-bottom: 120px;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.aligncenter {
    text-align: center;
}


.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top120 {
    margin-top: 120px;
}

/* MASTHEAD ------------------------------------------------------------*/

#masthead {
    position: relative;
    margin-top: 0px;
    background: #fca203;
    text-align: center;
    padding-left: 24px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
}

    #masthead span {
        line-height: 69px;
    }

    #masthead .head {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 31px;
        color: #FFF;
    }

    #masthead .subhead {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 13px;
        color: #888;
        margin-left: 21px;
    }

    #masthead .breadcrumbs {
        position: absolute;
        overflow: hidden;
        top: 14px;
        right: 24px;
        height: auto;
        font-size: 11px;
        color: #444;
    }

        #masthead .breadcrumbs a {
            text-decoration: none;
            color: #888;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #masthead .breadcrumbs a:hover {
                color: #fe8300;
            }

        #masthead .breadcrumbs li {
            display: inline;
        }

/* HEADINGS ------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #58595b;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


    h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
        margin-bottom: 14px;
    }

.phone {
    float: left;
    height: 19px;
    margin-right: 5px;
}


/* HEADER ------------------------------------------------------------*/

header {
    position: relative;
    height: auto;
    display: block;
}

.pbx {
    margin-top: 63px;
    position: absolute;
    right: 20px;
}
/* NAVIGATION ------------------------------------------------------------*/


nav {
    float: left;
    line-height: 1.8em;
}

    nav a {
        text-decoration: none;
        color: #acacac;
    }

#nav > li > a {
    /*display: block;
	overflow: hidden;
	padding: 5px 10px 0px 10px;
	color: #35B0E5;
	background: rgba(0,0,0,.0);

	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}

    #nav > li > a:hover,
    #nav > li.current-menu-item > a,
    #nav > li.current_page_item > a {
        /*background: #303232;
	background: rgba(0,0,0,.2);
	border-bottom: solid #1c1d1d 5px;*/
    }

#nav > li.current-menu-item > a,
#nav > li.current_page_item > a {
    /*color: #fff;*/
}

#nav > li > a > .subheader {
    color: #E51949;
    display: block;
    font-size: 11px;
    margin-top: -8px;
    font-weight: lighter;
}

#nav .sf-sub-indicator {
    float: right;
}

#nav > li > a > .sf-sub-indicator {
    display: none;
}

/* sub navigation -----------------------------------------------------*/

/*#nav > li ul
{
    display: block;
    background: #1c1d1d;
}*/


#nav > li ul li a {
    display: block;
    padding: 10px 15px;
    display: block;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

    #nav > li ul li a span {
        display: block;
    }







/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav-holder {
    z-index: 1000;
    background: #28ABE3;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    border-radius: 0px 0px 8px 8px;
}

#mobile-nav {
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 0px 0px 8px 8px;
}

#mobile-nav-holder a {
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile-nav-holder li a {
    border-bottom: 1px solid #222;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a {
    border: none;
}

#mobile-nav-holder li > ul a {
    color: #888888;
    margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
    background: #F8AE00;
}

#mobile-nav-holder a:hover {
    padding-left: 20px;
    border-radius: 0px 0px 8px 8px;
}

#mobile-nav-holder #nav-open {
    background: #28ABE3;
    position: absolute;
    right: 0px;
    border-radius: 0px 0px 8px 8px;
    z-index: 2000;
}

    #mobile-nav-holder #nav-open a {
        display: block;
        padding: 17px 14px;
    }

        #mobile-nav-holder #nav-open a:hover,
        #mobile-nav-holder #nav-open a:focus {
            background: #28ABE3;
            border-radius: 0px 0px 8px 8px;
        }

    #mobile-nav-holder #nav-open:hover a {
        color: #cccccc;
    }

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a {
    color: #F8AE00;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third {
    float: left;
    margin-bottom: 40px;
    margin-right: 4.54%;
    position: relative;
}

.one-half {
    width: 47.72%;
}

.one-third {
    width: 30.30%;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.unCu {
    width: 17%;
    margin-top: 61px;
    margin-left: 60px;
    display: inline-block;
    height: 350px;
    float: right;
    margin-right: 160px;
}

.asidedet {
    right: -40px;
    top: 77px;
    position: absolute;
}

.setp {
    width: 100%;
    display: inline-block;
}


/* MAIN ------------------------------------------------------------*/


.shadow-main {
    width: 852px;
    height: 11px;
    margin-left: 68px;
    /*background: url(../img/shadow-main.png) no-repeat top center;*/
}

/* SOCIAL --------------------------------------------------------*/

#social-bar {
    display: block;
    float: right;
    width: 68px;
    /*background: url(../img/social-desktop.png) no-repeat bottom center;*/
    padding: 10px 0px 20px 0px;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 999;
}

    #social-bar ul {
        display: block;
        margin: 0 auto;
        width: 32px;
    }

    #social-bar li {
        display: block;
        padding: 0px;
        margin: 3px 0px;
    }

    #social-bar a {
        display: block;
    }

/* FEATURED ------------------------------------------------------------*/








.featured figure:hover .link {
    display: block;
    top: -259px;
    right: 0px;
    visibility: visible;
}



.featured figure .heading {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: #444;
    font-size: 16px;
    display: block;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .featured figure .heading:hover {
        color: #fe8300;
    }


.TextHomeBanSty {
    position: absolute;
    width: 185PX;
    text-transform: uppercase;
}

    .TextHomeBanSty h4 {
        margin: 0px;
        font-size: 12px;
        text-align: left;
    }
/*form--------------------------------------------------*/

/*input {
    outline: none;
    border: 1px solid #999;
    color: #aaaaaa;
    background: white;
    padding: 5px 12px;
    width: 90%;
    height: 25px;
}

    input#btnCerrar5 {
        position: relative;
        background: #3D8794;
        border-radius: 4px;
        border: 0;
        color: white;
        height: 30px;
        padding: 5px 15px;
        font-size: 15px;
        cursor: pointer;
        text-transform: uppercase;
        margin: 0;
    }

select {
    cursor: pointer;
    padding: 5px;
    margin: 3px 10px 10px 10px;
    color: #aaaaaa;
    background: white;
    width: 95px;
    height: 30px;
}
*/
.titcomp {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}
/*end form--------------------------------------------------*/


/* ofertas ------------------------------------------------------------*/

.featured.portfolio-list {
    margin-top: 30px;
}

.project-heading {
    margin-left: 26px;
}


    .project-heading h1 {
        float: left;
        margin-right: 20px;
    }

    .project-heading .launch {
        display: block;
        float: left;
        text-decoration: none;
        color: #888;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .project-heading .launch:hover {
            color: #fe8300;
        }

.project-description {
    float: left;
    margin-left: 24px;
    width: 528px;
    margin-bottom: 40px;
}


.project-info {
    float: left;
    margin-left: 24px;
    width: 252px;
    margin-bottom: 40px;
}

    .project-info strong {
        color: #444;
    }


.project-pager {
    overflow: hidden;
    margin: 0px 24px 0px 24px;
    padding-bottom: 50px;
}

    .project-pager a {
        text-decoration: none;
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .project-pager a:hover {
            text-decoration: none;
            color: #fe8300;
        }

    .project-pager .prev-project {
        float: left;
    }

    .project-pager .next-project {
        float: right;
    }

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects {
    display: block;
    background: #eaeaea;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0px 10px 50px;
    display: none;
}

.related-heading {
    font-weight: bold;
    color: #444;
    margin: 0px 0px 24px 24px;
}

.related-projects .related-list {
    display: block;
}

.related-projects figure {
    display: block;
    float: left;
    margin-left: 24px;
    width: 252px;
}

.related-projects .thumb {
    display: block;
    background: url(../../Imagenes/imagesTurinco/plus.png) no-repeat center center;
    margin-bottom: 21px;
    -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    box-shadow: 3px 3px 0px rgba(0,0,0,.2);
}

    .related-projects .thumb:hover img {
        opacity: 0.15;
    }

.related-projects figure img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.related-projects .heading {
    text-decoration: none;
    font-style: normal;
    color: #444;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .related-projects .heading:hover {
        color: #fe8300;
    }

/* RETRACTIL SIDEBAR ------------------------------------------------------------*/

aside.retractil {
    position: absolute;
    top: 10px;
    left: 150px;
    background: #eaeaea;
    width: 276px;
    font-size: 17px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}

    aside.retractil #sidebar-opener {
        cursor: pointer;
        margin: 15px 24px;
        color: #444;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        aside.retractil #sidebar-opener:hover {
            color: #fe8300;
        }

    aside.retractil #sidebar-closer {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        aside.retractil #sidebar-closer:hover {
            opacity: 0.5;
        }

    aside.retractil #sidebar-content {
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 50px;
        display: none;
    }


        aside.retractil #sidebar-content a {
            text-decoration: none;
            color: #888;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            aside.retractil #sidebar-content a:hover {
                color: #444;
            }

/* HOME-GALLERY ------------------------------------------------------------*/


.home-gallery {
    display: block;
    padding-bottom: 30px;
    margin-left: 60px;
}

    .home-gallery li {
        display: block;
        float: left;
        margin-left: 24px;
        margin-bottom: 21px;
        width: 252px;
    }

    .home-gallery .thumb {
        line-height: 0em;
        display: block;
        background: url(../img/plus.png) no-repeat center center;
        -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 3px 3px 0px rgba(0,0,0,.2);
        box-shadow: 3px 3px 0px rgba(0,0,0,.2);
    }

    .home-gallery img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-gallery .thumb:hover img {
        opacity: 0.15;
    }

/* TEXT POSTS ------------------------------------------------------------*/

.text-posts {
    overflow: hidden;
    padding-bottom: 30px;
    margin-left: 60px;
}

    .text-posts li {
        display: block;
        float: left;
        margin-left: 24px;
        margin-bottom: 21px;
        width: 252px;
    }

    .text-posts .heading {
        display: block;
        font-weight: bold;
        font-size: 13px;
        color: #444;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .text-posts .heading:hover {
            color: #fe8300;
        }

/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content {
    width: 528px;
    float: left;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
}

    #post-content .content-area {
        padding-bottom: 50px;
    }

    #posts-list article {
        margin-bottom: 80px;
    }


    #posts-list .feature-image,
    #post-content .feature-image {
        width: 100%;
        margin-bottom: 21px;
        background: url(../img/plus.png) center center no-repeat;
        line-height: 0em;
    }

        #posts-list .feature-image img,
        #post-content .feature-image img {
            max-width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #posts-list .feature-image:hover img,
        #posts-content .feature-image:hover img {
            opacity: 0.2;
        }

    #posts-list .post-heading,
    #post-content .post-heading {
        display: block;
        text-decoration: none;
        color: #444;
        line-height: 1em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #posts-list .post-heading:hover {
            color: #fe8300;
        }

    #posts-list .meta,
    #post-content .meta {
        border-bottom: 1px solid #ccc;
        margin-bottom: 11px;
        padding-bottom: 11px;
        font-style: italic;
        font-size: 11px;
    }

        #posts-list .meta a,
        #post-content .meta a {
            color: #444;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #posts-list .meta a:hover,
            #post-content .meta a:hover {
                color: #fe8300;
            }

    #posts-list .excerpt {
        margin-bottom: 21px;
    }

    #posts-list .read-more {
        background: #eaeaea;
        padding: 5px 10px;
        text-decoration: none;
        color: #888;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #posts-list .read-more:hover {
            color: #fff;
            background: #fe8300;
        }

/* SIDEBAR ------------------------------------------------------------*/

#sidebar {
    width: 500px;
    float: right;
    margin-top: 23px;
    margin-right: 325px;
}

    #sidebar a {
        color: #444;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #sidebar a:hover {
            color: #fe8300;
        }

    #sidebar h4 {
        margin-bottom: 10px;
    }

    #sidebar .block {
        padding: 16px;
        background: #eaeaea;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        margin-bottom: 24px;
        margin-left: 0px;
    }




/* PAGER ------------------------------------------------------------*/

.pager {
    overflow: hidden;
    display: block;
    font-size: 11px;
    /*margin: 0px 24px 0px 24px;*/
    padding-bottom: 50px;
}

    .pager li {
        display: block;
        margin-right: 5px;
        float: left;
    }

        .pager li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            text-decoration: none;
            color: #484848;
            width: 20px;
            border: 1px solid #ccc;
            line-height: 20px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .pager li.active a,
        .pager li:hover a {
            color: #fff;
            background: #fe8300;
        }

    .pager .paged {
        float: right;
        font-style: italic;
    }


/* CONTACT ------------------------------------------------------------*/


#map {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
}

.address-block li {
    padding-left: 20px;
}

.address-block .address {
    background: url(../../Imagenes/imagesTurinco/icon-address.png) no-repeat top left;
}

.address-block .phone {
    background: url(../../Imagenes/imagesTurinco/icon-phone.png) no-repeat top left;
}

.address-block .mobile {
    background: url(../../Imagenes/imagesTurinco/icon-mobile.png) no-repeat top left;
}

.address-block .email {
    background: url(../../Imagenes/imagesTurinco/icon-email.png) no-repeat top left;
}


.address-block {
    list-style: none;
}

/* FOOTER ------------------------------------------------------------*/


.claus {
    font-size: 9px;
    line-height: 1.5;
}


/* WIDGETS ------------------------------------------------------------*/


.recent-post {
    overflow: hidden;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6);
    width: 70px;
}

.SeparadorinfColor1 {
    float left;
}

.recent-post .thumb {
    display: block;
    float: left;
    line-height: 0em;
    background: #fff;
    padding: 3px;
    /*-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);*/
}

.recent-post .post-head {
    float: left;
    width: 184px;
    margin-left: 7px;
    font-size: 13px;
    line-height: 1.5em;
}


    .recent-post .post-head span {
        display: block;
        font-size: 11px;
        color: #888888;
    }

#ucPlanes_UpdatePanel4 span {
    line-height: 20px;
}

#ucPlanes_UpdatePanel1 span {
    line-height: 20px;
}

#ucPlanes_UpdatePanel3 span {
    line-height: 20px;
}

#ucPlanes_UpdatePanel2 span {
    line-height: 20px;
}
/* Nuevos Uga Styles */

#SeparadorSuperiorInicio {
    margin-top: 30px !important;
    visibility: hidden;
}

.seccionDescripcionHotel {
    width: 100%;
    display: flex;
}

.textoHome {
    width: 45%;
    margin: 10px;
    display: flex;
    align-items: center;
    background: #dbdbdb;
    padding: 8px;
    font-size: 13.5px;
}

.textoImgHome {
    width: 50%;
    margin: 20px;
}

/*.SeparadorSuperior {
    width: 100%;
    height: 5px;
    display: -webkit-box;
    position: relative;
}*/

/*.SeparadorColor1 {
    background: #f7a412;
    width: 100%;
    height: 50.5%;
}*/

/*.SeparadorColor2 {
    background: #63c3d1;
    width: 100%;
    height: 50.5%;
    margin-top: -1px;
}

.SeparadorColor3 {
    background: #8cd3dd;
    width: 100%;
}

.SeparadorColor4 {
    background: #6e6e6e;
    width: 100%;
    height: 12px;
}*/

/*#logo {
    width: 57%;
    margin-left: 35px;
    margin-top: 15px;
    float: left;
}

    #logo img {
        width: 37%;
        float: right;
    }*/

#logo {
    visibility: hidden;
}

    #logo img {
        /*display: none;*/
        margin-left: 50px;
        width: 10%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

#BannerSupGen {
    background: #fff;
}

.MenuSupGen {
    float: right;
    width: 60%;
    margin-right: 50px;
}

#nav {
    background-color: #c39448;
    height: 32px;
    margin-bottom: 0;
    padding: 0 !important;
    float: left;
    width: 100%;
    margin: 0px;
}

    #nav ul {
        list-style-type: none;
        text-align: center;
        font-size: 0;
    }

    #nav > ul li {
        display: inline-block;
        width: 25%;
        position: relative;
        background: #c39448;
    }

    #nav li {
        margin-top: 9px;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
        float: left;
        padding-right: 17px;
    }

        #nav li a {
            text-decoration: none;
            display: block;
        }

            #nav li a:hover, #nav li a:focus {
                background: #c39448;
                color: #000;
            }

        #nav li ul {
            position: absolute;
            width: 0;
            /*overflow: hidden;*/
        }

        #nav li li {
            display: block;
            width: 100%;
            margin-left: 0px;
        }

    #nav .ulPaises {
        display: none;
    }

    #nav .liCiudades {
        display: none;
    }

    #nav li:hover li a, #nav li:focus li a {
        display: block;
        background: #c39448;
        width: 100%;
    }

    #nav li li a:hover, #nav li li a:focus {
        background: #c39448;
    }

    #nav li:hover ul, #nav li:focus ul {
        width: 7.6%;
        z-index: 5;
        margin-left: -59px;
    }

    #nav span {
        color: #000;
        /*font-weight: bold;*/
    }

    #nav li:hover {
        background: #c39448;
        /*transition: 1s;*/
    }

#id0 {
    width: 11% !important;
    Padding-left: 70px !important;
}

#id1 {
    width: 11% !important;
    Padding-left: 19px !important;
}

#id2 {
    width: 11% !important;
    Padding-left: 19px;
}

/* desplegable */

#id3 {
    width: 11% !important;
    Padding-left: 19px;
}

#id4 {
    width: 12% !important;
    Padding-left: 19px;
}

#id5 {
    width: 15% !important;
    Padding-left: 19px;
}

#id6 {
    /*width: 11% !important;*/
    /* margin-left: 17px; */
    border-right: 0px !important;
    Padding-left: 19px !important;
}

.DatosEmpHeader {
    width: 30%;
    float: right;
    top: 30px;
    position: absolute;
    right: 0;
}

.TelefonosHeader {
    color: #878787;
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.SubDatosEmpHeader {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    /*display: none;*/
}

.imgTel {
    width: 10%;
}

.Telefonos {
    color: white;
    float: left;
}

.SubDatosEmpHeader div img:nth-child(2) {
    display: none;
}

.Sub2DatosEmpHeader {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.contenedorRotadorHome {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
}

.buscadorHome {
    position: relative;
    z-index: 1001;
    float: left;
    width: 400px;
    margin-top: 20px;
    margin-left: 0px;
    display: inline-block;
    height: auto;
    margin-right: 213px;
    margin-bottom: 10px;
}

#tabs .ui-tabs-active a {
    border-style: hidden;
}

.Popupsession {
    width: 500px !important;
    height: 250px !important;
}
/* Botones */

.ButtonSubmitGeneral {
    width: 90%;
    background: #2e3192;
    border-radius: 0px;
    height: 25px;
    border: 2px solid white;
    color: white;
    font-size: 17px;
    line-height: 5px;
    float: left;
    position: absolute;
    left: 17px;
}

.BotonBuscadorGeneral {
    position: relative;
    width: auto !important;
    background: #c39448;
    border-radius: 0px;
    border: 0;
    color: black;
    height: 30px;
    padding: 10px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    border: 1px solid #999;
}

.BotResAdminRes {
    position: relative;
    width: 50% !important;
    border-radius: 0px;
    border: 0;
    height: 30px;
    padding: 10px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    background: #c39448 !important;
    border: 1px solid #4c4c4c !important;
    color: black !important;
}

.buscadorInternoTransfer #transfer .BotonBuscadorGeneral {
    width: 20%;
}

.buscadorInterno #InternosBrows .BotonBuscadorGeneral {
    width: 20%;
}

.buscadorHome .BuscadorHotel .BotonBuscadorGeneral {
    width: 100%;
}

.tamañobtn {
    width: 104px;
    height: 28px;
}
/* Cierre Botones */
.barrasessionsuperior {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 38px;
}

.LogosessionSuperior {
    width: 50%;
    position: absolute;
    top: 60px;
    left: 132px;
}

.ContenidosessionSuperior {
    position: absolute;
    bottom: 54px;
}
/* Buscador */
.pestanaVuelos a img {
    position: absolute;
    top: 10px;
    right: 20px;
}

.pestanaHoteles a img {
    position: absolute;
    top: -3px;
    right: -6px;
}

.pestanaPaquetes a img {
    position: absolute;
    top: -5px;
    right: -5px;
}

.pestanaCruceros a img {
    position: absolute;
    top: -1px;
    right: -5px;
}

.pestanaAutos a img {
    position: absolute;
    top: -3px;
    right: -6px;
}

.pestanaExcurciones a img {
    position: absolute;
    top: -1px;
    right: -6px;
}

.pestanaAsistencia a img {
    position: absolute;
    top: -3px;
    right: -6px;
}

.rowText {
    padding: 3px;
    font-size: 13px;
    width: 25%;
    text-align: justify;
    float: left;
}

.rowField {
    padding: 3px;
    font-size: 13px;
    width: 70%;
    text-align: justify;
    float: left;
}

    .rowField input {
        width: 95% !important;
    }

.rowFieldDate {
    width: 58% !important;
    float: right;
}

    .rowFieldDate input {
        width: 74% !important;
    }

.rowDateText {
    margin-top: 9px;
}

.CalendarioBuscador {
    position: relative;
    margin-top: 12px;
    float: right;
    width: 6%;
}

.pestanaVuelos .bcolor1 {
    border-radius: 8px 0px 0px 0px !important;
}

.pestanaAsistencia .bcolor7 {
    border-radius: 0px 0px 0px 8px !important;
}

.HomeCenter {
    width: 670px;
    margin: 0 auto;
    margin-top: 12px;
    max-height: 581px;
}

.HomeCenterPCPP {
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    min-height: 90px;
    float: left;
    background: #F6A412;
    margin-bottom: 5px;
}

.HomeDer {
    width: 25%;
    height: auto;
    float: left;
    margin-top: 45px;
}

.HomeIzq {
    width: 25%;
    height: 250px;
    float: left;
    /*background-color: red;*/
}

.SuscrpcionGeneral {
    float: left;
    width: 67%;
}

    .SuscrpcionGeneral span {
        color: #001F5B;
    }

    .SuscrpcionGeneral .textSuscripcion {
        width: 47%;
        border-radius: 8px;
        text-indent: 92px;
        border: 1px solid #c3c3c3;
    }

    .SuscrpcionGeneral .btnSuscripcion {
        width: 16%;
        height: 29px;
        background-color: #707070;
        color: white;
        font-weight: bold;
        border: none;
    }

#page-content-full .CintaPlanesHome {
    float: left;
}

.DesdeHomeserv {
    left: 60px;
    position: absolute;
    top: 31px;
}

.PriceHomeserv {
    position: absolute;
    left: 107px;
    font-size: 29px;
    color: #28ABE3;
    top: 18px;
}

.MonedaHomeserv {
    left: 149px;
    font-size: 23px;
    color: #28ABE3;
    top: 26px;
    float: right;
    margin-right: 33px;
}

.NombreHomeServ {
    font-size: 13px;
    color: #58595B;
}

.NombrePlanResult {
    font-size: 11px;
    text-align: center;
    color: #58595B;
}

.SeparadorInferiorPlanesResultado {
    height: 5px;
    display: -webkit-box;
    bottom: 0px;
}

.SeparadorInferiorPlanes {
    width: 273px;
    height: 5px;
    display: -webkit-box;
    position: absolute;
    bottom: 0px;
}

.SeparadorinfColor1 {
    background: #fcc90a;
    width: 60%;
}

.SeparadorinfColor2 {
    background: #30b5eb;
    width: 20%;
}

.SeparadorinfColor3 {
    background: #6bb538;
    width: 15%;
}

.SeparadorinfColor4 {
    background: #e32124;
    width: 5%;
}

.featured .PromosHome:nth-child(3) {
    margin-top: 0px;
}

.featured .PromosHome:nth-child(4) {
    margin-top: 0px;
}

.BottomPriceHomeOffers {
    height: 3px !important;
    position: absolute;
    top: 55px;
    left: 39px;
    width: 71% !important;
}

.SecsHome {
    width: 100%;
    height: 50px;
    position: relative;
}

.TresCuInscribaseMini {
    width: 100%;
    display: inline-block;
}

.TresCuInscribaseMini11 {
    margin-top: 100%;
}

.HomeDer .SecsHome:nth-child(2) {
    margin-top: 190px;
}

.HomeDer .SecsHome:nth-child(3) {
    margin-top: 190px;
}

.TresCuInscribaseMini .flexslider {
    height: auto;
    height: 230px;
}

.TresCuInscribaseMini img {
    height: 260px !important;
    max-height: 230px;
}

.TresCuInscribaseMini11 .flexslider {
    height: auto;
    max-height: 404px;
}

.TresCuInscribaseMini11 img {
    height: 450px !important;
    max-height: 404px;
}

.menInfGen {
    height: 30px;
    /*display:inline-block;*/
    float: left;
}

.menInfGenYell {
    background: #fcc90a;
    width: 80%;
}

.menInfGenblue {
    background: #30b5eb;
    width: 12%;
}

.menInfGengreen {
    background: #6bb538;
    width: 5%;
}

.menInfGenred {
    background: #e32124;
    width: 3%;
}

.MenInfrul {
    width: 100%;
    display: inline-block;
    margin-top: -15px;
    margin-left: -395px;
}

.RedesSociales {
    text-align: center;
    margin-top: -47px;
    float: right;
    width: 100%;
    margin-right: -500px;
}

.ContentFooter {
    background: #000;
    height: 70px;
    padding-bottom: 20px;
    margin-top: -8px;
    position: relative;
    visibility: hidden;
}

.MenInfli {
    width: auto;
    float: left;
    margin-top: 25px;
}

#menu1 {
    margin-left: 30%;
}

#menu2 {
    margin-right: 0%;
}

#menu3 {
    margin-right: 0%;
}

.footerGen {
    width: 35%;
    background: transparent;
    float: left;
    height: 176px;
    margin-top: 24px;
}

.FooterBottom1 {
    background: #f2f2f3;
    height: 40px !important;
    width: 100% !important;
}

.LeyesFooter {
    color: #414042;
    font-size: 12px;
}

.FooterCenter1 {
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    width: 28%;
}

.FooterLeft1 {
}

.FooterRight1 {
}

.LeyesFooterConten {
    width: 73%;
    margin: 0 auto;
    text-align: center;
    line-height: 19px;
}

.FondoTitulo {
    background: url(../../imagenes/FondoTitulos.png) no-repeat;
    width: 33%;
    margin-top: 20px;
    margin-left: -5px;
}

.TextoTitulos {
    color: #fff;
    margin-left: 12px;
    font-size: 23px;
    text-align: center;
}

#ResultadosAerolineas {
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

.TituloResumen {
    color: #203c6f;
    width: 38%;
    font-size: 20px;
    text-align: center;
}

.LineaAzulVuelos {
    height: 3px !important;
    top: 186px;
    left: 39px;
    width: 90%;
    display: inherit;
    margin-left: 18px;
    margin-bottom: 12px;
}

.LineaAzulPlanes {
    height: 3px !important;
    top: 186px;
    left: 39px;
    width: 50%;
    display: inherit;
    margin-left: 26%;
    margin-bottom: 12px;
}

.TituloResultadosVuelos {
    text-align: left;
    margin-left: 22px;
    margin-bottom: 6px;
}

.oculto {
    display: none;
}

.Espacio {
    display: inline-block;
    width: 3%;
}

.EspacioTitu {
    display: inline-block;
    width: 25%;
}

.SepRadio {
    display: inline-block;
    margin-right: 63px;
}

.LinkRedes {
    /*float:left;*/
}

.RedesDiv {
    float: right;
    margin-right: 35px;
    margin-top: 70px;
}

.FooterCenter1 a {
    margin-left: 40px;
}

.TelefonosFooter {
    color: #414042;
}

.PhoneFooter {
    width: 100%;
}

.ContactoDiv {
    float: left;
    margin-left: 40px;
    margin-top: 34px;
}

.LineaSeparadora {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 104%;
    margin-left: -5px;
    margin-bottom: 8px;
}

.detalleVuelta .item:nth-child(odd) {
    background-color: #cef0fd;
}

.ContentImagenCabezote {
    margin-top: -48px;
}

.tituloLogin {
    width: 20%;
}

.contentLogin {
    border: 1px solid #ccc;
    width: 99%;
    display: inline-block;
    background: #fff;
}

.LineaVer {
    float: right;
    line-height: 13px;
}

.iconOferta img {
    margin-right: -3.5%;
    float: right;
    margin-top: -0.7%;
}

/*detalle Plan*/

.GaleriaDetalle .flexslider {
    height: 165px !important;
    width: 255px !important;
    margin-top: 4px;
}

.ToursDetails .flex-control-nav {
    left: 10px !important;
}

.GaleriaDetalle img {
    height: 165px !important;
}

.FondoTituloDetallePlan {
    background: url(../../imagenes/cintaDetallePlan-.png) no-repeat;
    margin-left: 19px;
    width: 94%;
}

    .FondoTituloDetallePlan .TextoTitulos {
        text-align: left;
    }

.FondoTituloCruceros {
    background: url(../../imagenes/CintaCruceros.png) no-repeat;
    margin-left: 19px;
    width: 94%;
}

    .FondoTituloCruceros .TextoTitulos {
        text-align: left;
    }

.ContentIfoPlan {
    width: 29%;
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
}

.NombrePlan {
    text-transform: uppercase;
    color: #58595b;
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    margin-left: -26px;
    min-height: 54px;
}

.valorFinal {
    min-height: 93px;
    max-height: 250px;
    overflow: auto;
}

.InfoPlan {
    padding: 17px;
    color: #5a5a5a;
}

.PrecioDesde {
    font-size: 11px;
}

.ValorPlanDetalle {
    font-size: 30px;
}

.referencia {
    display: none;
}

.DetallesDuracion {
    text-align: center;
}

.imagenesEnvios {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 12px;
    height: 142px;
}

    .imagenesEnvios div {
        display: inline-block;
        width: 88px;
        margin-top: 12px;
    }

.DocumentacionDetalles {
    background: url("../../Imagenes/Documentacion.png") no-repeat;
    height: 75px;
    width: 88px;
    border: none;
    cursor: pointer;
    margin-left: 9px;
}

.PDFDetalles {
    background: url("../../Imagenes/Tarifario.png") no-repeat;
    height: 65px;
    width: 65px;
    border: none;
    cursor: pointer;
    margin-left: 19px;
}

.EnviarDetalles {
    background: url("../../Imagenes/Enviar_amigo.png") no-repeat;
    height: 72px;
    width: 88px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 9px;
}

.ItinerarioDetalles {
    background: url("../../Imagenes/Itinerario.png") no-repeat;
    height: 76px;
    width: 88px;
    border: none;
    cursor: pointer;
}

.ContentCotizarGrande {
    height: 60px;
    width: 94.7%;
    float: left;
    margin-left: 24px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.BotonCotizarGrande {
    float: right;
    width: 200px;
    height: 42px;
    text-transform: uppercase;
    background: #30b5eb;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin-top: -1px;
    margin-right: -1px;
}

.SalidasEspeciales {
    width: 94.45%;
    height: 95px;
    border: 1px solid #ccc;
    margin-top: 9px;
    margin-left: 23px;
    background-color: #fcc828;
    display: inline-block;
    display: none;
}

.TituloSalidas {
    font-size: 25px;
    color: #203c6f;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 6px;
    text-transform: uppercase;
}

/*.tabsPlanes input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}*/

.FondoCinta {
    color: #000;
    background-color: #e5e5e5;
    height: 32px;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

    .FondoCinta span {
        text-transform: uppercase;
        font-size: 15px;
        margin-left: 20px;
        line-height: 35px;
    }

.ConReserva {
    text-align: center;
    display: inline-block;
    margin-left: 270px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.FondoCintaConsultaTc {
    color: #fff;
    font-size: 20px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
    background: #000;
    text-align: center;
}

.FondoCintaTc {
    color: #fff;
    font-size: 20px;
    width: 100%;
    margin-top: 12px;
    background: #000;
    text-align: center;
}

.BotonBuscadorPagoLinea {
    position: relative;
    width: 15%;
    float: inherit;
    background: #c39448;
    border: none;
    color: black;
    height: 30px;
    font-size: 15px;
    line-height: 5px;
    border: 1px solid #4c4c4c !important;
    font-style: italic;
    margin-bottom: 3px;
    cursor: pointer;
}

.BotonPagarLinea {
    position: relative;
    width: 15%;
    float: right;
    background: #c39448;
    border: none;
    color: black;
    height: 30px;
    font-size: 15px;
    line-height: 5px;
    border: 1px solid #4c4c4c !important;
    font-style: italic;
    margin-bottom: 10px;
    margin-right: 85px;
    cursor: pointer;
}

.BotonPagoLinea {
    position: relative;
    width: 40%;
    background: #c39448;
    border: none;
    color: black;
    height: 30px;
    font-size: 15px;
    line-height: 5px;
    border: 1px solid #4c4c4c !important;
    font-style: italic;
    margin-bottom: 10px;
    cursor: pointer;
}

.VentanaConfirmacionPagoLinea {
    background: white;
    text-align: center;
    height: 95px;
    padding: 10px;
}

.VentanaPagoLinea {
    background: white;
    text-align: center;
    height: 95px;
    padding: 10px;
}

.infoTC {
    width: 100%;
    float: left;
}

#frmPago {
    margin-left: 80px;
}

#frmTarjeta {
    margin-left: 80px;
}

#txtBancoEmisor {
    margin-bottom: 25px;
}

#gvPax {
    text-align: center;
    width: 100%;
}

.tblPagoLinea {
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.ImgBanners img {
    width: 100%;
    height: 230px;
    margin-top: 7px;
}

.InfoQuienes {
    color: #58595b;
    width: 100%;
    text-align: justify;
}

.InfoSocios {
    width: 82%;
    padding: 78px;
}

.contenedorQuienesNosotros, .contenedorQuienesServicios, .contenedorQuienesContacto, .contenedorQuienesGrupos {
    width: 560px !important;
    text-align: justify;
    padding: 0 10px;
}

/*Tabs Planes*/
/*#lista
{
    position: absolute;
}*/

#pestanas li {
    float: left;
    margin: 0px 2px -2px -0px;
    background: #939598;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #fff;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
}

#pestanas a:link {
    text-decoration: none;
    color: #fff;
}

#contenidopestanas {
    clear: both;
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 1px solid #ccc;
    width: 91%;
    margin-left: 41px;
    min-height: 472px;
    color: #808082;
    font-size: 12px;
}

.BtnCotizarPlan {
    position: relative;
    width: 32%;
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
    float: right;
}

.BtnreservarPlan {
    position: relative;
    width: 100%;
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
    float: right;
}

#txtDestinoHotel {
    width: 88% !important;
}

#ucContactenos_banner1 img {
    width: 100%;
    height: 454px;
}

.textoEncabezadoContacto {
    margin-left: 24px;
}

#ucLogin_UcRegistroT1_btncrear {
    background-color: #30b5eb;
    color: #fff;
    height: 31px;
    width: 21%;
}

.FondoTituloConfirmacion {
    margin-left: 44px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #1ebaed;
    margin-top: 34px;
}

.ContentresultadoPlan figure {
    display: inline-block;
    margin: 0 auto;
    float: left;
    margin-left: 16px;
    margin-bottom: 34px;
    margin-top: 18px;
}

    .ContentresultadoPlan figure img {
        width: 250px;
        height: 208px;
    }

.ContentRecordar {
    height: auto;
    padding-left: 20px;
    float: left;
}

.camposRecordar {
    float: left;
    width: 50%;
}

.imagenCategoria .imgCate {
    width: 49%;
    height: 24px;
    margin-top: 65px;
    margin-left: 62px;
}

.textoFormasPago .Titulo {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.textoFormasPago .Descripcion {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
/* Nuevos Omitar */
#btnRegresar {
    float: right;
    width: 20%;
    line-height: 5px;
    margin-right: 10px;
}

#ucDetalleHotel_bReservar {
    float: right;
    width: 20%;
    line-height: 5px;
}

.NumeritosPags {
    display: inline-block !important;
    margin-left: 0px;
}

#ucReservaHotel_lblGarantia {
    font-size: 13px;
    display: block;
    width: 90%;
    text-align: justify;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #c3c3c3;
    margin-left: 9px;
}

#ucReservaHotel_btnFinalizar {
    float: right;
    width: 20%;
    margin-right: 5px;
    line-height: 5px;
}

.encabezadoReservaHoteles {
    background-color: #34B0E4;
    margin-top: 0px;
    height: 16px;
    color: white;
    font-size: 25px;
    padding: 25px;
}

.CondicionesHoteles {
    background: white;
    width: 450px;
    height: 400px;
    border: 1px solid black;
}

.tarifasquemadas {
    padding: 16px;
    width: 95%;
    text-align: justify;
    border: 1px solid #c3c3c3;
    margin-left: 9px;
    height: 337px;
}

    .tarifasquemadas ul {
        margin-left: 22px;
    }

.titulocondihotel {
    width: 96.5%;
    background-color: #34B0E4;
    height: 31px;
    padding: 8px;
    color: white;
    font-size: 20px;
    line-height: 21px;
}

.tarifasdesdewebserv {
    width: 97.8%;
    background-color: #cdcdcd;
    color: black;
    padding: 5px;
}

.Lblcheckhotelescond {
    width: 100%;
}

    .Lblcheckhotelescond input {
        width: 6%;
    }

.nomostrarportextios {
    display: none;
}

#ucReservaHotel_btnHide {
    width: 31%;
    line-height: 5px;
    float: left;
    margin-left: 32%;
}

.politicas {
    text-decoration: none;
    cursor: default;
}

.contenidoContactenos {
    background-color: white;
}

    .contenidoContactenos input {
        width: 30%;
        line-height: 5px;
        margin-left: 30%;
    }

.desayunoResGen {
    /*left: 181px;
    top: 28px;*/
}

.DesTabRes {
    float: left;
}

.ArribarptHotRes {
    width: 103.5%;
    height: 10px;
    background-color: #28ABE3;
    float: left;
    margin-left: -10px;
    margin-top: -11px;
    display: none;
}

.ArribarptHotDet {
    height: 10px;
    width: 108.5%;
    background-color: #28ABE3;
    float: left;
    margin-left: -25px;
    margin-top: -25px;
}

.ArribarptHotDetP {
    width: 108.5%;
    height: 25px;
    background-color: #28ABE3;
    float: left;
    margin-left: -25px;
    margin-top: -25px;
}

.buscadorInterno #hoteles .hotel_f div:nth-child(3) {
    width: 126px;
}

.PopUpHideInfo {
    background: black;
    color: white;
    padding: 5px;
    position: absolute;
    display: none;
    width: 126px;
    text-align: center;
    top: 63%;
    right: 20px;
}

.PopUpShowInfo:hover .PopUpHideInfo {
    display: block;
}

.PopUpShowInfo {
    top: 11px;
    float: right;
}

.StyleErrorDate {
    float: left;
}

.nuevoHoteles {
    width: 100%;
}

.PrecioCotzd {
    border-top: 1px dashed #c3c3c3;
    border-bottom: 1px dashed #c3c3c3;
    float: left;
    width: 106%;
    margin-left: -19px;
}

.TituloPrice1 {
    color: #34B0E4;
    margin: 0 auto;
    float: left;
    margin-left: 27%;
    font-size: 19px;
}

.PriceDivgen {
    margin-left: 83px;
}

.Price112 {
    color: #737272;
    font-weight: bolder;
    font-size: 25px;
}

.TextoAdverHusos {
    color: red;
}

.CounterHabs2 {
    background: #34B0E4;
    color: White;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    margin-top: -5px;
    margin-left: -5px;
}

#ucReservaHotel_Div1 {
    width: 100%;
}

#ucReservaHotel_DivEfe {
    width: 100% !important;
}
/*.ac_even {
    display: none !important;
}*/
.ac_ciudHot {
    display: none;
}

.Hotelsdiv1 {
    width: 99.8%;
    border: 1.5px dashed #c3c3c3;
    height: 204px;
    border-top: none;
}

.filtrowords {
    margin-top: 0px !important;
}

#resultadoshotel_btnNext {
    float: right;
    margin-top: 33px;
}

.PagerNewhot {
    width: 85%;
    max-height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    margin-top: 27px;
}

.NewfieldDesayunos {
}

/*.panelResultadosHotelFiltros
{
    position: absolute;
    top: 6%;
    left: -333px;
    width: 50%;
}

.tituloResultadosfiltro
{
    background-color: #28ABE3;
    padding: 5px;
    color: white;
    font-weight: bold;
}*/

.alignleftstream {
    position: relative;
    margin-top: -26px !important;
}

.ReservaNewstyle1 {
    width: 65%;
}

.datosDePasajeros3 {
    width: 100%;
}

.botonBuscadorReservarHotel {
    line-height: 5px !important;
}

#ucReservaHotel_Button1 {
    margin-top: -48px !important;
    color: #28ABE3;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    background-image: -webkit-linear-gradient(top, #FFF, #CCC);
    background-image: -moz-linear-gradient(top, #FFF, #CCC);
    background-image: -ms-linear-gradient(top, #FFF, #CCC);
    background-image: -o-linear-gradient(top, #FFF, #CCC);
    background-image: linear-gradient(top, #FFF, #CCC);
    border: 1px solid #b9d3e9;
    border-bottom: 1px solid #2c4358;
    -webkit-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -moz-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -ms-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -o-box-shadow: inset 0 1px 0 0 #b9d3e9;
    box-shadow: inset 0 1px 0 0 #b9d3e9;
    height: 33px;
    line-height: 5px;
}

#ucReservaHotel_Panel3 {
    border: 1.5px solid #28ABE3;
}

.botonBuscadornewall {
    color: #28ABE3;
    text-decoration: underline;
}

#ucReservaHotel_Panel2 {
    border: 1.5px solid #28ABE3;
}

/*.Botonestrellitas input
{
    display: block;
    width: 14px;
    margin-top: 70px;
}

.Botonestrellitas tbody tr td:nth-child(2)
{
    display: block;
}

.classnewbtnfilter
{
    width: 100px;
    float: left;
    margin-left: 5px;
}

.classnewbtnfilter2
{
    width: 100px;
    float: right;
    margin-right: 5px;
}*/

.TituloDetalleHotelNew {
    position: absolute;
    top: 101px;
    left: 60%;
    background: white;
    color: #28ABE3;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    width: 305px;
    height: auto;
    line-height: 30px;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.galeriaHotel img {
    width: 100% !important;
}

.titulo {
    width: 30%;
    margin-top: 9px;
}

.forma {
    width: 70%;
    float: left;
}

.formaBuscarnewone {
    width: 83%;
}

.datenewone {
    width: 83%;
    background: white;
    height: 20px;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    padding: 3px 6px;
}

#ucBuscador_ucBuscadorHotel1_cmbNoches {
    width: 91%;
    height: 26px;
    background: white !important;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    padding: 3px 6px;
}

.habitacionColumna table {
    width: 100%;
}

    .habitacionColumna table thead {
        display: block;
        width: 30%;
        float: left;
        margin-left: -5px;
    }

    .habitacionColumna table tbody {
        width: 70%;
        float: left;
    }

        .habitacionColumna table tbody select {
            width: 288%;
            display: block;
        }

.forma > input, .forma > select {
    height: 20px;
    background: white !important;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    padding: 3px 6px;
}

#tablaHabitacionesHoteles {
    width: 100%;
    margin-left: -16px;
}

    #tablaHabitacionesHoteles tbody .fila td div select {
        width: 90%;
    }

.BodyHoteles {
    background: #f2f2f3;
}

.tituloBlancoHoteles {
    color: #203c6f;
    position: relative;
    margin-top: -43px;
    margin-left: 20px;
    font-size: 23px;
    font-weight: bold;
}

.tituloResultadosHotelesNew {
    float: left;
    width: 25%;
    padding: 17px;
    font-size: 23px;
}

.BottomTitleHotels {
    width: 100%;
    margin-top: 5px;
    padding-top: 27px;
}

.tituloResultadosHotelesNew span {
    padding-bottom: 0px;
    position: absolute;
    color: #333333;
}

.panelResultadosHotelFiltros {
    margin-left: 7px;
    margin-top: 199px;
    background-color: white;
    height: 260px;
    margin-bottom: 52px;
}

.tituloResultadosfiltro {
    padding: 10px;
    color: #203c6f;
    border: 1.5px dashed #c3c3c3;
    font-size: 20px;
    border-bottom: 0;
    border-top: none;
}

.Botonestrellitas input {
    display: block;
    width: 14px;
    margin-top: 0px;
    margin-left: 40px;
}

.alineacionIzquierda2 {
    padding: 5px;
    display: block;
    margin-left: 40px;
}

    .alineacionIzquierda2 select {
        width: 325px !important;
        float: right;
    }

    .alineacionIzquierda2 span {
        margin-top: 7px;
        float: left;
    }

.filtrowords span {
    float: left;
    margin-left: 45px;
    margin-top: 11px;
}

#resultadoshotel_txtnombrehotel {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    width: 72%;
    margin-left: 13px;
}

#resultadoshotel_btnenviar {
    float: left;
    margin-left: 62%;
    margin-top: 0px;
}

#resultadoshotel_btnlimpiar {
    float: right;
    margin-top: 0px;
    margin-right: 9px;
}

.btnfiltrohot {
    position: relative;
    width: 16%;
    /* right: 35px; */
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
    text-align: center;
}

.btnresehot {
    position: relative;
    width: 20%;
    /* right: 35px; */
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
    text-align: center;
}

#resultadoshotel_btnBack {
    float: left;
    margin-top: 33px;
}

.BarraCols {
    float: right;
}

.contentCotizar {
    width: 500px;
    display: inline-block;
    padding: 20px;
    background: #fff;
    position: relative;
    color: #58595b;
    max-height: 500px;
    overflow-x: hidden;
}

    .contentCotizar input {
        height: 10px;
        width: 50%;
    }

    .contentCotizar .btnCerrar {
        right: -100px;
        height: 20px;
    }

    .contentCotizar .BtnCotizarPlan {
        height: 33px;
        width: 22%;
        float: left;
    }

.contacten {
    height: initial;
}

.buscadorInterno #hoteles .hotel_f #ucBuscador_ucBuscadorHotel1_cmbNoches {
    width: 179%;
    margin-left: 51px;
}

.buscadorInterno #hoteles .hotel_f div:nth-child(4) .titulo {
    float: none;
}

.buscadorInterno #hoteles .hotel_f div:nth-child(4) .forma {
    position: absolute;
    top: 121px;
    left: 149px;
    width: 53%;
}

.leftImgHot {
    width: 234px;
    margin-left: 0px;
    height: 190px;
    margin-top: 0px;
}

    .leftImgHot img {
        width: 100% !important;
        height: 100% !important;
    }

.SeparadorInferiorHots {
    width: 100%;
    height: 5px;
    display: -webkit-box;
    position: relative;
    margin-top: -5px;
}

.new_boder {
    width: 75%;
    float: right;
    margin-top: -190px;
    height: 236px;
    /*    border-bottom: 1px solid #c3c3c3;*/
    margin-right: 0px;
}

.EstrellasCont {
    margin: 0 auto;
    width: 25%;
}


/*Diseño resultado plan*/

.FlechaPaquetes {
    background: url(../../../App_Themes/Imagenes/FlechaPaquetes.png)no-repeat;
}

.ContenedorPlanes {
    background: #ff6673;
    margin-left: 24px;
}

.TextoBuscador {
    display: inline-block;
    color: #FFF;
    margin-left: 18px;
}

.ContentresultadoPlan {
    margin-left: 68px;
    /*background: #f2f2f3;*/
    float: left;
    width: 90%;
}

.resulplan {
    margin-right: 32px;
    width: 101%;
    margin-bottom: 2px;
    /* min-height: 300px; */
    height: auto;
    float: right;
}

.planesTransfer {
    width: 100%;
    margin-bottom: 7px;
    height: auto;
    float: right;
    margin-right: 6px;
    margin-top: 20px;
}

.planesExcursiones {
    margin-bottom: 12px !important;
    margin-top: 22px;
    float: left;
    width: 99%;
}

.planesAdmisiones {
    margin-bottom: 12px !important;
    margin-top: 22px;
    float: right;
    width: 125%;
    margin-right: -250px;
}

.duracionPlan {
    font-size: 12px;
    color: #58595B;
}

.imgCategoriaPlan img {
    width: 46% !important;
    height: 22px !important;
}

#ucReservaTour_cbAcepto {
    width: 12px;
}

.vuelo .iconOferta img {
    display: none;
}

.TituloPaquetes {
    margin-top: 12px;
    margin-left: 81px;
}

.ContentValor .valor {
    font-size: 30px;
}

.CintaOfertas {
    margin-left: 78px;
    width: 19%;
}

/*.contenidoIngresar .BotonBuscadorGeneral {
    height: 32px !important;
    background-color: #f7a412;
}*/

/*-----------------------------*/
.DesplegableIntern:hover {
    display: block;
}

.DesplegableIntern {
    display: none;
}
/*Desplega Zonas1*/
#id1 .liZonas1:hover .ulPaises {
    display: block;
}

#id1 .liZonas1 .ulPaises .liPaises {
    margin-left: 110px;
    margin-top: -48px;
}

    #id1 .liZonas1 .ulPaises .liPaises a {
        width: 53px;
    }

    #id1 .liZonas1 .ulPaises .liPaises:hover > .ulCiudades li.liCiudades1 {
        display: block !important;
    }

    #id1 .liZonas1 .ulPaises .liPaises .ulCiudades {
        display: none;
    }
/*Desplega Zonas2*/
#id1 .liZonas2:hover .ulPaises {
    display: block;
}

#id1 .liZonas2 .ulPaises .liPaises {
    margin-left: 110px;
    margin-top: -48px;
}

    #id1 .liZonas2 .ulPaises .liPaises a {
        width: 53px;
    }

    #id1 .liZonas2 .ulPaises .liPaises:hover > .ulCiudades li.liCiudades1 {
        display: block !important;
    }

    #id1 .liZonas2 .ulPaises .liPaises .ulCiudades {
        display: none;
    }

/*Desplega Zonas3*/
#id1 .liZonas3:hover .ulPaises {
    display: block;
}

#id1 .liZonas3 .ulPaises .liPaises {
    margin-left: 110px;
    margin-top: -48px;
}

    #id1 .liZonas3 .ulPaises .liPaises a {
        width: 53px;
    }

    #id1 .liZonas3 .ulPaises .liPaises:hover > .ulCiudades li.liCiudades1 {
        display: block !important;
    }

    #id1 .liZonas3 .ulPaises .liPaises .ulCiudades {
        display: none;
    }
/*Desplega Zonas4*/
#id1 .liZonas4:hover .ulPaises {
    display: block;
}

#id1 .liZonas4 .ulPaises .liPaises {
    margin-left: 110px;
    margin-top: -48px;
}

    #id1 .liZonas4 .ulPaises .liPaises a {
        width: 53px;
    }

    #id1 .liZonas4 .ulPaises .liPaises:hover > .ulCiudades li.liCiudades1 {
        display: block !important;
    }

    #id1 .liZonas4 .ulPaises .liPaises .ulCiudades {
        display: none;
    }


td.alineacionCentro span {
    width: 100%;
    position: relative;
    margin-top: 44px;
}

#ucBuscador_UcBuscadorPlan1_UpdatePanel5 label, #ucResultadoPlanes_UpdatePanel5 label {
    line-height: 32px;
    margin-left: 12px;
}

#ucBuscador_UcBuscadorPlan1_UpdatePanel5 input, #ucResultadoPlanes_UpdatePanel5 input {
    width: 13px;
    float: left;
    margin-left: 16px;
}

#ucResultadoPlanes_UpdatePanel5 .CheckBloqueos, #ucResultadoPlanes_UpdatePanel5 .CheckOfertas {
    width: 13%;
    color: #fff;
}

#ucBuscador_UcBuscadorPlan1_Div1 {
    display: none;
}

.CheckBloqueos, .CheckOfertas {
    width: 40%;
    display: inline-block;
}

.ContenedorNinosEdades {
    float: right;
    margin-right: 19px;
    width: 204px;
}

    .ContenedorNinosEdades select {
        width: 53px !important;
        display: inline-block;
        margin-left: 4px;
        padding: 4px;
    }

.buscadorHome .ContenedorNinosEdades {
    width: 120px !important;
    margin-bottom: 10px;
}

    .buscadorHome .ContenedorNinosEdades select {
        width: 48px !important;
    }

    .buscadorHome .ContenedorNinosEdades label {
        /*width: 40px;
        padding-bottom: 13px;*/
    }

.AdventenciaHoteles {
    font-size: 10px;
}

.BottomBusadorhoteles {
    margin-top: -30px;
}

.prebboking {
    float: left;
    /*border: 1px solid #999;*/
    margin-top: 5px;
    /*    width: 67%;
*/ margin-bottom: 5px;
    margin-left: 5px;
}

.condiperRoom {
    padding: 5px;
    /*    width: 99%;
*/ float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5px;
}

    .condiperRoom label {
        /*    width: 95%;
    */ float: left;
    }

.genPagoshotels {
    float: left;
    width: 92.5%;
    margin-top: 4px;
    /* display: none; */
    margin-left: 5px;
    margin-top: 6px;
}

/* Estilos generales aplicados para generales*/

.resultadoDetalleHoteles {
    width: 72% !important;
    float: right !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.blancohotelesDetail {
    color: #203c6f;
    position: relative;
    margin-top: 0px;
    margin-left: 2px;
    font-size: 23px;
    font-weight: bold;
}

.Newboxside {
    margin-top: -14px;
}

.resultadoImg img {
    width: 320px !important;
    height: 210px !important;
}

.TituloDetalleHotelNew {
    position: absolute;
    top: 1px;
    left: 35%;
    background: white;
    color: #5F594F;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: bold;
    width: 305px;
    height: auto;
    line-height: 30px;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.detalleHotelDescripcion {
    top: 5%;
    width: 100%;
    left: 36%;
}

.tituloTablaHotel {
    font-size: 10px;
    line-height: 13px;
    width: 100%;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    color: #28ABE3;
    font-size: 15px;
}

.resultadoDetalleHoteles .full.left_normal .lineaHotel:nth-child(odd) {
    background: #DFEFDB;
}

.inner_box_side .botonBuscador {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
    background-color: #53B2CC;
    min-height: auto;
}

.tituloSeccionNoticias {
    position: relative;
    float: left;
    overflow: hidden;
    font-family: verdana, Helvetica, sans-serif;
    font-weight: lighter;
    background: transparent;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #2fb8ec;
    padding: 0;
    padding-left: 0px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

#ucDetalleHotel_pMapa iframe {
    width: 100%;
}

.lineaHotel {
    font-size: 10px;
    line-height: 13px;
    width: 93%;
    float: left;
    line-height: 30px;
    height: 25px;
    border-bottom: 1px dotted gray;
}

.desayunoResGen {
    margin-top: 2px;
}

.alignleftstream {
    position: relative;
    margin-top: -16px !important;
}

.lineaHotel .campo1 {
    width: 70%;
}

.tituloTablaHotel .titulo1 {
    width: 65%;
    float: left;
    color: #000;
    text-align: left;
}

.newotherlio {
    width: 91% !important;
    margin-left: 48px;
    float: left;
    position: relative;
    margin-top: -19px;
    height: 108px;
}

.descripcionHotelBtn {
    position: absolute;
    background-color: #74B823;
    width: 95px;
    font-size: 15px;
    text-align: center;
    top: 156px;
    left: 88.3%;
    color: white;
    margin-top: 15px;
}

.Newfortitle {
    margin-top: -14px;
    margin-left: 105px;
}

.Newforprices {
    position: relative;
    top: -127px;
    left: 23%;
    font-size: 16px !important;
}

#ucDetalleHotel_lblDescripcion {
    font-size: 12px;
}

.datosDePasajeros {
    width: 66%;
    border: none;
    margin-bottom: 15px;
    display: inline-block;
    box-sizing: border-box;
}

.panelDerechoReservaVuelos {
    border: solid 1px #9c9c9c;
    margin-bottom: 15px;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    margin-right: 5px;
    width: 300px;
    margin-left: 20px;
    background-color: #fff;
}

.encabezadoReservaHoteles {
    background-color: #34B0E4;
    margin-top: 0px;
    height: 16px;
    color: white;
    font-size: 25px;
    padding: 25px;
}

.encabezadoReservaHoteles {
    background-color: #34B0E4;
    margin-top: 0px;
    height: 16px;
    color: white;
    font-size: 25px;
    padding: 25px;
}

.descripcionHotelBtn a {
    text-decoration: underline;
    color: white;
}

.descripcionHotelBtn a {
    text-decoration: none;
    color: white;
}

.datosDePasajeros .titulo {
    width: 34%;
    box-sizing: border-box;
    /* padding: 0 15px; */
    margin-left: 5px;
    line-height: 30px;
    color: white;
    background: url(../../imagenes/FondoTitulos.png) no-repeat;
    text-align: center;
    font-size: 17px;
    text-align: center;
    margin-top: 0px;
}

.panelDerechoReservaVuelos .reservaTituloVuelosTarjeta {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 30px;
    color: white;
    background: url(../../imagenes/FondoTitulos.png) no-repeat;
    text-align: center;
    font-size: 15px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    overflow: hidden;
}

.datosDePasajeros3 {
    width: 100% !important;
}

.btnCancelar {
    color: #5e8dbf !important;
    background: #d9d9db;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 175px;
}

.botonesReservatransfer .btnCancelar {
    background: none;
    text-decoration: underline;
    color: black !important;
    padding: 0;
    width: 120px;
    margin: 0;
    font-weight: normal;
}

#ucReservaHotel_btnFinalizar {
    cursor: pointer;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    width: 500px !important;
    padding: 0px !important;
    height: 400px !important;
}

#div_Cortinilla {
    height: 110px !important;
    width: 350px !important;
    left: 13%;
    padding: 0px !important;
    overflow: hidden;
}

    #div_Cortinilla img {
        width: 100%;
        height: 100%;
    }

#ucReservaHotel_btnContinuar {
    margin-top: -69px !important;
    margin-left: 96px;
}

.newonetitleono {
    margin-left: 0%;
    color: black;
    width: 19%;
    float: none;
    margin-bottom: 3px;
    margin-top: 42px;
    font-size: 12px;
}

.tituloTablaHotel .titulo1 {
    width: 65%;
    float: left;
    font-size: 18px;
    color: #53B2CC;
    text-align: left;
}

.tituloTablaHotel .titulo2 {
    width: 10%;
    float: left;
    text-align: center;
    color: #53B2CC;
    font-size: 18px;
}

.inner_box_side .lineaHotel:nth-child(even) {
    background-color: red;
}

.DesTabRes {
    float: left;
    height: 25px !important;
    display: block;
    border-bottom: 1px dotted gray;
}

.inner_box_side .DesTabRes:nth-child(odd) {
    background-color: #cef0fd;
}

.inner_box_side .lineaHotel:nth-child(even) {
    background-color: #cef0fd;
}

.PopUpShowInfo {
    top: 11px;
    float: right;
    margin-top: -8px;
}

#Hoteles {
    width: 100%;
    margin: 0;
    padding: 0;
}

h1.msg-search {
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
}

.resultadoDetalleHoteles .full.left_normal .newLineHotel:nth-child(odd) {
    background: #cef0fd;
}

.resultadoDetalleHoteles .full.left_normal .newLineHotel:nth-child(even) {
    background-color: white;
}

.panelIzquierdo {
    float: left;
    width: 100%;
}

    .panelIzquierdo #banner-slide {
        margin-top: 15px;
    }

.genleftDetailsHotels {
    float: left;
    width: 28%;
}

    .genleftDetailsHotels #banner-slide {
        margin-top: 10px;
    }

    .genleftDetailsHotels .buscadorInternoDetalleHot #hoteles {
        width: 68%;
    }

.botonBuscadorHotel {
    position: relative;
    width: 100%;
    /* right: 35px; */
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
}

.Newtitlestyle {
    width: 30%;
    float: left;
}

.resumenHoteles span:nth-child(1) {
    margin-right: -87px;
}

.resumenHoteles > span {
    float: left;
    top: 0;
    width: 50%;
}

.panelResultadosHotelFiltros {
    margin-left: 7px;
    margin-top: 190px !important;
    background-color: white;
    height: 189px;
    margin-bottom: 13px;
}

.Hotelsdiv1 {
    width: 99.8%;
    border: 1.5px solid #c3c3c3 !important;
    height: 157px;
    border-top: none;
}

.tituloResultadosfiltro {
    padding: 10px;
    color: #203c6f;
    border: 1.5px solid #c3c3c3 !important;
    font-size: 20px;
    border-bottom: none !important;
    border-top: none;
}

.Newforprices span:nth-child(2) {
    position: absolute;
    left: 15%;
    top: -18px;
    color: #53B2CC;
}

.Newforprices span:nth-child(3) {
    position: absolute;
    left: 21%;
    top: -18px;
    color: #53B2CC;
}

.buscadorInternoDetalleHot input {
    height: 24px !important;
}

#resultadoshotel_ucResultadoHotelesPropios1_dtlOfertas_ctl01_ucTarifasHoteles1_PanelHotelRot .contenedorPopUpCondiciones {
    display: none;
}

#resultadoshotel_ucResultadoHotelesPropios1_dtlOfertas_ctl01_ucTarifasHoteles1_panelventana .ventana4 {
    display: none;
}



/*diseño barras*/

/*::-webkit-scrollbar{
  width: 4px;
  background: #dbe8ec;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 1px;
}
::-webkit-scrollbar-track{
  background:#3c454e;
  border:thin solid #1a1f25;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top, #5aafb0, #4ca06d);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top, #4ca06d, #5aafb0);
}
/ Pseudo-clase /
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(77,161,112,.6);
}*/

/*Fin diseños barras*/

.ValorDesdeHoteles {
    text-align: right;
    width: 100%;
    display: inline-block;
}

    .ValorDesdeHoteles span {
        color: #2fb8ec;
        text-transform: uppercase;
        text-align: center;
    }

    .ValorDesdeHoteles .Valor {
        font-size: 30px;
        margin-right: 22px;
    }

    .ValorDesdeHoteles .Moneda {
        font-size: 20px;
    }

    .ValorDesdeHoteles img {
        width: 25%;
        margin-left: 5px;
    }


.hotelesPropios .tituloCotizador {
    background: #fff;
}

.hotelesPropios .celdaBaseCotizador {
    background-color: #cef0fd;
    height: 28px;
    line-height: 25px;
    width: 23% !important;
}

.hotelesPropios .filaCotizador {
    border-bottom: none;
}

.hotelesPropios #rbTarifa input {
    margin-top: 0px;
    margin-left: 13px;
}

.BotonVerMasHots {
    position: relative !important;
    width: 75% !important;
    border: 1px solid #744E29 !important;
    color: white !important;
    height: 26px !important;
    font-size: 12px !important;
    line-height: 5px !important;
    float: left !important;
    border-radius: 3px !important;
    margin-left: 7px !important;
    margin-right: 5px !important;
    /*text-transform: uppercase;*/
    text-indent: -5px;
    background: -moz-radial-gradient(ellipse at center, #744E29 0%,#744E29 100%);
    background: -webkit-radial-gradient(ellipse at center, #744E29 0%,#744E29 100%);
    background: radial-gradient(ellipse at center, #744E29 0%,#744E29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#323232',GradientType=1 );
    cursor: pointer;
    font-weight: bold;
}

.BotonVerMasTours {
    position: relative !important;
    width: 20% !important;
    border: 1px solid gray !important;
    color: white !important;
    background: black;
    height: 26px !important;
    font-size: 10px !important;
    line-height: 5px !important;
    float: left !important;
    border-radius: 4px !important;
    margin-left: 7px !important;
    margin-right: 5px !important;
    text-transform: uppercase;
    text-indent: -5px;
    font-style: italic;
    display: none;
}

#DetalleHotel {
    width: 100%;
    position: relative;
    float: left;
}

.FotoHotel {
    width: 20%;
    float: left;
    height: 152px;
    border: 1px solid #a6a6a6;
    margin-top: 10px;
    margin-left: 10px;
}

    .FotoHotel img {
        width: 100%;
        height: 100%;
    }

.GaleriaHotel {
    width: 100%;
    border: 1px solid #c3c3c3;
    margin-top: 5px;
    float: left;
}

.ImgGalHotel {
    width: 25%;
    height: 119px;
    float: left;
}

.FotoHotelInd {
    width: 90%;
    height: 90px;
    margin-left: 8px;
}

    .FotoHotelInd img {
        width: 100%;
        height: 100%;
    }

.DescriptionIndFoto {
    font-size: 12px;
    text-align: center;
    color: #a6a6a6;
    padding-top: 2px;
}

.SuperiorHotel {
    border: 1px solid#c3c3c3;
    float: left;
    height: 172px;
    width: 100%;
    background: #D0EBF2;
}

.AmenitiesHotel {
    float: left;
    margin-top: 0px;
    width: 100%;
    padding-left: 5%;
    list-style: inherit;
    margin-bottom: 0px;
}

.AmenitiesEspHotel {
    width: 50%;
    float: left;
}

.NombresTitlesWeards {
    background-color: #1ebaed;
    width: 100%;
    color: white;
    float: left;
}

.AmenitiesHotel .NombresTitlesWeards {
    width: 103.6%;
    margin-left: -40px;
}

.NombreHotel {
    width: 75%;
    text-align: right;
    padding-right: 2px;
    float: right;
    color: black;
    font-size: 16px;
    padding-left: 5px;
    font-style: italic;
    text-transform: uppercase;
    margin-right: 5px;
}

.EstrellasDetHotel {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
}

.DireccionHotel {
    width: 75%;
    text-align: right;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.DescrDetHotel {
    width: 77.4%;
    float: left;
    height: 105px;
    overflow: auto;
    text-align: justify;
    padding: 5px;
    color: black;
    font-size: 12px;
}

.TituloBuscadorhotel {
    /*    width: 100%;*/
    margin-top: 8px;
    padding: 3px 0px;
}

#txtSalidaHotel, .fechaAdmiciones, .fechasTransfer, .fechaExcursiones {
    width: 90% !important;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    background-image: url("../../Imagenes/calendario.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 5px;
    margin-top: 0px;
    height: 25px;
    font-size: 10.5px;
}

#txtLlegadaHotel {
    width: 90% !important;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    background-image: url("../../Imagenes/calendario.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 5px;
    margin-top: 0px;
    height: 25px;
    font-size: 10.5px;
}

#lbl5 {
    margin-left: 8px;
}

#lbl6 {
    margin-left: 5%;
}

#lbl7 {
    margin-left: 10%;
}

.BottomBusadorhoteles {
    float: left;
}

.buscadorHome .BuscadorHotel .BottomBusadorhoteles {
    float: right;
    margin-right: 20px;
}

#edadNinosHoteles {
    position: relative;
    float: right !important;
    margin-right: 6px;
}

.AdtGenSel {
    width: 34% !important;
    float: left;
    position: relative;
    margin-left: 5%;
    padding: 3px 3px;
}

.chdGenSel {
    width: 32% !important;
    float: left;
    position: relative;
    margin-left: 8%;
    padding: 3px 3px;
}

.PasajerosHotelTitular {
    width: 85%;
    float: left;
}

.buscadorHome .PasajerosHotelTitular {
    width: 68%;
    float: right;
}

#dialogHotelBooking {
    /*display: block !important;*/
    background-color: red;
    width: 60%;
    height: 250px;
    text-align: center;
    padding: 13px;
    color: white;
}

#FormReserva {
    border: 1px solid black;
    padding: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: 97%;
}

.FormReserva {
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.FieldBook {
    width: 35%;
    margin-left: 5px;
    height: 20px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.LbltitleBook {
    position: absolute;
    margin-top: -17px;
    margin-left: 29px;
}

.FieldBookMenor {
    width: 7px;
}

#ReservarHotels {
    height: 48px;
    width: 40%;
    margin-top: 3%;
    margin-right: 3%;
    background-color: #71AB2D;
    color: white;
    box-shadow: none;
    border: solid 0px transparent;
    font-style: normal!important;
    font-weight: 500;
    float: right;
    cursor: pointer;
    position: relative;
}

#divOccupancy {
    margin-top: 6px;
    width: 100%;
}

.TxtFormBook {
    border-radius: 0px;
    border: 1px solid #999;
    color: #737272;
    width: 30%;
    margin-top: 25px;
}

.BodyTransfer .TxtFormBook {
    width: 90%;
    margin-top: 7px !important;
}

.chkChd {
    width: 10%;
}

.TxtchdAge {
    border: 1px solid#c3c3c3;
    color: #737272;
    width: 2%;
    height: 19px !important;
}

.Labelsgens {
    position: absolute;
    margin-left: 16px;
}

.BodyTransfer .Labelsgens {
    margin-left: 0px;
}

.lblgender {
    margin-left: 34px;
}

.GenderSel {
    border: 1px solid #999;
    width: 20%;
}

.lblMinor {
    margin-left: 20px;
}

.lblAgeMinor {
    margin-left: -10px;
    display: none;
}

.BreakfastImg {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 1px;
}

.Proveedor {
    position: absolute;
    margin-top: 15%;
    margin-left: 5px;
    display: none;
}

.RateName {
    position: absolute;
    margin-top: 30px;
}

.RateTypeImg {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 1px;
}

.HabTitle {
    width: 100%;
    float: left;
    background: whitesmoke;
    padding: 5px;
    color: black;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    /*font-style: italic;*/
    font-weight: bold;
    border-bottom: solid 1px lightgray;
}

.divOcc {
    margin-bottom: 10px;
}

.BtnContinuarReserva {
    position: relative;
    width: 120px;
    border: 2px solid white;
    color: black;
    height: 35px;
    margin: 0 auto;
    font-size: 15px;
    float: left;
    line-height: 22px;
    margin-top: -20px;
    margin-left: 60px;
    border-radius: 4px;
    padding: 4px 0px;
}

#lblRecord {
    margin-top: -31px !important;
    position: absolute;
    width: 98%;
    margin-left: -163px;
    font-size: 18px !important;
}

.fondillocortinilla {
    background: black;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000001;
    display: none;
}

.cortinillanewsoft {
    z-index: 10000000000000000000001 !important;
    opacity: 1 !important;
    background: black;
}

.HotelesPropiosGenDiv {
    border: 1px solid #c3c3c3;
    width: 100%;
    margin-bottom: 2px;
    float: left;
    position: relative;
}

/* NewHotelsStyles */

.HotelesResultadosindividual {
    border: solid 1px lightgray;
    margin-bottom: 3%;
}

.tipoServicio {
    float: right;
    color: #5F5A5A;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-right: 5px;
    padding: 5px 5px 0 0;
}

.condicionesPlan {
    width: 76%;
    margin: 0 auto;
    float: right;
    padding: 0 5px;
}

    .condicionesPlan p {
        margin: 4px 10px;
    }

.datosVehiculoPlan {
    float: left;
    margin: 5px;
    width: 98%;
}

    .datosVehiculoPlan table {
        width: 100%;
    }

    .datosVehiculoPlan tr td {
        width: auto !important;
        text-align: left;
    }

tr.valoresPlan td {
    border-top: 1px dotted #58595b;
    border-bottom: 1px dotted #58595b;
    padding: 8px 10px;
    width: 40%;
}

tr.valoresPlanRuta td {
    border-bottom: 1px dotted #58595b;
    padding: 8px 10px;
}

tr.valoresPlanTours td {
    border-top: 1px dotted #58595b;
    padding: 8px 0px;
    width: 30%;
    text-align: left;
}

tr.valoresPlanTours input {
    width: 13px;
}

tr.admiciones td {
    border-top: none;
}

tr.valoresPlan td input {
    padding: 15px 0px;
    width: 25px;
    height: 13px !important;
    margin: auto;
}

tr.valoresPlanRuta td input {
    padding: 15px 0px;
    width: 25px;
    height: 13px !important;
    margin: auto;
}

td.auxiliar input {
    /*width: 114px !important;*/
}

.botonFormatoPlan {
    width: 97px;
    position: absolute;
    margin-top: -30px;
    margin-left: 20px;
}

.datosAdmisiones {
    float: left;
    margin: 5px;
    width: 100%;
}

    .datosAdmisiones tr td {
        width: auto;
        padding-right: 5px;
    }

.datosPlan .Imageshot {
    padding: 5px;
    margin-bottom: 5px;
}

.Imageshot {
    width: 20%;
    height: 125px;
    float: left;
    padding: 3px;
    border: 1px solid #e5e5e5;
}

    .Imageshot img {
        width: 100%;
        height: 100%;
    }

.HotelsDescr, .ToursDescr {
    width: 80%;
    position: relative;
    float: left;
    min-height: 125px;
    height: auto;
    background: #e5e5e5;
}

.datosPlan {
    width: 100%;
    position: relative;
    float: left;
    background: #e5e5e5;
    height: auto;
    min-height: 175px !important;
}

    .datosPlan h4 {
        margin: 0;
        text-align: right;
        color: black;
        font-size: 16px;
        font-style: italic;
        text-transform: uppercase;
        margin-right: 5px;
        font-weight: normal;
        padding: 5px 5px 0 0;
    }

.datosPlanTours {
    width: 95%;
    padding: 14px;
    position: relative;
    float: left;
    background: #D0EBF2;
    height: auto;
}

    .datosPlanTours h4 {
        margin: 0;
        text-align: right;
        color: black;
        font-size: 16px;
        font-style: italic;
        text-transform: uppercase;
        margin-right: 5px;
        font-weight: normal;
        padding: 5px 5px 0 0;
    }

/*.PlanesBuscUga {
    background: #F6A412;
    padding: 6px;
    border-radius: 16px;
    margin-bottom: 10px;
    width: 98%;
}*/

.PlanesBuscUga {
    /*display: none;*/
}

.lineadivisora {
    border-top: 1px solid #3A8B97;
    padding-bottom: 5px;
    height: 5px;
}

.DatosHabitacion {
    width: 98%;
    margin-top: 0px;
    margin-left: 9px;
    margin-bottom: 1%;
}

.EncabezadoDatosResultados {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #578532;
    padding: 5px;
}

.rowHotelsData {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 3px;
    height: auto;
    border-bottom: 1px solid #aaaaaa;
}

.DatosHabitacion .rowHotelsData:nth-child(even) {
    background-color: transparent;
}

.EncabezadoDatosResultados > div {
    color: white;
    font-size: 12px;
    float: left;
}

.Encabezado1DatRes {
    width: 55%;
    float: left;
}

.Encabezado2DatRes {
    width: 12%;
    float: left;
    margin-left: 0px;
}

.rowHotelsData > div {
    float: left;
    font-size: 11px;
    line-height: 28px;
    color: black;
    height: auto;
}

.rowHotelsOnrequest label {
    color: #F6A412;
    text-transform: uppercase;
}

.AdviceImg {
    display: none;
}

.rowHotelsNameHotel {
    width: 41%;
    margin-right: 10px;
}

.rowHotelsCurrencyHotel {
    width: 12%;
    /*margin-left: 1pc;*/
}

.inputSelectHotelRes {
    position: absolute;
    left: 97%;
    width: 2%;
    height: 15px;
}

.Btndiv {
    width: 100%;
}


.rowHotelsPriceHotel {
    width: 12%;
}

.rowHotelsOnrequest {
    width: 13%;
}

.StarsHotel span {
    float: right;
}

.NameHotel span {
    float: right;
    color: black;
    font-size: 16px;
    padding-left: 5px;
    font-style: italic;
    text-transform: uppercase;
    margin-right: 5px;
}

.HotelsDescr > div {
    width: 30%;
    margin-right: 0px;
    float: right;
    font-weight: 600;
}

.imgRecomdada {
    width: 30% !important;
    text-align: center;
    float: left;
    height: 70px;
}

    .imgRecomdada img {
        width: 75px;
    }

.PrecioMin {
    width: 100% !important;
    display: none;
}

.NameHotel {
    float: right !important;
    width: 100% !important;
    margin-top: 2%;
}

.MinPriceNew {
    float: right;
}

    .MinPriceNew span:nth-child(1) {
        color: #5a5a5a;
        position: absolute;
        width: 140px;
        font-size: 12px;
        right: 126px;
        text-align: right;
    }

.precioMinimo {
    color: #2fb8ec;
    font-size: 27px;
    margin-right: 6px;
    background-image: url(http://162.248.52.194/uga/pagina/App_Themes/Imagenes/LINEA_AZUL.png);
    background-color: white;
    background-repeat: no-repeat;
    background-position-y: 34px;
    background-size: 100% 2px;
}

.PasajerosHotelTitular div {
    float: right;
}

.buscadorHome .PasajerosHotelTitular div {
    float: left;
    width: 150px;
}

.edadesNinosHotel {
    width: 61px !important;
    float: right;
}

.Newlio2 {
    height: 100% !important;
}

.SeeDetailsHotelsOwner {
    width: 27%;
    float: right;
    margin-top: -40px;
}

    .SeeDetailsHotelsOwner a {
        background: #74B823;
        padding: 4px;
        color: white;
        text-decoration: none;
        float: right;
        font-size: 15px;
        width: 95px;
        text-align: center;
    }
/*
#selectAdt0 {
    margin-left: 46px;
    width: 27% !important;
    margin-right: -3px;
}
*/
.contenedorCotizadorHotsPropios {
    width: 107%;
    height: auto;
    margin-left: -10px !important;
    float: left;
    font-size: 19px;
}

.buscadorInterno #hoteles .BuscadorHotel .PasajerosHotel {
    position: relative;
    float: left;
    width: 100%;
}

.buscadorInterno #hoteles .BuscadorHotel .IngresoFechasHotel #txtSalidaHotel {
    width: 53% !important;
}

.buscadorInterno #hoteles .BuscadorHotel IngresoFechasHotel #txtLlegadaHotel {
    width: 52% !important;
}

.buscadorInterno #hoteles .BuscadorHotel .IngresoFechasHotel .span {
    width: auto;
    float: left;
    display: inline-block;
}

.GenHabsGens {
    /*background: red;*/
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}


.Volver {
    /*    width: 15%;
*/ margin-top: 13px;
    text-align: center;
    padding: 7px;
    color: white;
    background-color: green;
}

.Buttonback {
    color: white;
    text-decoration: none;
}

.BookingFo {
    float: right;
    height: auto;
    background: #e5e5e5 !important;
    margin-top: 8px;
}

.genformshots {
    width: 79%;
    float: left;
    margin-right: 10px;
    /*border: 1px solid #999;*/
    margin-top: 9px;
    margin-left: 5px;
}

.genformstrans {
    width: 67%;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
    margin-left: 5px;
}

#ucReservaTransfer_ucRegistro_ddlGenero {
    width: 50% !important;
    height: 30px;
    margin: 15px -100px !important;
}

.accordeonInfoHoteles, .accordeonInfotransfer {
    padding: 1.0em !important;
    padding-top: 1.0em !important;
    overflow: auto;
    /*    width: 100%;
*/ margin-left: 10px;
    color: #58595b;
}

.BtnsHotsBooking {
    float: left;
    /*    width: 68%;
*/
}

.FiltroNewHotels {
    /*    width: 97%;
*/ height: auto;
    float: left;
    border: 1px solid #999;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
}

#txtFilterHotelsid {
    width: 81%;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-left: 5px;
    font-size: 12px;
}

input#ucResultadoTransfer_txtFiltroTexto {
    width: 81%;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-left: 5px;
    font-size: 12px;
}

.starsfilter {
    width: 100%;
    float: left;
    height: 25px;
}

    .starsfilter input {
        float: left;
        width: 7%;
        margin-left: 5px;
        margin-right: 5px;
    }

.flterstitlediv {
    background: transparent;
    color: #4c4c4c;
    padding: 5px;
    font-style: italic;
}

.estrellasfilter {
    float: left;
    width: 100%;
}

.FilterPricehotels {
    width: 100%;
    position: relative;
    float: left;
}

.txtfilterspricehotels {
    width: 78%;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-left: 5px;
}

#btnfitlerpricehotels {
    position: relative;
    width: 40%;
    background: #2E3192;
    border: 2px solid white;
    color: white;
    height: 30px;
    font-size: 18px;
    line-height: 5px;
    float: right;
    margin-right: 5px;
}

.FilterZones {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
}

.selectzonesfilters {
    /*    width: 91%;
*/ border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-top: 10px;
    color: #aaaaaa;
}

.hotsPagoInfo {
    float: left;
    margin-left: 0px;
    margin-top: -11px;
    /*width: 69.4%;*/
    /*border: 1px solid #999;*/
    border-top: 0;
}

.AdventenciaHoteles {
    color: white;
    font-size: 13px;
    float: left;
    text-align: center;
}

.labelforninosbusc {
    float: left;
}

.bookingheaderimage {
    width: 50%;
    height: 50px;
    background: #26166e;
    position: relative;
    float: right;
    margin-right: 27.8%;
    text-align: center;
    line-height: 44px;
    color: white;
    font-size: 22px;
    text-indent: 30%;
}

    .bookingheaderimage:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 50px solid #f2f2f3;
        border-right: 100px solid transparent;
    }

.bookingheaderimage2 {
    width: 21%;
    height: 50px;
    background: #26166e;
    position: absolute;
    float: right;
    right: 6.3%;
    text-align: left;
    line-height: 44px;
    color: white;
    font-size: 17px;
    text-indent: 25px;
}

    .bookingheaderimage2:after {
        content: "";
        position: absolute;
        top: 0;
        left: 203px;
        width: 0;
        height: 0;
        border-top: 50px solid #f2f2f3;
        border-left: 100px solid transparent;
    }

.bookingheaderimage3 {
    width: 36%;
    height: 50px;
    background: #26166e;
    position: relative;
    text-align: left;
    line-height: 44px;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    text-indent: 25px;
}

    .bookingheaderimage3:after {
        content: "";
        position: relative;
        top: 37px;
        left: 30px;
        width: 0;
        height: 0;
        border-top: 46px solid #f2f2f3;
        border-left: 100px solid transparent;
    }

.bookingheaderimage4 {
    width: 44%;
    height: 50px;
    background: #26166e;
    position: relative;
    text-align: left;
    line-height: 44px;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    text-indent: 25px;
}

    .bookingheaderimage4:after {
        content: "";
        position: relative;
        top: 37px;
        left: 30px;
        width: 0;
        height: 0;
        border-top: 46px solid #f2f2f3;
        border-left: 100px solid transparent;
    }

.bookingheaderimage5 {
    width: 21%;
    height: 50px;
    background: #26166e;
    position: relative;
    text-align: left;
    line-height: 44px;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    text-indent: 25px;
}

    .bookingheaderimage5:after {
        content: "";
        position: relative;
        top: 37px;
        left: 30px;
        width: 0;
        height: 0;
        border-top: 46px solid #f2f2f3;
        border-left: 100px solid transparent;
    }

#Formusuario {
    margin-bottom: 5px;
    height: auto;
}

.divPerPassenger {
    margin-left: 40px;
    /*    width: 90%;
*/ color: #000;
}

.BodyTransfer .divPerPassenger {
    margin-left: 15px;
    width: 97%;
    padding-bottom: 40px;
}

.adviseforRooms {
    color: black;
    padding-left: 10px;
}

.HotelesDetaildiv {
    float: left;
    width: 100%;
    border: 1px solid #c3c3c3;
    margin-top: 5px;
    height: auto;
}

.fondilloHotelsDetails {
    background: black;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000001;
    display: none;
}

.hotelsDetails {
    z-index: 10000000000000000000001 !important;
    padding: 15px;
    opacity: 1 !important;
    background: white;
    height: 84%;
    width: 90%;
    margin-left: -2%;
    overflow: auto;
}

.ImagenTours {
    z-index: 10000000000000000000001 !important;
    padding: 15px;
    opacity: 1 !important;
    background: white;
    height: auto;
    max-height: 1000px;
    width: 100%;
    margin-left: -2%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

#CloseHotelsDetails {
    position: fixed;
    top: 5%;
    width: 3%;
    border-radius: 72px;
    height: 41px;
    color: black;
    border: 1px solid #c3c3c3;
    right: 6%;
    z-index: 100000000000001;
    cursor: pointer;
    display: none;
}

.RatemealPlanCode {
    margin-left: -43px;
    line-height: 34px;
    color: red;
}

#SortHotels {
    width: 99%;
    float: left;
    padding: 5px;
    height: 40px;
    margin-bottom: 5px;
    margin-left: 20%;
    display: none;
}

.pager-hotels {
    width: auto;
    float: left;
    margin: 10px;
    display: none;
}

.TitleSort {
    margin-left: 13px;
}

#selectSortHotels {
    width: 20%;
}

#mapHotel {
    float: left;
    width: 100%;
    height: 500px;
}

#mapHotelDetail {
    /*float: left;*/
    width: 100%;
    height: 100%;
}

.hotelNameDetail {
    width: 100%;
    float: left;
}

.CondiText {
    padding: 10px;
    text-align: justify;
    color: #000;
}

div#GensConditionsHotels .condtimesperRoom {
    color: #fe6601;
    padding: 10px;
    float: left;
    width: 90%;
}

#GensConditionsHotels {
    float: left;
    width: 100%;
    display: none;
}

#PreBookingDiv {
    float: left;
    width: 100%;
}

.gensub0 {
    float: left;
    width: 100%;
}

.condiperRoom label:nth-child(2) {
    /*    padding: 10px;
*/ color: red;
    text-transform: uppercase;
}

.HotelsCounter {
    /*  width: 70px;
  */ height: 70px;
    border-radius: 50px;
    background: #4c4c4c;
    position: fixed;
    right: 12%;
    z-index: 9;
    color: white;
    font-size: 12px;
    margin-top: -10%;
}

.lblCounter {
    text-align: center;
    margin-right: 0px;
    float: right;
    margin-top: 16px;
    font-size: 13px;
}

div#CounterHotelsFilter label {
    width: 100%;
}

label#contrlblControlFilter {
    margin-left: 30px;
}

#contrlblControl {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}
/*Tooltip de  hoteles desayunos y tipo tafira*/
.toolTipBreakfastRoom, .toolTipRateRoom {
    width: 15px;
    height: 5px;
    background: #D0EBF2;
    display: none;
    position: absolute;
    color: black;
    line-height: 12px;
    border: 1px solid gray;
}

.containerGenBreak:hover .toolTipBreakfastRoom {
    display: block;
    width: 136px;
    height: auto;
    z-index: 1;
    margin-top: -58px;
    border-radius: 8px;
    margin-left: -122px;
    text-align: center;
    padding: 2px;
}

.containerGenType:hover .toolTipRateRoom {
    display: block;
    width: 250px;
    height: auto;
    z-index: 1;
    margin-top: -100px;
    border-radius: 8px;
    margin-left: -110px;
    text-align: center;
    padding: 2px;
}

.containerGenBreak {
    width: 7%;
}

.Proveedor label {
    font-size: 10px;
    color: #c3c3c3;
}

.ac_ciudHots {
    display: none;
}

.numerillopesado {
    display: none;
}

.TituloHabs {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: bold;
    color: #4c4c4c;
}

.noshowFilter {
    display: none;
}

.invisiblefieldway {
    display: none;
}

.Promotions {
    display: inline-block;
    margin-left: 9px;
    margin-top: 17px;
    float: left;
    width: 240px;
}

    .Promotions img {
        width: 100%;
    }

.PromotionsInterno {
    position: absolute;
    z-index: 1;
    right: 0%;
    margin-top: 19%;
    margin-right: 106px;
}

.buzonHome {
    display: inline-block;
    margin-top: 26px;
    margin-left: 1px;
    font-size: 20px;
    width: 71%;
}

.TextoBuzon {
    display: inline-block;
}

.textSuscripcion {
    display: inline-block;
    width: 116px;
    margin-left: 5px;
    font-family: myriad pro;
    font-weight: 400;
    font-style: italic;
}

.imgenesFooter img {
    width: 100%;
}

.botonEntrarfour {
    display: inline-block;
    float: right;
    margin-right: 3px;
    margin-top: -12px;
    height: 75px;
}

    .botonEntrarfour input {
        height: 54px;
        width: 100px;
    }

.TituloLogin {
    text-align: center;
    width: 100%;
    display: inline-block;
    background: #f7a412;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 39px;
}

.contenidoIngresar {
    border-radius: 7px;
    border: 18px solid rgba(97,186,199,0.7);
}

.contentLoginFor {
    margin-top: 25px;
    margin-left: 15px;
}

.OlvidarContraseña {
    text-align: center;
    font-size: 12px;
    margin-bottom: 13px;
    margin-left: 58px;
    display: inline-block;
}

    .OlvidarContraseña a {
        color: black;
        text-decoration: blink;
        font-size: 10px !important;
    }

.contentTecnologia {
    width: 32%;
    display: inline-block;
    margin-top: 4px;
}

    .contentTecnologia:nth-child(odd) {
        background: #ddf2f5;
    }

.tituloTecnologia {
    margin-left: 18px;
    margin-top: 11px;
    color: #63c3d1;
    text-transform: uppercase;
}

.LineaSepara {
    width: 100%;
    height: 14px;
    background: #676767;
    margin-top: 12px;
}

.LoginIndex {
    float: right;
    position: relative;
    width: 215px;
    margin-top: 5%;
    z-index: 1;
    margin-right: 8%;
}

.lblBuscador {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: -9px;
    cursor: pointer;
}

.VerMasTarifas {
    display: none;
}

.TitleSort {
    float: left;
    width: 13%;
    line-height: 39px;
    text-align: right;
    border-top: 5px solid #000;
    color: black;
}

.sltSortSupHotels {
    float: left;
    width: 17%;
    height: 92%;
    line-height: 39px;
    text-align: center;
    border-top: 5px solid #4c4c4c;
    cursor: pointer;
    color: #aaaaaa;
}

    .sltSortSupHotels label {
        cursor: pointer;
    }

.FilterFeedhotels {
    float: left;
    width: 100%;
}

.dvchkFeedhotels {
    float: left;
    width: 100%;
    height: 25px;
}

.chkfeedhotels {
    width: 8%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.lblchkOpt {
    width: 70%;
    float: left;
    margin-top: 10px;
    text-transform: lowercase;
}

.CTNImg {
    position: fixed;
    top: 30%;
    left: 37%;
    z-index: 111110000000000000 !important;
    display: none;
}

.buscadorInterno {
    width: 30%;
    margin-bottom: 18px;
}

/*.buscadorInterno #FormHoteles {
        width: 98%;
        height: 100%;
        background: orange;
        float: left;
        border-radius: 16px;
        padding: 10px;
    }*/


.buscadorInternoTransfer {
    width: 100%;
    margin-bottom: 10px;
}

    .buscadorInternoTransfer #transfer {
        width: 98%;
        height: auto;
        background: orange;
        float: left;
        border-radius: 16px;
        padding: 10px;
    }

/*.buscadorInterno #admisiones {
    width: 98%;
    height: auto;
    background: orange;
    float: left;
    border-radius: 16px;
    padding: 10px;
    min-height: 200px !important;
}*/

/* nuevo buscador interno */

div#InternosBrows #tabs ul {
    width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

    div#InternosBrows #tabs ul li {
        width: 39%;
        float: left;
        /*display: none;*/
    }

div#InternosBrows li.| {
    border-radius: 5px 0px 0 0 !important;
}

.InternosBrows #tabs ul .pestanaAdmisiones {
    border-radius: 0px 0px 0px 0px !important;
}

.InternosBrows #tabs ul .pestanaCircuitos {
    border-radius: 0px 5px 0px 0px !important;
    border-right: 0px;
}

/*.InternosBrows #asistencia {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    min-height: 200px !important;
    margin-top: 1px;
}

.InternosBrows #excurciones {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    min-height: 200px !important;
    margin-top: 1px;
}

.InternosBrows #transfer {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    min-height: 200px !important;
    margin-top: 1px;
}*/

.InternosBrows #hoteles {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 15px;
    padding: 13px;
    min-height: 200px !important;
    margin-top: 20px;
    margin-left: 0px;
}

/*.InternosBrows #circuitos {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    min-height: 200px !important;
    margin-top: 1px;
}*/

.InternosBrows #transfer {
    /*display: none;*/
}

.InternosBrows #circuitos {
    display: none;
}

.InternosBrows #asistencia {
    display: none;
}

.InternosBrows #excurciones {
    display: none;
}

/* nuevo buscador */

.EraseFilterslbl {
    color: #4c4c4c;
    float: left;
    width: 50%;
    margin-top: 15px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
}

.containerAdvice:hover .toolTipAdvice {
    display: none !important;
    width: 136px;
    height: 25px;
    z-index: 1;
    margin-top: -58px;
    border-radius: 8px;
    margin-left: -122px;
    text-align: center;
    padding: 2px;
}

.containerAdvice {
    width: 6%;
}

.toolTipAdvice {
    background: #3D8794;
    color: white;
    display: none;
}

.NameFilter {
    float: left;
    width: 100%;
}

.InternNewHotelsFilter1 {
    border-bottom: 1px solid #3A8B97;
}

.VerMasHots {
    height: 35px;
    float: left !important;
    position: absolute;
    bottom: 1%;
}

.VerMasTours {
    height: 50px;
    float: left !important;
    width: 100%;
}

.buscadorInterno #FormHoteles .IngresoDestinoHotel {
    float: left;
    width: 90%;
}

.buscadorInterno #FormHoteles .IngresoFechasHotel {
    float: left;
    width: 35%;
    margin-left: 4%;
}

.buscadorInterno #FormHoteles .PasajerosHotel {
    float: left;
    width: 100%;
}

.buscadorInterno #FormHoteles .HotelSelecion {
    float: left;
    width: 15%;
}

.buscadorInterno #FormHoteles #btnBuscarHotel {
    margin-top: -1%;
    right: 1%;
}

.buscadorInterno #FormHoteles .IngresoDestinoHotel label {
    width: 100%;
    float: left;
}

.buscadorInterno #FormHoteles .IngresoDestinoHotel input {
    width: 100% !important;
    float: left;
    margin-top: 0px;
}

.buscadorInterno #FormHoteles .nochesSearcher {
    width: 18%;
    float: left;
}

.ZoneName {
    color: #5F5A5A;
    width: 100%;
    text-align: right;
    margin-right: 5px !important;
}

.msgAlertCondiciones {
    background: #e5e5e5;
    padding: 5px;
    color: black;
    font-size: 15px;
    display: none;
    width: 30% !important;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    margin-top: -13px;
    margin-left: 1%;
}

#popUpMsjCondiciones {
    display: None;
    position: fixed;
    z-index: 1000000000001;
    background: white;
    width: 45%;
    padding: 15px;
    top: 2%;
    left: 30%;
    border-radius: 8px;
}

.BtnCondicioneshotels {
    margin-top: 11px;
    margin-left: 34%;
    line-height: 5px;
    width: 20%;
    height: 30px;
}

.txtCondicionespopUp {
    margin-left: -13px;
    text-align: justify;
    /*border: 1px solid#c3c3c3;*/
    list-style: initial;
    border-radius: 8px;
    padding: 32px;
    border-top: 0px;
    margin-top: -5px;
    width: 93%;
}

#popUpMsjCondiciones label:nth-child(1) {
    width: 103.5%;
    background: #26166e;
    position: relative;
    float: left;
    color: white;
    padding: 5px;
    margin-top: -16px;
    margin-left: -15px;
    /*border-radius: 8px 8px 0px 0px;*/
}

.TituloMiCuenta {
    background: #ddf2f5;
    width: auto;
    height: 35px;
    display: inline-block;
    border-top: 1px solid #3a8b97;
    border-right: 1px solid #3a8b97;
    border-left: 1px solid #3a8b97;
}

    .TituloMiCuenta img {
        width: 27px;
        margin-top: 4px;
        margin-left: 10px;
        float: left;
    }

    .TituloMiCuenta p {
        display: inline-block;
        float: left;
        padding: 0 10px;
    }

.contentMiCuenta {
    border: 1px solid #3a8b97;
    padding: 10px;
    width: 96%;
}

.contentRecordar {
    border: 1px solid #3a8b97;
    padding: 10px;
    width: 92%;
}


#AgencyUsu {
    width: 24%;
    border-radius: 0px;
    height: 14px;
    border: 1px solid #999;
    background: white;
}

.NewdivNewFieldAgency label {
    width: 100%;
    float: left;
    margin-bottom: -5px;
}

.NewdivNewFieldAgency {
    float: left;
    width: 93%;
}

.Textofooter {
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin-top: -38px;
    margin-left: 75px;
}

.peque {
    font-size: 11px;
}

.Textofooter p {
    margin: 0;
}

.filtergeneraltitle {
    float: left;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}

.StarsFiltersHotelsImgs {
    margin-top: 8px;
}

.buscadorInterno .BottomBusadorhoteles {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.buscadorInterno #Selecthotel {
    width: 116% !important;
    margin-left: 16px;
}

.buscadorInterno .PasajerosHotelTitular div {
    float: left;
    width: 100%;
}

    .buscadorInterno .PasajerosHotelTitular div > select {
        width: 44px !important;
        margin-left: 52px;
    }

    .buscadorInterno .PasajerosHotelTitular div .chdGenSel {
        margin-left: 43px;
    }

    .buscadorInterno .PasajerosHotelTitular div .ContenedorNinosEdades {
        float: left;
        width: 95%;
    }

        .buscadorInterno .PasajerosHotelTitular div .ContenedorNinosEdades .labelforninosbusc {
            float: left;
            width: 18% !important;
            margin-right: 20px;
        }

        .buscadorInterno .PasajerosHotelTitular div .ContenedorNinosEdades .edadesNinosHotel {
            float: left;
            margin-left: -10px;
        }

#idCiudadxDiv {
    display: none;
}

.StarsHotel {
    color: #c3c3c3;
    text-align: right;
    width: 100%;
    margin-right: 5px !important;
}

.formContactoHotelsForm input:nth-child(1) {
    width: 22% !important;
}

.formContactoHotelsForm input:nth-child(2) {
    width: 15% !important;
}

.formContactoHotelsForm input:nth-child(3) {
    width: 15% !important;
}

.formContactoHotelsForm input:nth-child(4) {
    width: 11% !important;
}

.infoContactoLabels label:nth-child(1) {
    width: 24%;
}

.accordeonInfotransfer input:nth-child(1) {
    width: 17% !important;
}

.accordeonInfotransfer input:nth-child(2) {
    width: 80% !important;
}

.accordeonInfotransfer input:nth-child(3) {
    width: 15% !important;
}

.accordeonInfotransfer input:nth-child(4) {
    width: 25% !important;
}

.infoContactoLabelstransfer span:nth-child(1) {
    width: 40%;
}

.NewdivNewFieldAgency label {
    width: 100%;
    float: left;
    margin-bottom: -5px;
}

.NewdivNewFieldAgency {
    float: left;
    width: 93%;
    display: none;
}

input#ucReservaTransfer_txtLocInterno {
    width: 24% !important;
    border-radius: 0px;
    height: 14px;
    border: 1px solid #3A8B98;
    background: white;
    display: block;
    margin: 2px 0px;
}

input#ucReservaExcursiones_txtLocInterno {
    width: 24% !important;
    border-radius: 0px;
    height: 14px;
    border: 1px solid #3A8B98;
    background: white;
    display: block;
    margin: 2px 0px;
}

input#ucReservaAdmisiones_txtLocInterno {
    width: 24% !important;
    border-radius: 0px;
    height: 14px;
    border: 1px solid #3A8B98;
    background: white;
    display: block;
    margin: 2px 0px;
}

.TitlePassengerRooms {
    margin-left: 40%;
    margin-right: 8px;
    margin-top: 20%;
}

#ucReservaTransfer_rblLugarInicio input, #ucReservaTransfer_rblLugarFin input {
    width: 15px;
    float: left;
}

#ucReservaTransfer_rblLugarInicio label, #ucReservaTransfer_rblLugarFin label {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.detallesHoras {
    width: 470px;
    margin-left: 110px;
}

.detallesHorasSalida {
    width: 470px;
    margin-left: 110px;
    float: left;
}

    .detallesHorasSalida select {
        margin: 7px 0px 7px 10px;
        height: 32px;
        color: black;
        border: 1px solid #999;
    }

#datosup table {
    width: 100%;
    padding: 0 15px;
}

.detallesHoras div {
    width: 50%;
    float: left;
}

.detallesHorasSalida div {
    width: 50%;
    float: left;
}

.detallesHoras input, .detallesHoras select {
    /*background: #DDF2F5 !important;*/
}

.detallesHoras select {
    margin: 7px 0px 7px 10px;
    height: 32px;
    border: 1px solid #999;
}

.checkConfirma input {
    width: 12px;
    height: 11px;
    margin-right: 15px;
}

#HotelDescription {
    float: left;
    width: 100%;
}

    #HotelDescription .SuperiorHotel {
        background: #e5e5e5;
        height: auto;
        border: 1px solid #999;
        border-bottom: 0;
    }

#HotelsTariffs {
    float: left;
    width: 100%;
    border: 1px solid #999;
    border-top: 0;
}

#HotelAmenities {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #999;
    margin-top: 5px;
}

    #HotelAmenities .AmenitiesHotel {
        background: #e5e5e5;
    }

        #HotelAmenities .AmenitiesHotel .NombresTitlesWeards {
            width: 105.7%;
            padding: 5px;
            margin-bottom: 8px;
        }

.NombresTitlesWeards2 {
    background-color: #000 !important;
    width: 99%;
    color: white;
    display: block;
    font-style: italic;
    text-transform: uppercase;
    padding: 5px;
}

.izquierdoDetalleHotel {
    float: left;
    width: 30.5% !important;
    margin-left: 5px;
}

/*#Hotelimages {
    float: left;
    width: 100%;
    height: auto !important;
    overflow-x: hidden;
    max-height: 1100px !important;
    padding: 0;
    margin: 0;
}

    #Hotelimages .GaleriaHotel {
        height: auto;
        min-height: 270px;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }*/

#HotelMap {
    width: 100%;
    height: 100%;
    position: relative !important;
    margin-left: 0px;
    padding: 0;
    overflow: hidden;
}

    #HotelMap #mapHotel {
        height: 348px;
        border: 1px solid #3A8B97;
    }

div#HotelMap iframe {
    width: 100%;
}

#HotelDescription .SuperiorHotel .NombreHotel {
    width: 100%;
    float: right;
    font-size: 15px;
    margin-top: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-style: italic;
}

#HotelDescription .SuperiorHotel .DescrDetHotel {
    width: 97%;
    padding: 5px;
    float: right;
    height: auto;
    color: black;
}

#Hotelimages .ImgGalHotel {
    width: 259px;
    height: 250px;
}

    #Hotelimages .ImgGalHotel .FotoHotelInd {
        width: 100%;
        height: 86%;
        margin-left: 0;
    }

.ArrowsGaleriaHotel {
    position: absolute;
    margin-top: 19%;
    width: 20%;
    padding: 5px;
}

#izquierdaImagenes {
    float: left;
}

#derechaImagenes {
    float: right;
}

.lugarSite {
    color: gray;
    text-transform: none;
    font-size: 11px;
}

.imgFooterMovit {
    margin-top: 12px;
    margin-bottom: 15px;
}

/*.datostelefono, .datoscorreo {
    width: 225px;
    height: 12px;
    margin-bottom: 13px;
}*/

.datostelefono, .datoscorreo {
    display: none;
}

.detalleTours p {
    text-align: justify;
}

.StarsHotel {
    padding-top: 0px;
    height: 17px;
}

.titulosPasajerosTransfer, .titulosPasajerosTours, .titulosPasajerosAdmisiones {
    width: 87%;
    float: right;
    position: relative;
    top: 20px;
}

.celdaDatos.iblock.edadPlanes {
    margin-left: -35px;
}

.titulosPasajerosTransfer div, .titulosPasajerosTours div, .titulosPasajerosAdmisiones div {
    width: 163px;
    float: left;
}

.dateMaxPaytransfer {
    margin-top: 9px;
    border-top: 2px solid #999;
    padding: 5px;
    float: left;
    width: 97%;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

    .dateMaxPaytransfer label {
        float: left;
        padding-right: 5px;
    }

    .dateMaxPaytransfer span {
        float: left;
        width: 34%;
        border: 0;
        margin-top: 0px;
        text-decoration: underline;
    }

.dateMaxPayAdmisiones {
    margin-top: 9px;
    border-top: 2px solid #999;
    padding: 5px;
    float: left;
    width: 97%;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

    .dateMaxPayAdmisiones label {
        float: left;
        padding-right: 5px;
    }

    .dateMaxPayAdmisiones span {
        float: left;
        width: 34%;
        border: 0;
        margin-top: 0px;
        text-decoration: underline;
    }

.dateMaxPayTours {
    margin-top: 9px;
    border-top: 2px solid #c3c3c3;
    padding: 5px;
    float: left;
    width: 97%;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

    .dateMaxPayTours label {
        float: left;
        width: 60%;
    }

    .dateMaxPayTours span {
        float: left;
        width: 34%;
        border: 0;
        margin-top: 0px;
        text-decoration: underline;
    }

span#ucReservaTransfer_lblPenalidadCancel, span#ucReservaAdmisiones_lblPenalidadCancel, span#ucReservaExcursiones_lblPenalidadCancel {
    color: #fe6601;
    text-transform: uppercase;
}

.tipoServicio span {
    color: #5F5A5A;
    font-weight: bold;
    font-style: italic;
}

.textoDescripcionTours {
    padding: 20px 10px 0px 10px;
}

label.titlefilter {
    font-weight: bold;
}

.panelIzqCarroTrans {
    width: 100%;
    height: auto;
    float: left;
}

.panelDerCarroTrans {
    width: 30%;
    float: left;
    height: auto;
    margin-left: 333px;
}

.subtotalCarroTransfer {
    width: 100%;
    min-height: 150px;
    margin-bottom: 15px;
    background: #e5e5e5;
    text-transform: uppercase;
    padding-top: 10px;
    color: black;
    border: 1px solid #ccc;
}

.segirComprandoTransfer {
    width: 100%;
    height: 180px;
}

.contenedorPanelDer {
    padding-top: 25px;
}

.titleCarroTransfer {
    font-size: 14px;
    /*font-style: italic;*/
    padding: 5px 10px;
    text-transform: uppercase;
}

    .titleCarroTransfer span:nth-child(2) {
        float: right;
    }

.menuCarro ul {
    padding-left: 56px;
    margin-right: 55px;
}

.menuCarro a {
    color: white;
}

.menuCarro leabel {
    cursor: pointer;
}

.BotoncarroTransfer {
    position: relative;
    width: auto !important;
    right: 95px;
    background: #C39448;
    border-radius: 4px;
    border: 0;
    color: black;
    height: 30px;
    padding: 5px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
}

.hiperEnlaceTransfer {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    /*font-style: italic;*/
}


.obsevacionesAdmisiones {
    margin-top: 25px;
}


/*mi cuenta*/

.datosLeft {
    float: left;
    width: 65%;
    padding: 0 5px 0px 10px;
}

.datosRigth {
    float: right;
    width: 32%;
    padding: 0 10px 0px 0px;
}

tr.trCampos {
    width: 220px;
    float: left;
    padding: 0px 22px;
}

    tr.trCampos select {
        height: 25px;
        border: 1px solid #3a8b97;
    }

tr.emailMisDatos {
    font-weight: bold;
}

td.subtitleMisDatos {
    width: 205px;
    float: left;
}

td.subcampoMisDatos {
    float: left;
    width: 100%;
}

.contentMiCuenta .contenedorBotonBuscar input {
    position: relative;
    width: auto !important;
    /* right: 35px; */
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    height: 30px;
    padding: 5px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
}

td.ContenedorBotonMicuenta input {
    position: relative;
    width: auto !important;
    /* right: 35px; */
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    height: 30px;
    padding: 5px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
}

tr.trMissPass td {
    width: 100%;
    float: left;
}

/* excrueciones*/

.contenedorTours {
    width: 68% !important;
    float: right;
    background: transparent;
    margin-top: 20px !important;
}

.ToursDetails {
    float: left;
    width: 96%;
    border-top: 0;
    margin-top: 10px;
    margin-left: 3px;
}

#leftColumnTours {
    float: left;
    width: 30%;
    margin-top: 17px;
    margin-right: 10px;
    margin-left: 5px;
}


/* DEtalle Reserva */

.panelCompletoDetalleMiCuenta {
    width: 98%;
    margin: 0 auto;
}

.titleDetalleReserva {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
    background: #f7a412;
    font-style: italic;
    padding: 5px 0;
    text-transform: uppercase;
}

.subpartesBarraDetalle {
    float: right;
    width: 150px;
    margin-top: -2px;
}

.regresarDetalleReserva {
    position: relative;
    width: auto !important;
    right: 10px;
    background: #3D8794;
    border-radius: 4px;
    color: white;
    height: 14px;
    padding: 3px 10px;
    float: right;
    font-size: 15px;
    cursor: pointer;
    text-decoration: blink;
    font-style: italic;
}

/* formulario registr empresa*/

.formularioRegistroEmpresa {
    background: #eeeeee;
    width: 461px;
    padding: 40px 20px 20px 20px;
    left: 385px !important;
    border-radius: 8px;
    border: 0px solid #bfbfbf;
}

div#ucDetalleReserva_PanelInfo {
    background: #eeeeee;
    width: 461px;
    padding: 40px 20px 20px 20px;
    left: 385px !important;
    border-radius: 8px;
    border: 0px solid #bfbfbf;
    top: 350px !important;
}

.TxtCancelacion {
    width: 320px;
    text-align: left;
    margin: 0 auto;
}

    .TxtCancelacion select {
        color: black;
        height: 24px;
    }

    .TxtCancelacion input {
        position: relative;
        width: auto !important;
        background: #3D8794;
        border-radius: 4px;
        border: 0;
        color: white;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 5px;
        cursor: pointer;
        text-transform: uppercase;
        font-style: italic;
        height: 21px;
        right: 110px;
    }


.BtnCerrarPoPReservas {
    background-color: #fff;
    position: relative;
    width: auto !important;
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    height: 21px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 auto;
    margin-right: 109px;
}

/*.formularioRegistroEmpresa table tr td {
    float: left;
    width: 300px;
    height: 37px;
}*/

/*.formularioRegistroEmpresa table tr td {
    padding-top: 15px;
}*/

.formularioRegistroEmpresa table span {
    color: black;
}

.formularioRegistroEmpresa table input {
    height: 15px;
}

.formularioRegistroEmpresa .btnCerrar {
    position: absolute;
    height: 30px;
    top: -18px;
    width: 100%;
    background: #e7e7e7;
    border-radius: 8px 8px 0 0;
    border: 0;
    color: #A29E9E;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: right;
    padding-right: 10px;
    border-bottom: 3px solid #bfbfbf;
    font-weight: bold;
    right: 0px;
}

.botonRegistrar input {
    width: 12px;
    margin-right: 5px;
}

.contenedorBotonBuscar input {
    position: relative;
    width: auto !important;
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    height: 21px;
}

/* grupos */

.desplegableGrupos {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .desplegableGrupos ul {
        padding: 0px;
    }

        .desplegableGrupos ul li {
            width: 100%;
            float: left;
            border-top: 1px solid black;
            padding: 3px;
        }

.titledvUl {
    width: 100%;
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    border: none;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.contenidoTabUl {
    width: 100%;
    height: 300px;
}

.campoLargoUL {
    width: 80% !important;
}

.contenFechasUl {
    width: 100%;
    float: left;
}

    .contenFechasUl div {
        width: 30%;
        float: left;
    }

.titledvUL {
    float: left;
    width: 45%;
    margin-top: 10px;
}

.dvfieldsUL input {
    float: left;
    width: 41%;
    height: 7px;
}

.dvfieldsTHB {
    width: 100%;
    float: left;
}

    .dvfieldsTHB .dvfields {
        width: 30%;
    }

        .dvfieldsTHB .dvfields label {
            width: 50%;
        }

        .dvfieldsTHB .dvfields input {
            width: 15%;
            margin-left: 40px;
        }

    .dvfieldsTHB .clsPassContact input {
        width: 50%;
        margin-left: 40px;
    }

    .dvfieldsTHB .clsPassContactCase2 input {
        width: 50%;
        margin-left: 10px;
        height: 8px;
    }

    .dvfieldsTHB .clsPassContact select {
        width: 45%;
    }

.prefHotel {
    width: 100%;
    display: block;
    float: left;
}

    .prefHotel .dvfields {
        width: 67%;
    }

        .prefHotel .dvfields label {
            width: 23.5%;
            font-weight: initial;
        }

        .prefHotel .dvfields input {
            width: 60%;
        }

    .prefHotel .clsPassContact {
        float: left;
        width: 33%;
    }

        .prefHotel .clsPassContact label {
            margin-right: 25px;
            font-weight: initial;
        }

        .prefHotel .clsPassContact select {
            width: 163px;
            padding: 0;
            margin: 3px 0px 10px 0px;
        }

.divInternFoods {
    width: 15%;
    float: left;
}

    .divInternFoods input {
        width: 15% !important;
        margin: 0;
        height: 10px !important;
    }


.dvfieldsSalida, .dvfieldsLlegada {
    width: 100%;
    float: left;
}

.labelfechaReq, .labelHoraReq {
    width: auto !important;
    padding: 0px 10px;
}

.inputfechaReq {
    width: 10% !important;
}

.dvfieldsTours {
    float: left;
    width: 100%;
}

.contentMoreService {
    display: none;
}

#PopUpNuevosServicos {
    position: fixed;
    z-index: 11;
    width: 55%;
    height: 480px;
    overflow: auto;
    top: 19%;
    left: 30%;
    padding: 20px;
    background: white;
    z-index: 9999;
}

#FondilloNegroService {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.7;
}

#CloseOtrosSercicios {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    color: white;
    background: #398B96;
    top: 15%;
    z-index: 9999;
    right: 27%;
    /* display: none; */
    cursor: pointer;
}

.botonVerMastours {
    float: right;
    width: auto;
    border: 1px solid gray !important;
    color: white !important;
    background: black;
    margin-right: 20px;
    padding: 8px;
    border-radius: 0px !important;
    font-style: italic;
    cursor: pointer;
}

.botonOcultartours {
    float: right;
    width: auto;
    border: 1px solid gray !important;
    color: white !important;
    background: black;
    margin-right: 20px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

/* boton ruta */

.buttonVMasR {
    float: right;
    cursor: pointer;
    width: 14px;
    background: #43EF43;
    border-radius: 7px;
    text-align: center;
    color: white;
}

.buttonVMenosR {
    float: right;
    cursor: pointer;
    width: 14px;
    background: red;
    border-radius: 7px;
    text-align: center;
    color: white;
}

.titleHotelPropio {
    font-style: italic;
    font-weight: bold;
}

.hotelesPropios {
    font-size: 10px;
    margin-left: 10px;
    float: left;
    padding-top: 5px;
}

.mensajeTool {
    display: none;
    width: auto;
    position: relative;
    display: inline-block;
    top: -70px;
    background: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 4px;
}

#dvsltContactenos {
    /*display: none;*/
}

div#SeguirComprando {
    position: relative;
    width: auto !important;
    right: 40px;
    background: #5ed904;
    border-radius: 4px;
    color: white;
    height: 20px;
    padding: 5px 15px;
    float: right;
    font-size: 15px;
    cursor: pointer;
    font-style: italic;
    display: none;
}

.cajonCaptcha {
    float: left;
    width: 100%;
    text-align: center;
}

    .cajonCaptcha img {
        margin: 0px 9px;
    }

    .cajonCaptcha input {
        width: 70%;
        padding: 5px;
        color: black;
        text-align: center;
        font-weight: bold;
    }

    .cajonCaptcha input {
        width: 48%;
        float: left;
    }

.spanCapt {
    width: 100%;
    float: left;
    text-align: center;
}


input#ucIngreso_ucRegistroT1_ConfirmarCaptcha {
    position: relative;
    width: auto !important;
    background: #3D8794;
    border-radius: 4px;
    border: 0;
    color: white;
    padding: 10px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    height: 21px;
    font-weight: initial;
}

.contenidoResultado .contenedorBotonBuscar {
    width: 60px !important;
    height: 45px !important;
}

div#CategoriaOculta {
    position: absolute;
    top: 100%;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

span#ucReservaCircuitosMay_lblPenalidadCancel {
    color: orange;
    text-transform: uppercase;
}

/*menu inferior */

.tabsMenu {
    width: 100%;
    float: left;
}

.SeguirComprando {
    width: 20%;
    float: left;
    padding: 10px 15px;
}

#tabsSub ul li {
    display: block;
    text-indent: 0;
    padding: 0;
    list-style-image: none !important;
    height: 35px;
    border: 2px solid white;
    background: #000;
}

    #tabsSub ul li a {
        display: block;
        font-size: 13px;
        height: 47px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        padding: 4px 2px 0px 2px;
        position: relative;
        top: 3px;
        border-radius: 0px;
        height: 100%;
        font-style: italic;
        color: white;
    }

.tabsMenu .tabs {
    width: 80%;
    float: left;
}

    .tabsMenu .tabs ul li {
        width: 19.4%;
        float: left;
    }


/*------------------------ hoteles ------------------------------ */

.btnfilter {
    position: relative !important;
    width: 60px !important;
    border: 1px solid gray !important;
    color: white !important;
    height: 26px !important;
    font-size: 10px !important;
    line-height: 5px !important;
    float: left !important;
    border-radius: 4px !important;
    margin-left: 7px !important;
    margin-right: 5px !important;
    text-transform: uppercase;
    text-indent: -5px;
    font-style: italic;
    background: -moz-radial-gradient(center, ellipse cover, #000 0%, #323232 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #000 0%,#323232 100%);
    background: radial-gradient(ellipse at center, #000 0%,#323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#323232',GradientType=1 );
    cursor: pointer;
}

#btnfitlerpricehotels {
    position: relative !important;
    width: 60px !important;
    border: 1px solid gray !important;
    color: white !important;
    height: 26px !important;
    font-size: 10px !important;
    line-height: 5px !important;
    float: left !important;
    border-radius: 4px !important;
    margin-left: 7px !important;
    margin-right: 5px !important;
    text-transform: uppercase;
    text-indent: -5px;
    font-style: italic;
    background: -moz-radial-gradient(center, ellipse cover, #000 0%, #323232 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #000 0%,#323232 100%);
    background: radial-gradient(ellipse at center, #000 0%,#323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#323232',GradientType=1 );
    cursor: pointer;
}

.buscadorInterno #FormHoteles #btnBuscarHotel {
    width: auto !important;
    background: #000;
    border-radius: 0px;
    border: 0;
    color: white;
    padding: 10px 15px;
    float: right;
    font-size: 15px;
    line-height: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    height: 30px;
    border: 1px solid #999;
}

input#BotRes1 {
    margin-left: 80% !important;
    width: 20% !important;
}

.BotResHotelRes {
    position: relative !important;
    width: 18% !important;
    background: #71AB2D !important;
    border: 1px solid #71AB2D !important;
    color: white !important;
    height: 30px !important;
    font-size: 18px !important;
    line-height: 5px !important;
    margin-top: -4px !important;
    margin-left: 82% !important;
    border-radius: 3px;
    margin-bottom: 2px !important;
    cursor: pointer;
    font-weight: bold;
}

.BottomBusadorhoteles {
    float: left;
    position: relative !important;
}

.NombresTitlesWeards {
    background-color: #000 !important;
    width: 99%;
    color: white;
    float: left;
    font-style: italic;
    text-transform: uppercase;
    padding: 5px;
}

.BodyHoteles {
    background: transparent !important;
    font-family: "Myriad pro",Arial !important;
    margin: 0 auto !important;
    /*width: 80% !important;*/
    margin-bottom: 5px !important;
    float: left !important;
    margin-left: 0px !important;
}

.BookingFoAdmision {
    width: 28%;
    float: right;
    height: auto;
    /*border: 1px solid #999;*/
    margin-top: 8px;
    background: #e5e5e5 !important;
    margin-right: 22px;
}

.lblForHotelInfo {
    margin-bottom: 10px !important;
    padding-top: 9px;
    padding-bottom: 7px;
    border-bottom: 1px solid #c3c3c3;
    float: left;
    width: 98.5%;
    font-size: 14px;
    font-style: italic;
    padding-left: 5px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.BlueLineForm {
    float: left;
    width: 100%;
    height: 2px;
    background: #4c4c4c;
}

.ResumenReservaForm {
    float: left;
    width: 100%;
}

    .ResumenReservaForm > div { /*cambio*/
        float: left;
        width: 95%;
        padding-left: 5px;
        padding-bottom: 5px;
    }

#PriceRooms {
    float: left;
    width: 100%;
    border-top: 1px solid #aaaaaa;
}

.dateMaxPayHotels {
    margin-top: 9px;
    border-top: 2px solid #4c4c4c;
    padding: 5px;
    float: left;
    width: 97%;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.Volver {
    /*    width: 25%;
*/ margin-top: 13px;
    text-align: center;
    padding: 7px;
    color: black;
    text-decoration: underline;
    background-color: transparent;
}

#popUpMsjCondiciones label:nth-child(1), .BtnContinuarReserva {
    background: #c39448 !important;
    text-decoration: none;
    font-style: italic;
    border-radius: 0px;
    cursor: pointer;
}

.precioMinimo {
    background-color: transparent !important;
}

.MinPriceNew span:nth-child(1) {
    color: #5a5a5a;
    position: absolute;
    width: 140px;
    font-size: 12px;
    right: 186px !important;
    text-align: right;
}

.HotelName {
    float: left;
    width: 97%;
    padding-left: 5px;
    padding-bottom: 5px;
}

.Hotnam {
    font-size: 13px;
}

.ResumenReservaForm #InfoRooms div {
    margin-bottom: 5px;
}

.totalpricehots {
    padding-left: 5px;
    float: left;
    width: 99%;
}

.TitleperInfo.titleInfoPricesBooking {
    float: left;
    width: 50%;
}

.dateMaxPayHotels label:nth-child(2) {
    float: left;
    width: 34%;
    border: 0;
    margin-top: 6px;
}

.TotalPricelabel {
    float: left;
    width: 50%;
    margin-top: 2%;
}

.dateMaxPayHotels label:nth-child(1) {
    float: left;
    width: auto;
}

.commentsDiv {
    float: left;
    width: 100%;
    margin-left: 8px;
    margin-top: 7px;
}

.lblComments {
    width: 99%;
    float: left;
    background: TRANSPARENT;
    padding: 5px;
    color: black;
    margin-bottom: -6px;
    margin-top: 5px;
    font-size: 14px;
    /*font-style: italic;*/
}

.hotelfcomments {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nochesSearcher {
    float: left;
    width: 20%;
}

.contenedorVuelos .nochesSearcher {
    width: 6%;
}

#nigthsSearcherHotels {
    width: 15px;
    height: 17px;
    border: 1px solid #cccccc;
    margin-top: 0px;
    border-radius: 4px;
}

.msgAlertCampos {
    background: #e5e5e5;
    padding: 5px;
    color: black;
    font-size: 15px;
    display: none;
    width: 30% !important;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    margin-top: -13px;
    margin-left: -17%;
}

#dvsltContactenos {
    float: right;
    width: 32%;
    margin-top: 33px;
}

#FillSelect {
    width: 90%;
}

#FondilloNegro {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    /*display: none;*/
    opacity: 0.5;
}

#PopUpContactenos {
    position: fixed;
    z-index: 11;
    width: 60%;
    height: 550px;
    overflow: scroll;
    top: 5%;
    left: 21%;
    /* display: none; */
    padding: 20px;
    background: white;
    z-index: 9999;
}

#CloseContactenos {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    color: white;
    background: #398B96;
    top: 3%;
    z-index: 9999;
    right: 15%;
    /*display: none;*/
    cursor: pointer;
}

.titlecontactpop {
    float: left;
    width: 100%;
    font-size: 12px;
}

.dvfields {
    float: left;
    width: 100%;
}

.titledv {
    float: left;
    width: 16%;
    margin-top: 10px;
}

.dvfields input {
    float: left;
    width: 40%;
    height: 7px;
}

.clsPassContact input {
    float: left;
    width: 40%;
    height: 7px;
}

.dvfields select {
    float: left;
    width: 20%;
    margin-left: 0px;
}

.clsPassContact {
    float: left;
    width: 28%;
}

    .clsPassContact select {
        float: left;
        width: 50%;
    }

    .clsPassContact label {
        float: left;
        margin-top: 13px;
    }


.clsPassContactCase2 {
    float: left;
    width: 45%;
}

    .clsPassContactCase2 select {
        float: left;
        width: 50%;
    }

    .clsPassContactCase2 label {
        float: left;
        margin-top: 13px;
    }

#sltDuracion {
    width: 14%;
}

.dvFinal {
    float: left;
    width: 100%;
}

.divInternProducts {
    float: left;
    width: 12%;
}

    .divInternProducts input {
        float: left;
        width: 31px;
        margin-top: 9px;
        height: 14px;
    }

.lblproducts {
    float: left;
    width: 65%;
    margin-top: 10px;
}

.dvFinal label {
    float: left;
    width: 30%;
}

.dvFinal div {
    float: left;
    width: 12%;
}

    .dvFinal div input {
        float: left;
        width: 25%;
    }

    .dvFinal div label {
        margin-top: 11px;
        float: left;
        margin-left: 5px;
    }

.dvFieldMiddle {
    width: 51%;
}

    .dvFieldMiddle label {
        width: 32%;
        margin-top: 9px;
    }

    .dvFieldMiddle select {
        width: 65%;
    }

.commentsContact {
    height: 55px !important;
    word-break: break-word;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 55px;
}

.dvDataFields {
    width: 50%;
}

    .dvDataFields input {
        width: 60%;
    }

    .dvDataFields label {
        width: 32%;
    }

#btnInsert {
    float: right;
    width: 16%;
    margin-right: 13px;
    height: 25px;
    color: white;
    text-transform: uppercase;
    background: #3a8b97;
    cursor: pointer;
}

#ErrorContact {
    font-size: 15px;
    line-height: 36px;
    color: red;
    font-weight: bold;
}

#SucsContact {
    font-size: 15px;
    line-height: 36px;
    color: black;
    font-weight: bold;
}

.SubDatosEmpHeader img:nth-child(2) {
    display: none;
}

/*#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

    #lightSlider li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

        #lightSlider li img {
            display: block;
            height: auto;
            max-width: 100%;
        }*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        max-width: 100%;
        height: 30px;
        max-width: 100%;
        max-height: 30px;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    /* vertical controlls */
    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

#lightSlider {
    max-height: 230px !important;
    height: 230px !important;
}

.lSSlideOuter #lightSlider li img {
    max-height: 230px !important;
    height: 230px !important;
    width: 100% !important;
}

.imgInnerBannerDetail {
    max-height: 320px !important;
    height: 320px !important;
    width: 100% !important;
}

.mpinn {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #999;
    height: 100%;
    margin-top: 5px;
}

#HotelDescription .SuperiorHotel {
    width: 100%;
    float: left;
}

.hotelsDetails .Encabezado1DatRes {
    width: 70%;
    float: left;
}

.hotelsDetails .rowHotelsCurrencyHotel {
    width: 13%;
    margin-left: 7.5pc;
}

div#DivGenRes1 {
    width: 100%;
    float: left;
}

.CondiTextHT {
    width: 70% !important;
    text-align: right;
    padding-right: 5px;
    color: #3A8B97;
}

.CondiTextHTINT {
    float: right;
    width: 65%;
    text-align: left;
    padding-top: 40px;
    bottom: 1px;
    font-weight: bold;
    font-style: italic;
}

.ReservasPCPP {
    width: 75%;
    float: left;
    margin-top: 15px;
}

.selectores {
    width: 48%;
    float: left;
    margin-right: 2%;
}

    .selectores label {
        width: 100%;
        float: left;
        text-align: center;
        color: white;
        font-style: italic;
        font-size: 14px;
    }

    .selectores select {
        width: 98%;
        margin: 5px 0px;
        float: left;
        background: white;
        color: black;
    }


.BokingAlerts {
    width: 19%;
    float: left;
    height: 100px;
    margin-left: 8px;
}

    .BokingAlerts label {
        margin-top: 38px;
        float: left;
        font-size: 18px;
        color: white;
        font-style: italic;
    }


#popUpMsjCondiciones label:nth-child(1), .BtnSalirReserva {
    background: #C39448 !important;
    text-decoration: none;
    font-style: italic;
}

.BtnSalirReserva {
    position: relative;
    width: 120px;
    border: 2px solid white;
    color: black;
    height: 30px;
    margin: 0 auto;
    font-size: 15px;
    float: left;
    line-height: 22px;
    margin-top: -60px;
    margin-left: 100px;
    border-radius: 4px;
    padding: 4px 0px;
}

.campoFormulario {
    width: 30%;
    float: left;
}

    .campoFormulario span {
        width: 100%;
    }

    .campoFormulario select {
        margin: 7px 0px;
        height: 32px;
        width: 75%;
    }

/*#EmailReserva {
    margin-left: -212px;
    margin-top: 15px;
    background: white !important;
    width: 25% !important;
}

#CelReserva {
    margin-left: -160px;
    margin-top: 15px !important;
    background: white !important;
    width: 20% !important;
}

#TelReserva {
    margin-left: -158px;
    margin-top: 15px !important;
    background: white !important;
    width: 20% !important;
}

#CiudadReserva {
    margin-left: -158px;
    margin-top: 15px !important;
    background: white !important;
    width: 20% !important;
}

#NombreReserva {
    margin-left: -160px;
    margin-top: 22px;
    background: white !important;
    width: 20% !important;
}

#ApellidoReserva {
    margin-left: -158px;
    margin-top: 22px;
    background: white !important;
    width: 20% !important;
}

#CedulaReserva {
    margin-left: -158px;
    margin-top: 22px;
    background: white !important;
    width: 20% !important;
}


#RsFacebook {
    display: inherit !important;
    clear: both;
    width: 3%;
}

#RsWhatsapp {
    display: inherit !important;
    clear: both;
    width: 3%;
}

#RsInstagram {
    display: inherit !important;
    clear: both;
    width: 3%;
}

#CondicionesGeneralesReserva {
    width: 100%;
}

#LblCondicionesGenerales {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

#ListaReserva {
    float: left;
    list-style: initial;
    color: #000;
}

#ucCarroCompras_Label8 {
    display: none;
}

#ucCarroCompras_Label9 {
    display: none;
}

#ucCarroCompras_lblTotalNeto {
    display: none;
}

.ConfirmarTerminos {
    width: 100% !important;
}

#ucCarroCompras_DivTC {*/
/*display: inline-block;*/
/*float: right;
}

#ucCarroCompras_ddlMesVencimiento {
    margin-bottom: 6px;
}

.peque {
    float: right;
    margin-right: 80px !important;
}

.EfectivoCarroCompras {
    float: left;
    width: 25%;
}


#ucCarroCompras_rblFormasPago_0 {
    width: 27%;
    float: left;
}

#ucCarroCompras_rblFormasPago_1 {
    float: left;
    width: 12%;
}*/

.EfectivoCarroCompras table tr {
    width: 50% !important;
    float: left;
}

    .EfectivoCarroCompras table tr td label {
        margin-top: 0px;
        padding: 0px;
        float: left;
        width: 110%;
    }

    .EfectivoCarroCompras table tr td {
        float: left;
        display: -webkit-box;
    }

#ucCarroCompras_txtBanco {
    margin-bottom: 17px;
}

#tipoTarjeta {
    color: red;
    float: left;
}

div#frmPSE div {
    width: 80%;
    float: right;
}

#frmPSE {
    width: 80%;
    margin-left: 80px;
}

.BotResAdmi {
    position: relative !important;
    width: 23% !important;
    background: #c39448 !important;
    border: 1px solid #4c4c4c !important;
    color: black !important;
    height: 30px !important;
    font-size: 18px !important;
    line-height: 5px !important;
    margin-top: -4px !important;
    margin-left: 83% !important;
    border-radius: 0px;
    margin-bottom: 2px !important;
    font-style: italic;
    cursor: pointer;
}

/*aqui estilos param imagenes des home*/

.mySlides {
    display: none;
}

.demo {
    cursor: pointer;
}

.imgSliderHome {
    width: 50%;
    margin-top: 10px;
    /*margin: auto;*/
}

.TextoRespo {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #414042;
}

.textoUbicacion {
    width: 45%;
    margin: 10px;
    align-items: center;
}

.menuMov {
    margin-top: -1px;
    display: none;
}

#ucReservaTransfer_lblTNeto {
    display: none;
}

#ucReservaTransfer_lblTComision {
    display: none;
}

.panelConfirmacion {
    position: relative;
    padding: 0;
    float: left;
    width: 535px;
    padding: 2px;
    background: #e7e7e7;
    border: solid 1px #d4d4d4;
    margin: 0 20px 30px 0;
}

#dvContactenos {
    width: 47%;
    margin: 1%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.tituloContactos {
    font-size: 16px;
    float: left;
}

.tblContactenos {
    text-align: left;
}

.FormContacto {
    text-align: center;
}

.contenedorBotonEnviar {
    float: right;
    margin-right: 15px;
}

.btnFormContacto {
    background: #c39448;
    border-radius: 0px;
    border: 0;
    color: black;
    text-transform: uppercase;
    font-style: italic;
    border: 1px solid #999;
    height: 30px;
    font-size: 15px;
    width: 100% !important;
    cursor: pointer;
}

.menu {
    visibility: hidden;
}

.ui-tabs .ui-tabs-nav {
    visibility: hidden;
}

.d-none {
    display: none;
}

.respadding {
    padding: 0px !important;
}

.resmargin {
    margin: 0px !important;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .Imageshot {
        width: 40% !important;
    }

    .HotelsDescr, .ToursDescr {
        width: 60% !important;
    }
}

@media (max-width: 400px) {
    .Imageshot {
        width: 100% !important;
    }

    .HotelsDescr, .ToursDescr {
        width: 100% !important;
    }
}


#InfoIncluye {
    width: 100%;
    padding: 9px;
}

#frmHotelBooking > div > div.ReservaHotelsNew.col-sm-12.col-12.col-lg-8{
    border: solid 0.5px gainsboro;
    margin-bottom: 3%;
    padding-bottom: 1%;
    padding-top: 2.5%;
}

#divOcc0 > label{
    margin-left: -2%; 
    margin-bottom: 3%;
    margin-top: 3%;
    background-color: transparent!important;
    border: none!important; 
}

#divOcc1 > label{
    margin-left: -2%; 
    margin-bottom: 3%;
    margin-top: 3%; 
    background-color: transparent!important;
    border: none!important;
}

#frmHotelBooking > div > div.ReservaHotelsNew.col-sm-12.col-12.col-lg-8 > div:nth-child(3) {
    height: 350px;
    overflow-y: scroll;
}

#frmHotelBooking > div > div.ReservaHotelsNew.col-sm-12.col-12.col-lg-8 > div:nth-child(3)::-webkit-scrollbar-thumb {
    background-color: #71AB2D;
    border-radius: 25px;
}

div#InfoBooking * {
    font-style: normal;
}

#InfoBooking {
    padding: 3%;
}

.VerMasHots:after {
    content: url(https://htl.plandius.com/App_Themes/Imagenes/Sello Recomendado.png);
    margin-left: 5%;
}

@media (max-width: 768px) {
    .HotelsDescr > div {
        width: 45%;
        margin-right: 0px;
        float: right;
        font-weight: 600;
    }

    .BotResHotelRes {
        margin-left: 72% !important;
        width: 25% !important;
    }
    
    .inputSelectHotelRes {
        top: 5%;
        left: 94%;
    }
    
    hotels-calendar {
        position: absolute;
        z-index: 9;
        left: 0;
    }

    .Volver {
      width: 50%;
      float: left;
      margin-bottom: 10%;
    }

}


