@charset "utf-8";
/* CSS Document */

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*fondo*/

.fondoAmarillo {
    background-image: url(../img/fondo/fondoAmarillo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1120px;
    height: 575px;
    padding: 20px 24px 24px 20px;
    margin: -15px auto 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cntBordeInterno {
    border: 3px dashed #FEFEFE;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/*fin fondo*/

.popUpSuccess {
    background-image: url(../img/popUpSuccess.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 315px;
    height: 171px;
}

.popUpFail {
    background-image: url(../img/popUpFail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 315px;
    height: 171px;
}

.closePopup {
    background-image: url(../img/closePopup/closePopup.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 0;
    margin-top: -8px;
    margin-right: -11px;
    z-index: 2;
}

.carta {
    border: 15px solid #fefefe;
    width: 458px;
    height: 520px;
    background-color: #fefefe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: -10px 0 0 550px;
}

.bordeCarta {
    border: 1px dashed #3A607B;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tituloCarta {
    font-family: 'cabinregular';
    font-size: 20px;
    color: #313E4B;
    text-align: center;
    margin-top: 15px;
}

.parte {
    background-color: #3A607B;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.parte .txt {
    font-family: 'cabinregular';
    font-size: 20px;
    color: #fefefe;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: nowrap;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.dropCarta {
    background-color: transparent;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 86px;
    height: 86px;
    position: absolute;
    z-index: 1;
    top: 86%;
    left: 47%;
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 86px;
    height: 86px;
    position: absolute;
    z-index: 1;
    top: 86%;
    left: 47%;
}