﻿
/***********************
   GENERAL
************************/


* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


body {
    background-color: #bababa;
    height: 100%;
    width: 100%;
    min-width: 360px;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
    min-width: 360px;
    overflow-x: hidden;
}

.form_Principal {
    background-color: #E8E8E8;
}

h2 {
    padding-left: 1%;
    padding-bottom: 1%;
    font-family: Arial, Verdana, Helvetica, sans-serif; /*CUSTOM*/
    font-size: 2rem;
    text-decoration: none;
    line-height: 120%;
    color: #E21415;
    font-style: italic;
}

.no-gutter-xs {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

.clear {
    clear: both
}

div, span, label {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*///// Fuentes ///////*/
/*CUSTOM*/
.font14bold {
    font-size: 14px;
    font-weight: bold;
}

.font16bold {
    font-size: 16px;
    font-weight: bold;
}

.font18bold {
    font-size: 18px;
    font-weight: bold;
}


.font14Normal {
    font-size: 14px;
    font-weight: normal;
}

.font16Normal {
    font-size: 16px;
    font-weight: normal;
}

/*//////V Colores //////*/
/*CUSTOM*/
.CustomColor4 {
    color: #626262;
}

.CustomColor1 {
    color: #FFF;
}

.CustomColor2 {
    color: #000000;
}

.CustomColor3 {
    color: #5A5A5A;
}


/*//////Grilla //////*/
.CustomColorSalida {
    color: #007bff;
}

.CustomColorLlegada {
    color: red;
}

.CustomColorPrecio {
    color: black;
}

.CustomColorCalidad {
    color: #717171;
}

.preciosbusca {
    font-size: 24px;
    color: #626262;
    font-weight: bold;
}

.porpersona {
    font-size: 13px;
    color: #626262;
    font-weight: normal;
}

.title {
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #E21415;
    text-align: center;
}

.title_Color {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid red;
    background-color: #e21415;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}


.Pointer {
    cursor: pointer !important;
}

.Nopointer {
    cursor: default !important;
}


/*///////////////////FIN GENERAL//////////////////////*/

.btn-Custom { /*CUSTOM*/
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.56);
}

/*///////////////////MASTER PAGE//////////////////////*/
/*Esta es la parte del cabezal*/


/*///// navbar////*/

.navbar-logo { /*CUSTOM*/
    background-color: #ff0303;
    max-height: 100px;
}


.mh-50px {
    max-height: 50px !important;
}

.mh-100px {
    max-height: 100px;
}


/*Cabezal de botones*/
.nav-Menu { /*CUSTOM*/
    font-size: 11px;
    background-color: #626262;
    padding-bottom: 5px;
}

.MenuDesplegable {
    background-color: #626262;
}

    .MenuDesplegable div {
        background-color: #424742;
        color: white;
        font-size: 15px;
    }

        .MenuDesplegable div:hover {
            background-color: #707070;
        }

#idioma, #botones, #pais {
}


.nav-Menu .btn, .nav-Menu .form-control {
    font-size: 10px;
    max-height: 30px;
    font-family: Arial,Verdana,Helvetica,sans-serif; /*CUSTOM solo la fuente?*/
}

/* ------------ Imagenes ------------*/
#ctl00_ImgLogoGrande, #ctl00_LogoChico, #ctl00_ImgLogoDer {
    height: 100px;
}

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #424742;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    z-index: 1200;
}


    .dropdown-content a {
        color: #f9f9f9;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 5px;
    }

        .dropdown-content a:not(.fa):hover {
            background-color: #707070;
        }


.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler {
    background-color: #424742;
}


    .navbar-toggler span {
        display: block;
        background-color: #fff;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

        .navbar-toggler span:nth-child(1),
        .navbar-toggler span:nth-child(3) {
            -webkit-transition: transform .35s ease-in-out;
            -o-transition: transform .35s ease-in-out;
            -webkit-transition: -webkit-transform .35s ease-in-out;
            transition: -webkit-transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }

/*.dropdown:hover .dropdown-content {
    display: grid;
}*/
/*/////////////fin navbar /////////////
///////////// Modal /////////////*/
#myModal {
    z-index: 1500;
}


.loader {
    border: 10px solid #e9e9e9;
    border-radius: 50%;
    border-top: 10px solid #434343;
    width: 110px;
    height: 110px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s cubic-bezier(0.52, 0.49, 0.52, 0.49) infinite;
    /*animation: spin 2s cubic-bezier(0, 0, 0.2, 1) infinite;*/
    top: 50%;
    position: relative;
    margin: 0 auto;
}

.ImgLoader {
    /* width: 100px; */
    height: 100px;
    border-width: 0px;
    top: 50%;
    position: absolute;
    margin: 0 auto;
    border: 10px solid #e9e9e9;
    /* border-radius: 50%; */
    /* border-top: 10px solid #434343; */
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
/*/////////////fin Modal /////////////*/
/*///////////// Modal Atencion /////////////*/
#Modal_dialog {
    z-index: 1501;
}
/*/////////////fin Modal Atencion /////////////*/

