.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.sinPuntero {
    cursor: default;
}

.popCC {
    margin: 0;
}

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #313E4B;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 750px / 3px;
    -moz-box-shadow: 0px 2px 12px 1.5px #575756;
    -webkit-box-shadow: 0px 2px 12px 1.5px #575756;
    box-shadow: 0px 2px 12px 1.5px #575756;
}

.tituloOperacion {
    background-color: #CD5B40;
    width: 1175px;
    height: 72px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto;
}

.tituloOperacionBorder {
    background-color: #CD5B40;
    width: 96.5%;
    height: 76%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0 auto;
    border-left: 3px dashed #FEFEFE;
    font-family: 'cabinbold';
    font-size: 35px;
    color: #FEFEFE;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    border-right: 3px dashed #FEFEFE;
    border-bottom: 3px dashed #FEFEFE;
}

.tituloOperacion2 {
    background-color: #CD5B40;
    width: 1175px;
    height: 72px;
    -webkit-border-bottom-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
    margin: 0 auto;
    font-family: 'cabinbold';
    font-size: 35px;
    color: #FEFEFE;
    letter-spacing: 0;
    text-align: center;
    line-height: 62px;
    -webkit-box-shadow: inset 0px -3px 8px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -3px 8px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -3px 8px 4px rgba(0, 0, 0, 0.3);
}
/*NAVEGACION*/

.navArrow {
    width: 70px;
    height: 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.navBack {
    left: 3%;
    top: 87%
}

.navNext {
    left: 92%;
    top: 87%
}

.flechaAtras4 {
    background-image: url(../img/nav/flechaAtras4.png);
}

.flechaSiguiente4 {
    background-image: url(../img/nav/flechaSiguiente4.png);
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
}

.flechaAtras2 {
    background-image: url(../img/nav/flechaAtras2.png);
}

.flechaSiguiente2 {
    background-image: url(../img/nav/flechaSiguiente2.png);
}

.flechaAtras3 {
    background-image: url(../img/nav/flechaAtras3.png);
}

.flechaSiguiente3 {
    background-image: url(../img/nav/flechaSiguiente3.png);
}

.flechaAtras4 {
    background-image: url(../img/nav/flechaAtras4.png);
}

.flechaSiguiente4 {
    background-image: url(../img/nav/flechaSiguiente4.png);
}

.flechaAtras5 {
    background-image: url(../img/nav/flechaAtras5.png);
}

.flechaSiguiente5 {
    background-image: url(../img/nav/flechaSiguiente5.png);
}

.flechaAtras6 {
    background-image: url(../img/nav/flechaAtras6.png);
}

.flechaSiguiente6 {
    background-image: url(../img/nav/flechaSiguiente6.png);
}

.flechaAtras7 {
    background-image: url(../img/nav/flechaAtras7.png);
}

.flechaSiguiente7 {
    background-image: url(../img/nav/flechaSiguiente7.png);
}

.navInicio2 {
    background-image: url(../img/nav/navInicio2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 61px;
    height: 62px;
}

.desactivado {
    pointer-events: none;
}

.fraccionario {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    line-height: 50%;
    text-align: center;
}

.fraccionario .linea {
    display: inline-block;
    border: 3px solid #fefefe;
    width: 100%;
    vertical-align: middle;
}

.fraccionario li:nth-last-child(1) {
    line-height: 75%;
}

.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.elementoCentrado {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.elementoCentradoH {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.elementoCentradoV {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}

.clickPregunta {
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 29px;
    height: 32px;
    position: absolute;
}