@charset "utf-8";
/* CSS Document */

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.flechaAtras {
    background-image: url(../img/nav/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -3%;
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
    position: absolute;
    z-index: 1;
    right: -20px;
    top: 50%;
}

.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
/*fondo*/

.fondoBorde {
    background-color: #E5B39D;
    width: 1121px;
    height: 556px;
    padding: 12px 18px 16px 12px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 4%;
    top: 9%;
    position: absolute;
}

.cntBordeInterno {
    border: 3px dashed #FEFEFE;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tblQuestionario {
    font-family: 'cabinregular';
    font-size: 34px;
    color: #343A49;
    line-height: 41px;
    margin: 1.5% auto 0 auto;
}

.tblQuestionario tr th {
    font-family: 'cabinbold';
    font-size: 24px;
}

.tblQuestionario tr td {
      vertical-align: middle;
}

.tblQuestionario tr:nth-child(odd) td {
    height: 30px;
}

.tblQuestionario tr td:nth-child(3) {
    padding: 0 8px 0 10px;
}

.segundaLinea {
    margin-top: -12px;
    padding-bottom: 30px;
}

.respuestaFV {
    background: url(../img/respuestaFV.png) center no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 27.5px;
    cursor: pointer;
}

.fail {
    background: url(../img/fail.png) center no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 27.5px;
    display: none;
    vertical-align: top;
}

.success {
    background: url(../img/success.png) center no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 27.5px;
    display: none;
    vertical-align: top;
}

.viñeta {
    width: 26px;
    height: 26px;
      margin-right: 10px;
}
#divVideo {
    display:none;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    width: 420px;
    height: 240px;
}

.videoBarco {
    width: 420px;
    height: 240px;
    position: absolute;
}