/*///////////// siderbar /////////////*/ /*CUSTOM colores*/

.sidebar {
    position: absolute;
    z-index: 400;
    /*bug 577 quito estos valores para que q  uede igual a los otros botones*/
    width: 70px;
    /*height: 20px;*/
}
/*//LG bug 675*/
.Redes {
    position: absolute;
    z-index: 400;
    border-radius: 5px;
    width: 100px;
}

    .Redes ul {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
    }

.btn-side {
    height: 100%;
    color: red;
    background-color: white;
    border-color: #f1f1f1;
}

    .btn-side:hover {
        color: #d91313;
        background-color: #f1f1f1;
        border-color: #d3d3d3;
    }

    .btn-side:active {
        background-color: #f1f1f1 !important;
        border-color: #d3d3d3 !important;
    }

        .btn-side:hover span, .btn-side:focus span, .btn-side:active span, .btn-side.active span, .open > .dropdown-toggle.btn-side {
            color: #d91313;
        }

        .btn-side:active span, .btn-side.active {
            color: #d91313 !important;
        }

    .btn-side span {
        color: red;
    }

/*//LG bug 675*/
.fa {
    font: normal normal normal 14px/1 FontAwesome; /*//LG importante que la fuente se tome de ahi*/
    padding: 10px;
    font-size: 18px !important;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    height: auto;
    border-radius: 5px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}



/*/////////////fin siderbar /////////////*/
/*///////////// Boton Whatsapp /////////////*/
.btn-wsp {
    /*/position: fixed;*/
    width: 40px;
    height: 40px;
    line-height: 63px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 300ms ease;
}

.btnwasap2 {
    position: fixed;
    line-height: 43px;
    bottom: 25px;
    right: 25px;
    background: #111010;
    color: #111010;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    padding: 2px 1px 2px 14px;
    z-index: 100;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    transition: all 300ms ease;
    text-decoration: none;
}

.btn-wsp:hover {
    background: #20ba5a;
}

.btnwasap2:hover {
    background: #2a2828;
    color: #FFF;
    text-decoration: none !important;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 43px;
        height: 43px;
        line-height: 66px;
    }
}

.fa-whatsapp {
    margin: 2px 0px !important;
    /*font-size: 27px !important;*/
}
/*///////////// fin Boton Whatsapp /////////////*/

/*///////////// Main Content /////////////*/


/*/////////////fin Main Content /////////////*/

/*///////////// Banner Carrousel /////////////*/
.form-banner {
    border-radius: 5px;
    background-color: white;
    float: left;
    font-size: 14px;
    font-weight: bold;
    /*-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);*/
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    /*max-height: 250px;*/
}
/*carusel*/

.imgCarousel {
    height: 150px;
    width: 300px;
    float: left;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 30px;
    width: 30px;
    background-size: 100%, 100%;
}

    .carousel-control-next-icon:after,
    .carousel-control-prev-icon:after {
        font-size: 30px;
    }

.carousel-indicators li {
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    border: 1px solid red;
    background-color: transparent;
}

.carousel-indicators {
    bottom: -30px;
}

    .carousel-indicators .active {
        background-color: red;
        max-width: 12px;
        margin: 0 3px;
        height: 12px;
    }
/*/////////////fin Banner Carrousel /////////////*/
/*///////////// footer /////////////*/
.footer {
    background-color: #d6d6d685;
    /*background-color: #d6d6d685;*/
    /*padding-top: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 30px;*/
    /*bottom: 0px;*/
    /* float: left; */
    /*position: absolute;
    width: 100%;*/
}

    .footer a, footer label, footer span {
        font-size: 15px;
    }

.footer-Copyright {
    background-color: rgba(0,0,0,0.2);
    display: block;
    font-size: 80%;
    color: #6c757d;
}
/*/////////////fin footer /////////////*/

/*/////////////////// FIN MASTER PAGE//////////////////////*/
/*/////////////////// HOME //////////////////////*/
@media (min-width:768px) {
    #HomeContainer {
        padding: 15px 0;
    }

    #drpAdultos {
        padding: 6px 12px
    }
}

/*/////form busqueda general//////*/
@media (min-width: 768px) {
    .search-box {
        border-radius: 5px;
    }

    .no-gutter-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.search-box {
    background-color: white; /*CUSTOM */
    padding: 20px;
    color: black;
    max-height: 600px !important;
}

    .search-box input:hover, .search-box select:hover, .search-box .checkmark:hover {
        cursor: pointer
    }



.search-box-form label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
}

.search-box-form .form-group.radio-options {
    vertical-align: bottom;
    padding-bottom: 10px
}

