﻿@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;
}

.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;
}

.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
/*fondo*/

.cntFondoBorde {
    border: 3px dashed #A1E1FF;
    width: 1125px;
    height: 590px;
    padding: 0.5%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cntFondo {
    width: 98%;
    height: 98%;
    padding: 1% 1% 0% 1%;
    letter-spacing: 0;
    background-color: #E1EFF7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.titulo {
    font-family: 'cabinbold';
    font-size: 35px;
    color: #343A49;
    line-height: 38px;
    text-align: left;
    margin: 5px 0px 0px 5px;
}

.titulo2 {
    font-family: 'cabinbold';
    font-size: 35px;
    color: #343A49;
    line-height: 36px;
    text-align: center;
    margin: 35px 0px 0px 5px;
}

.tblQuestionario {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #343A49;
    line-height: 32px;
}

    .tblQuestionario tr th {
        font-family: 'cabinbold';
        padding-bottom: 24px;
    }

    .tblQuestionario tr td {
        vertical-align: top;
    }

        .tblQuestionario tr td:nth-child(1) {
            vertical-align: middle;
        }

        .tblQuestionario tr td:nth-child(3) {
            padding: 0 18px 0 26px;
        }

    .tblQuestionario tr:nth-child(odd) td {
        padding: 0 0 15px 0;
    }

.respuestaFV {
    background: url(../img/respuestaFV.png) center no-repeat;
    background-size: 100% 100%;
    width: 43px;
    height: 38px;
    cursor: pointer;
}

.fail {
    background: url(../img/fail.png) center no-repeat;
    background-size: 100% 100%;
    width: 43px;
    height: 38px;
    display: none;
    vertical-align: top;
}

.success {
    background: url(../img/success.png) center no-repeat;
    background-size: 100% 100%;
    width: 43px;
    height: 38px;
    display: none;
    vertical-align: top;
}

.circuloVineta {
    margin: 0px 10px 0px 10px;
    background-color: #343A49;
    width: 9.5px;
    height: 9.5px;
    -webkit-border-radius: 9.5px;
    -moz-border-radius: 9.5px;
    border-radius: 9.5px;
    display: inline-block;
    vertical-align: middle;
}

.tblOraciones {
    white-space: nowrap;
    font-family: 'cabinregular';
    font-size: 35px;
    margin: 0% 0 0px 4%;
    letter-spacing: -0.5px;
}

    .tblOraciones tr:nth-child(odd) td {
        padding-top: 30px;
    }

        .tblOraciones tr:nth-child(odd) td:nth-child(1) {
            vertical-align: top;
        }

        .tblOraciones tr:nth-child(odd) td:nth-child(2) {
            vertical-align: middle;
        }

.txtSubjuntivo {
    padding: 10px;
    background-color: #343A49;
    color: #FEFEFE;
    resize: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    vertical-align: middle;
    font-family: 'cabinregular';
    font-size: 35px;
    border: 0px;
    box-shadow: 3px 3px 11px 0.5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 3px 11px 0.5px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 3px 3px 11px 0.5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 11px 0.5px rgba(0, 0, 0, 0.6);
    margin: 0 5px;
    line-height: 38px;
    width: 166px;
    height: 46px;
}

    .txtSubjuntivo:focus {
        outline: none;
        border: 0px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.numeracion {
    width: 34px;
    height: 34px;
    padding-right: 12px;
    vertical-align: middle;
}

#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;
}
