@charset "utf-8";
/* CSS Document */
/*clear float*/

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*NAVEGACION*/

.navInicio {
    background-image: url(../img/nav/navInicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67.44px;
    height: 62.4px;
    position: absolute;
    left: 85.5%;
    top: 17%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}

.flechaAtras2 {
    background-image: url(../img/nav/flechaAtras2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 77.5px;
    height: 59px;
}

.flechaSiguiente2 {
    background-image: url(../img/nav/flechaSiguiente2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 77.5px;
    height: 59px;
}

.flechaSiguiente3 {
    background-image: url(../img/nav/flechaSiguiente3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}

.flechaAtras3 {
    background-image: url(../img/nav/flechaAtras3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}

.flechaSiguiente4 {
    background-image: url(../img/nav/flechaSiguiente4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
}

.cntFondoBorde {
    border: 3px dashed #A1E1FF;
    width: 1125px;
    height: 590px;
    margin: 0 auto;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.fondoTablero {
    background-image: url(../img/fondo/fondoTablero.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1097px;
    height: 552px;
    margin: 1.5% auto 0 auto;
}

.cuadroUnion {
    background: url(../img/cuadroUnion.png) center no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 36.5px;
    cursor: pointer;
}

.cuadroUnion2 {
    background-color: #FEFEFE;
    width: 42px;
    height: 36.5px;
}

.cntLineas {
    left: 34.5%;
    position: absolute;
    z-index: 1;
    width: 103px;
    height: 300px;
    top: 24%;
}

.tblUnionConceptos {
    font-family: 'cabinmedium';
    font-size: 41px;
    color: #FEFEFE;
    letter-spacing: 0px;
    margin: 8% auto 0 6%;
    line-height: 42px;
}

.tblUnionConceptos tr td {
    vertical-align: middle;
    padding-bottom: 20px;
}

.tblUnionConceptos tr td:nth-child(1) {
    width: 5%;
    font-family: 'cabinregular';
    font-weight: bold;
}

.tblUnionConceptos tr td:nth-child(2) {
    width: 8.5%;
}

.tblUnionConceptos tr td:nth-child(3) {
    width: 3%;
}

.tblUnionConceptos tr td:nth-child(4) {
    width: 35%;
}

.btnBorde {
    width: 243px;
    height: 61px;
    border: 2px dashed #E7B041;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    padding: 8px;
    display: inline-block !important;
    margin: 1% 1.5%;
}

.btnBorde .cntBtnBorde {
    width: 100%;
    height: 100%;
    /* height: 86%; */
    /* margin: 1% 1% 0% 1%; */
    
    letter-spacing: 0;
    background-color: #E7B041;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0% auto;
    position: relative;
}

.btnBorde .cntBtnBorde .texto {
    font-family: 'cabinmedium';
    font-size: 42px;
    color: #FEFEFE;
    line-height: 65px;
    margin-left: 4%;
    text-align: left;
}

.tituloRes {
    font-size: 42px;
    line-height: 42px;
    color: #FEFEFE;
    font-family: 'cabinmedium';
    position: absolute;
    top: 21%;
    left: 14%;
}

.cntDestinos {
    display: inline-block;
    margin-top: 16.5%;
    margin-left: 24%;
    width: 60%;
}

.cntConceptos {
    /* padding-top: 52%; */
    
    display: inline-block;
    margin-top: 2%;
    margin-left: 5%;
}

.concepto {
    width: 243px;
    height: 61px;
    letter-spacing: 0;
    background-color: #E7B041;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0% auto;
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.concepto .texto {
    font-family: 'cabinmedium';
    font-size: 42px;
    color: #FEFEFE;
    line-height: 65px;
    margin-left: 4%;
    text-align: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}