.search-box-form .form-group {
    margin-bottom: 20px
}

.search-box-form .form-control {
    font-size: 14px;
    height: 45px;
    border: 1px solid #ced4da;
    padding: 6px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.search-box-form .input-partida .form-control, .search-box-form .input-regreso .form-control {
    padding-left: 20px
}

.search-box-form .form-control {
    font-size: 16px;
    padding: 3px 6px
}



/*/////fin form busqueda general//////*/
/*/////radio//////*/

.radio-options {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-options input {
        position: absolute;
        opacity: 0
    }

    .radio-options .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid red;
    }

    .radio-options input:checked ~ .checkmark {
        background-color: white;
    }

    .radio-options .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 5px;
        left: 5px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: red;
    }

    .radio-options label {
        padding-left: 15px;
        padding-top: 1.5px;
        display: inline-block;
    }

    .radio-options input:checked ~ .checkmark:after {
        display: block
    }

/*///// fin radio//////*/

/*///// Fechas //////*/
.input-regreso, .input-partida {
    /*padding-left: 3px;*/
    width: 50%;
    margin-bottom: 0px;
    /*padding-right: 3px; LG lo comento para acomodar el Home y poder darle distintos modelos*/
}

/*///// fin Fechas//////*/

/*///// Banner principal  //////*/
.form-banner {
    background-color: #fff;
}


/*///// fin Banner principal //////*/
/*/////////////////// FIN HOME //////////////////////*/
/*/////////////////// RESULTADOS  //////////////////////*/
.main { /*CUSTOM*/
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: black;
}

/*///// Grilla Servicio //////*/
/*CUSTOM*/


#serv {
    min-height: 80px;
    padding: 10px;
    background-color: #d40001;
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
}

.servicio-select {
    width: 100%;
    border-top: solid 1px red;
    background-color: white;
}

    .servicio-select:hover {
        background-color: #ffa2a2a6 !important;
    }

/*///// fin Grilla Servicio//////*/



/*//Paginador/*/
.paginacion {
    color: black;
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto;
    text-align: center;
}

    .paginacion .tab td:not( .hidden) {
        padding: 5px 10px;
        float: left;
    }

    .paginacion a {
        color: black !important;
        width: 100%;
        max-width: 80px;
        float: left;
    }

    .paginacion .tab {
        text-align: center;
        margin: 0 auto;
    }

/*//fin Paginador/*/
/*///// Filtros //////*/
/*CUSTOM*/


.columnfiltros {
    max-height: 300px;
    background-color: #ffffff;
    margin: 8px 0px;
    border-radius: 5px;
}

.filtro {
    background-color: transparent;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 160%;
}

/*///// fin Filtros //////*/

/*///// Fechas Filtros //////*/
/*///// fin Fechas Filtros //////*/


/*///// header //////*/

.colorSeparadores { /*CUSTOM*/
    background-color: black;
    height: 5px;
}

.columnfondocolor { /*CUSTOM*/
    background-color: #E21415;
    padding: 10px;
    color: #fff;
}


.table-header {
    min-height: 10px;
}

.flechina {
    height: 9px;
    width: 10px;
    margin-left: 3px;
    background: none;
}

/*///// fin header //////*/

/*///// grilla //////*/
#columnresult { /*CUSTOM*/
    float: left;
    line-height: 140%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    position: relative;
    width: 100%;
}

table td[class*=col-] {
    float: left;
}

table tbody:nth-child(4n) { /*CUSTOM*/
    background-color: #5f5f5f3d;
}
/*///// fin grilla //////*/


/*///// grilla btns,divs //////*/



.renglon, .renglonHide {
    min-height: 20px;
}

.btn .badge {
    font-size: 9px !important;
}

/*////Promo/////*/
#divempresapromo {
    max-height: 20px;
}

.divPromo {
    float: left;
    width: 100%;
    height: 90%;
    padding: 0px 20px;
}

.promo {
    width: 100%;
    background: red;
    color: #fff;
    border-radius: 5px;
    height: 25px;
    max-width: 250px;
}

.contenedor_promo_Chico { /*CUSTOM*/
    color: #f5f5f5;
    background-color: red;
    border-radius: 5px;
    max-width: 150px;
}
/*////Fin Promo/////*/

/*////imagenes/////*/
.SPDPax { /*CUSTOM*/
    background-color: #3333333b;
    float: left;
    margin: 10px;
    width: 100%;
    height: 100%;
    color: black;
    border-radius: 5px;
}

.ImagenEmpresaTabla {
    max-height: 21px;
    max-width: 103px;
    width: 100%;
    max-height: 100px;
    min-height: 21px;
    max-width: 200px;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.spdImg {
    height: 40px;
    border-radius: 5px;
}

.NOMostrar {
    display: none;
}
/*////fin imagenes/////*/



/*////collapse/////*/
.collapse {
    visibility: hidden;
}

    .collapse.show {
        visibility: visible;
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .collapsing.width {
        -webkit-transition-property: width, visibility;
        -o-transition-property: width, visibility;
        transition-property: width, visibility;
        width: 0px;
        height: 100px;
    }


/*////fin collapse/////*/
/*///// fin grilla btns,divs //////*/
/*--------- ASIENTOS ----------*/

.cerrarAsientos {
    padding: 10px !important;
    line-height: 0 !important;
}


#fondomedio {
    overflow: hidden;
    width: 100%;
    min-width: 250px;
    min-height: 500px;
    position: relative;
    background-size: 100% 100%;
}

#centrada {
    top: 100px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.centrada {
    background-color: white;
}


.AsientosModelos {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    max-width: 250px;
}

.seleccione {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

.Asientos_Mensaje_div p {
    overflow: auto;
    max-height: 50px;
    height: 100%;
}

.Asientos_Mensaje_div {
    padding: 10px;
    width: 80%;
}

.Asientos_Mensaje {
    width: 100%;
    height: 100%;
    margin: 20px auto !important;
    max-width: 550px;
    max-height: 100px;
}

.Asientos_Division {
    float: left;
    width: 100%;
    margin: 0 auto;
    border: 1px solid;
    padding: 0px 0px 10px 0px;
    border-radius: 6px;
}

.plantaAlta {
    max-width: 180px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.plantaAltaVacio {
    max-width: 180px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.plantaBajaVacio {
    max-width: 180px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.arriba {
    background: url(../images/asientos/arriba.gif) no-repeat;
    max-width: 250px;
    height: 9px;
    background-size: 100%;
    width: 100%;
}

.medio {
    overflow: hidden;
    border-left: double #999;
    border-right: double #999;
    padding: 15px 0px 15px 0px;
}

.abajo {
    background: url(../images/asientos/abajo.gif) 0 bottom no-repeat;
    max-width: 250px;
    height: 9px;
    background-size: 100%;
    width: 100%;
}

.medio span {
    width: 29px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
}

.a_elegido {
    background: url(../images/asientos/a_elegido.gif) no-repeat;
    color: #F00;
    cursor: pointer;
}

.a_ocupado {
    background: url(../images/asientos/a_ocupado.gif) no-repeat;
}

.a_desocupado {
    background: url(../images/asientos/a_desocupado.gif) no-repeat;
    cursor: pointer;
}

.a_nodisponible {
    background: url(../images/asientos/a_nodisponible.gif) no-repeat;
}

.a_toilette {
    background: url(../images/asientos/toilette.gif) no-repeat;
}

.a_bar {
    background: url('../images/asientos/bar.gif') no-repeat;
}

.a_tv {
    background: url(../images/asientos/tv.gif) no-repeat;
}

.a_tel {
    background: url(./images/asientos/tel.gif) no-repeat;
}

.a_escalera {
    background: url(../images/asientos/escalera.gif) no-repeat;
}

.a_puerta {
    background: url(../images/asientos/puerta_derecha.gif) no-repeat;
}

.elegible {
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

    .elegible:hover {
        color: #023AA6;
        text-decoration: underline;
        background-color: #DDD;
        font-weight: bold;
    }

/*---------FIN ASIENTOS ----------*/


/*/////////////////// FIN RESULTADOS //////////////////////*/




/*///////////////// CHECKOUT ////////////////*/

/*///////////////// form general /////////////// /*/
.form-generico {
    border-radius: 5px;
    background-color: #ededed; /*CUSTOM*/
    float: left;
    font-size: 14px;
    font-weight: bold;
    /*-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.36);*/
}

.fecha-control {
    float: left;
    width: 100%;
    padding: 2px;
}
/*///////////////// fin form general /////////////// /*/

/*///////////////// form checkout 2 /////////////// /*/

.columnCheckout2 {
    width: 100%;
    float: left;
    background-color: #e8e8e8; /*lightgray;*/ /*CUSTOM*/
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 25px;
}


.btn-grupo-despliege {
    max-height: 30px;
}

/*///////////////// div Compras/////////////// /*/
#DivCompras {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formprecio {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 50px;
    height: 100%;
}

    .formprecio #Precio_Viaje {
        width: 100%;
        float: left;
        margin: 0 auto;
        height: 100%;
        padding: 10px;
    }

    .formprecio div .Precio_total {
        max-height: 50px;
        border-radius: 10px;
        text-align: center;
        background-color: white;
        margin: 0 auto;
    }

.nroCompra {
    max-height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: white; /*CUSTOM*/
    margin: 0 auto;
    float: left;
    width: 100%;
}

#text_precio { /*CUSTOM*/
    text-align: center;
    position: relative;
    top: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 26px;
    color: #00407A;
    font-weight: bold;
}

.textos_Compra { /*CUSTOM*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 140%;
    border-bottom: 1px solid;
    float: left;
    width: 100%;
}
/*///////////////// fin Compras/////////////// /*/
/*///////////////// fin form checkout 2 /////////////// /*/
/*///////////////// form checkout 1 /////////////// /*/

#columnCheckout1 {
    width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif; /*CUSTOM*/
    color: #626262;
}

.Condiciones {
    font-size: 11px;
    font-family: verdana;
    font-weight: normal;
    padding: 10px;
    color: #E2001A;
    border: solid 1px #E2001A;
    background-color: white; /*CUSTOM*/
    padding: 0 10px;
    float: left;
    width: 100%
}

.PanelRG3450 { /*CUSTOM*/
    background-color: #e3e7ec;
    float: left;
    margin-bottom: 0px;
}

.PaxFrec {
    border: solid 1px #808080;
    background-color: white;
}

.titular_tarjeta {
    background-color: white;
}

#divDatosTitularTarjeta {
    background-color: Red;
    padding: 24px;
}
/*///////////////// fin form checkout 1 /////////////// /*/
/*Feature 667*/
.CheckCondiciones input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.lblCondicionesLink {
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #0066CC;
}

.lblCondiciones {
    font-size: 15px;
}
/*/ //////////////// FIN CHECKOUT /////////////// /*/
/*//////////////////GRACIAS////////////////*/
/*//////////////////columnGracias////////////////*/
#columnGracias {
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.56);
    margin-bottom: 25px;
}
/*//////////////////fin columnGracias////////////////*/
.form-gracias {
    color: #626262;
    background-color: #fff;
}

.gracias {
    color: #E21415; /*CUSTOM*/
}

.gracias2 {
    color: #0038A5; /*CUSTOM*/
}

/*//////////////////FIN GRACIAS////////////////*/
/*////////////////// ERROR ////////////////*/

#imgerror {
    background: url(../images/error404.gif) no-repeat;
    max-width: 120px;
    height: 101px;
    width: 100%;
    margin: 0 auto;
    margin-left: 25px;
}

#error {
    max-width: 650px;
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.errortipo1 {
    color: #F60; /*CUSTOM*/
}


.errortipo2 {
    color: #000; /*CUSTOM*/
    line-height: 220%;
}

/*////////////////// FIN ERROR ////////////////*/

/*////////////////// DESAMBIGUACION ////////////////*/

#imgDesambiguacion {
    background: url(../images/errordesamb.gif) no-repeat;
    min-width: 100px;
    min-height: 100px;
    float: left;
    width: 100%;
    height: 100%
}

#errorDesambiguacion {
    max-width: 650px;
    width: 100%;
    float: left;
}

/*////////////////// FIN DESAMBIGUACION ////////////////*/


/*//////////////////CONDICIONES////////////////*/

p.MsoNormal {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: 0in;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
}

/*//////////////////FIN CONDICIONES////////////////*/
/*////////////////// MASTER PAGE SPLASH////////////////*/
.PaisDivSplash {
    max-height: 130px;
    max-width: 250px;
}

.btn_proximamente {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#cabezal_splash {
    background-color: #FFD7C1;
    height: 100px;
}

/*.watermark2 {
    color: #999 !important;
    font-style: italic !important;
}*/

.NombrePais {
    color: #FFFFFF;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
/*////////////////// FIN MASTER PAGE SPLASH ////////////////*/

/*////////////////// ui-widget ////////////////*/
.ui-widget {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font: bold;
    color: #0038A5;
    line-height: 130%;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.ui-autocomplete {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    max-width: 500px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, &.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.datepicker {
    z-index: 1099 !important;
}

/*////////////////// fin ui-widget ////////////////*/
/*///Modificaciones bootstrap*/

.select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}

.fb-icon {
    background-color: #4267B2;
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 7px
}

    .fb-icon:hover {
        background-color: #365899
    }

.picker__frame {
}

/* //////////// Media /////////// */
screen {
    min-width: 400px;
}

table label, table span, .font14Normal, .font14bold, .font18bold, .font16bold, .font16Normal {
    font-size: 10px !important;
}

.contenedor_promo_Chico {
    margin-top: 10px;
}

/*///////Desde/////////*/

/*super xs */
@media only screen and (min-width : 320px) {
    table span {
        font-size: 10px !important;
    }

    table label, .font14Normal, .font14bold, .font18bold, .font16bold, .font16Normal {
        font-size: 12px !important;
    }

    .promo span {
        font-size: 10px !important;
    }

    .promo {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .picker__frame {
        max-width: 500px;
    }

    .CustomColorSalida,
    .CustomColorLlegada {
        font-size: 18px !important;
    }
}

/* xs */
@media only screen and (min-width : 480px) {
    .renglonHide {
        display: none;
    }

    .picker__box {
        font-size: 15px;
    }

    table label, table span, .font14Normal, .font14bold, .font18bold, .font16bold, .font16Normal {
        font-size: 13px !important;
    }

    .picker__frame {
        max-width: 300px;
    }
}
/* sm */
@media only screen and (min-width : 768px) {
    .renglonHide {
        display: block !important;
    }


    table label, table span, .font14Normal, .font14bold, .font18bold, .font16bold, .font16Normal {
        font-size: 14px !important;
    }

    .columnfiltros {
        max-height: 300px;
    }
}

@media (min-width: 768px) {
    /*.date-picker-wrapper {
        position: absolute;
        margin-top: 15px;
        bottom: auto;
        width: auto;
}
*/
}

/* md */
@media only screen and (min-width : 992px) {
    .renglonHide {
        display: block !important;
    }



    table label, table span, .font14Normal, .font14bold, .font18bold, .font16bold {
        font-size: 15px !important;
    }
}
/* lg */
@media only screen and (min-width : 1200px) {
    .renglonHide {
        display: block !important;
    }



    table label, table span, .font14Normal, .font14bold, .font18bold, .font16bold {
        font-size: 16px !important;
    }
}

/*///////Hasta/////////*/


/*super xs */
@media only screen and ( max-width : 320px) {
}
/* xs */
@media only screen and (max-width : 480px) {
    .tdfechas div, .divSep {
        /*height: 40px;*/
    }
}
/* sm */
@media only screen and (max-width : 768px) {
    #Gracias_Main {
        padding: 0px !important;
    }


    #columnGracias {
    }

    .paginacion a {
        width: 100%;
        max-width: 30px;
        font-size: 10px;
    }

    .paginacion .tab td:not( .hidden) {
        padding: 10px 4px !important;
    }

    .renglonHide {
        display: none;
    }

    .title {
        font-size: 17px;
    }
}
/* md */
@media only screen and (max-width : 992px) {
}
/* lg */
@media only screen and (max-width : 1200px) {
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* //////////// fin Media /////////// */


/*/////////Data Picker estilos/////////*/
.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    position: fixed;
    z-index: 10100 !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: red;
    padding: 20px;
    z-index: 10;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.3)
}

    .date-picker-wrapper.no-topbar {
        padding-top: 12px
    }

    .date-picker-wrapper .footer {
        font-size: 11px;
        padding-top: 3px
    }

    .date-picker-wrapper b {
        color: #666;
        font-weight: 700
    }

    .date-picker-wrapper a {
        color: #6bb4d6;
        text-decoration: underline
    }

    .date-picker-wrapper .select-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle
    }

        .date-picker-wrapper .select-wrapper:hover {
            text-decoration: underline
        }

    .date-picker-wrapper .month-element {
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        color: #333
    }

    .date-picker-wrapper .select-wrapper select {
        position: absolute;
        margin: 0;
        padding: 0;
        left: 0;
        top: -1px;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        text-transform: inherit;
        color: inherit;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        outline: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        opacity: .01
    }

    .date-picker-wrapper .month-wrapper {
        cursor: default;
        position: relative;
        _overflow: hidden
    }

        .date-picker-wrapper .month-wrapper table {
            width: 250px;
            float: left
        }

            .date-picker-wrapper .month-wrapper table.month2 {
                width: 250px;
                float: left
            }

            .date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
                vertical-align: middle;
                text-align: center;
                line-height: 14px;
                margin: 0;
                padding: 0
            }

            .date-picker-wrapper .month-wrapper table .day {
                padding: 10px;
                line-height: 1;
                font-size: 14px;
                margin-bottom: 1px;
                color: #666;
                cursor: default;
                border: 1px solid #fff
            }

                .date-picker-wrapper .month-wrapper table .day.invalid {
                    color: #ccc
                }

            .date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
                color: #999;
                cursor: default
            }

            .date-picker-wrapper .month-wrapper table .day.checked {
                background-color: #9cdbf7
            }

            .date-picker-wrapper .month-wrapper table .week-name {
                height: 40px;
                line-height: 20px;
                font-weight: 100;
                text-transform: uppercase;
                font-size: 10px;
                font-weight: 800;
                color: #aaa
            }

            .date-picker-wrapper .month-wrapper table .day.has-tooltip {
                cursor: help !important
            }

    .date-picker-wrapper .time label {
        white-space: nowrap
    }

    .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
        cursor: pointer
    }

    .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
        background-color: #E2001A;
        border: 1px solid #F60;
        color: #fff
    }

    .date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
        display: none
    }

    .date-picker-wrapper table .caption {
        height: 64px;
        font-size: 18px
    }

        .date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
            padding: 0 5px;
            cursor: pointer
        }

            .date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
                background-color: #ccc;
                color: #fff
            }

    .date-picker-wrapper .gap {
        position: relative;
        z-index: 1;
        width: 15px;
        height: 100%;
        font-size: 0;
        line-height: 0;
        float: left;
        top: -5px;
        margin: 0 10px -10px;
        visibility: hidden;
        height: 0
    }

        .date-picker-wrapper .gap .gap-lines {
            height: 100%;
            overflow: hidden
        }

        .date-picker-wrapper .gap .gap-line {
            height: 15px;
            width: 15px;
            position: relative
        }

            .date-picker-wrapper .gap .gap-line .gap-1 {
                z-index: 1;
                height: 0;
                border-left: 8px solid #fff;
                border-top: 8px solid #eee;
                border-bottom: 8px solid #eee
            }

            .date-picker-wrapper .gap .gap-line .gap-2 {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                height: 0;
                border-left: 8px solid transparent;
                border-top: 8px solid #fff
            }

            .date-picker-wrapper .gap .gap-line .gap-3 {
                position: absolute;
                right: 0;
                top: 8px;
                z-index: 2;
                height: 0;
                border-left: 8px solid transparent;
                border-bottom: 8px solid #fff
            }

        .date-picker-wrapper .gap .gap-top-mask {
            width: 6px;
            height: 1px;
            position: absolute;
            top: -1px;
            left: 1px;
            background-color: #eee;
            z-index: 3
        }

        .date-picker-wrapper .gap .gap-bottom-mask {
            width: 6px;
            height: 1px;
            position: absolute;
            bottom: -1px;
            left: 7px;
            background-color: #eee;
            z-index: 3
        }

    .date-picker-wrapper .selected-days {
        display: none
    }

    .date-picker-wrapper .drp_top-bar {
        line-height: 1.4;
        position: relative;
        padding: 0 40px 15px 0;
        border-bottom: 1px solid #ececec;
        display: block;
        font-size: 16px
    }

        .date-picker-wrapper .drp_top-bar .error-top {
            display: none
        }

        .date-picker-wrapper .drp_top-bar .normal-top {
            display: none
        }

        .date-picker-wrapper .drp_top-bar .default-top {
            display: block
        }

        .date-picker-wrapper .drp_top-bar.error .default-top {
            display: none
        }

        .date-picker-wrapper .drp_top-bar.error .error-top {
            display: block;
            color: #f00
        }

        .date-picker-wrapper .drp_top-bar.normal .default-top {
            display: none
        }

        .date-picker-wrapper .drp_top-bar.normal .normal-top {
            display: block
        }

            .date-picker-wrapper .drp_top-bar.normal .normal-top .start-day, .date-picker-wrapper .drp_top-bar.normal .normal-top .end-day {
                color: #d91313
            }

        .date-picker-wrapper .drp_top-bar .apply-btn {
            position: absolute;
            right: 0;
            top: 0;
            padding: 3px 5px;
            margin: 0;
            font-size: 12px;
            cursor: pointer;
            border: solid 1px #0076a3;
            background: #fff;
            color: red;
            line-height: initial;
            text-transform: uppercase
        }

            .date-picker-wrapper .drp_top-bar .apply-btn.disabled {
                cursor: pointer;
                color: #606060;
                border: solid 1px #b7b7b7;
                background: #fff
            }

    .date-picker-wrapper .time {
        position: relative
    }

    .date-picker-wrapper.single-month .time {
        display: block
    }

    .date-picker-wrapper .time input[type=range] {
        vertical-align: middle;
        width: 129px;
        padding: 0;
        margin: 0;
        height: 20px
    }

    .date-picker-wrapper .time1, .time2 {
        width: 180px;
        padding: 0 5px;
        text-align: center
    }

    .date-picker-wrapper .time1 {
        float: left
    }

    .date-picker-wrapper .time2 {
        float: right
    }

    .date-picker-wrapper .hour, .minute {
        text-align: right
    }

    .date-picker-wrapper .hide {
        display: block !important
    }

    .date-picker-wrapper .first-date-selected {
        background-color: red !important;
        border-color: red !important;
        color: #fff !important
    }

    .date-picker-wrapper .last-date-selected {
        background-color: #E21415 !important;
        border-color: #9f1897;
        color: #fff !important
    }

    .date-picker-wrapper .date-range-length-tip {
        position: absolute;
        margin-top: -4px;
        margin-left: -8px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        display: none;
        background-color: #fff;
        padding: 0 6px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 16px;
        -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
        filter: drop-shadow(0 0 3px rgba(0,0,0,.3))
    }

        .date-picker-wrapper .date-range-length-tip:after {
            content: '';
            position: absolute;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #fff;
            left: 50%;
            margin-left: -4px;
            bottom: -4px
        }

    .date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
        display: none
    }

    .date-picker-wrapper .week-number {
        padding: 5px 0;
        line-height: 1;
        font-size: 12px;
        margin-bottom: 1px;
        color: #999;
        cursor: pointer
    }

        .date-picker-wrapper .week-number.week-number-selected {
            color: #49e;
            font-weight: bold
        }

@media(min-width: 0) and (max-width:767px) {
    .date-picker-wrapper .month-wrapper, .date-picker-wrapper .month-wrapper table {
        width: 100% !important
    }
}

@media(min-width: 768px) {
    .date-picker-wrapper {
        position: absolute;
        margin-top: 45px; /*LG Le agrego margin top para resolver el BUG 345 06112018*/
        bottom: auto;
        width: auto
    }

        .date-picker-wrapper:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            position: absolute;
            top: -10px;
            left: 10px
        }

        .date-picker-wrapper .drp_top-bar {
            display: none
        }

        .date-picker-wrapper .month-wrapper table {
            width: 250px
        }

        .date-picker-wrapper table .caption {
            height: 50px;
            font-size: 14px
        }

        .date-picker-wrapper .hide {
            display: none
        }
}

/*
================================================================================================================================
														IMAGENES
================================================================================================================================
*/

/*
---------------------------------------------- arriba ---------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen superior de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla bus Arriba.     
---------------------------------------------------------------------------------------------------
*/
.arriba {
    background: url(../images/asientos/arriba.gif) no-repeat;
    background-size: 100% !important;
}

/*
---------------------------------------------- abajo ----------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen inferior de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla bus abajo.     
---------------------------------------------------------------------------------------------------
*/
.abajo {
    background: url(../images/asientos/abajo.gif) 0 bottom no-repeat;
    background-size: 100% !important;
}

/*
---------------------------------------------- a_elegido ------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del asiento elegido de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla asiento elegido.     
---------------------------------------------------------------------------------------------------
*/
.a_elegido {
    background: url(../images/asientos/a_elegido.gif) no-repeat;
    color: #F00 !important;
}

/*
---------------------------------------------- a_ocupado ------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del asiento ocupado de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla asiento ocupado.     
---------------------------------------------------------------------------------------------------
*/
.a_ocupado {
    background: url(../images/asientos/a_ocupado.gif) no-repeat;
}

/*
---------------------------------------------- a_desocupado ---------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del asiento desocupado de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla asiento  desocupado.     
---------------------------------------------------------------------------------------------------
*/
.a_desocupado {
    background: url(../images/asientos/a_desocupado.gif) no-repeat;
}

/*
---------------------------------------------- a_nodisponible -------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del asiento no disponible de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla asiento no disponible.     
---------------------------------------------------------------------------------------------------
*/
.a_nodisponible {
    background: url(../images/asientos/a_nodisponible.gif) no-repeat;
}

/*
---------------------------------------------- a_toilette -----------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del baño de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla baño.     
---------------------------------------------------------------------------------------------------
*/
.a_toilette {
    background: url(../images/asientos/toilette.gif) no-repeat;
}

/*
---------------------------------------------- a_bar ----------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del bar de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla bar.     
---------------------------------------------------------------------------------------------------
*/
.a_bar {
    background: url('../images/asientos/bar.gif') no-repeat;
}

/*
---------------------------------------------- a_tv -----------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen de la tv de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla tv.     
---------------------------------------------------------------------------------------------------
*/
.a_tv {
    background: url(../images/asientos/tv.gif) no-repeat;
}

/*
---------------------------------------------- a_tel ----------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen del telefono de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquillatelefono.     
---------------------------------------------------------------------------------------------------
*/
.a_tel {
    background: url(./images/asientos/tel.gif) no-repeat;
}

/*
---------------------------------------------- a_escalera -----------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen de la escalera de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla escalera.     
---------------------------------------------------------------------------------------------------
*/
.a_escalera {
    background: url(../images/asientos/escalera.gif) no-repeat;
}

/*
---------------------------------------------- a_puerta -------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen de la puerta de la taquilla.

Paginas afectadas:  -Resultados:
                        -taquilla puerta.     
---------------------------------------------------------------------------------------------------
*/
.a_puerta {
    background: url(../images/asientos/puerta_derecha.gif) no-repeat;
}

/*
---------------------------------------------- imgerror -------------------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen de ERROR.

Paginas afectadas:  -Resultados:
                        -taquilla puerta.     
---------------------------------------------------------------------------------------------------
*/
#imgerror {
    background: url(../images/error404.gif) no-repeat;
}

/*
---------------------------------------------- imgDesambiguacion ----------------------------------
Descripcion: Esteblece la ruta donde se buscara la imagen de DESAMBIGUACION.

Paginas afectadas:  -Resultados:
                        -taquilla puerta.     
---------------------------------------------------------------------------------------------------
*/
#imgDesambiguacion {
    background: url(../images/errordesamb.gif) no-repeat;
}

/*
================================================================================================================================
														FIN IMAGENES
================================================================================================================================
*/
