@import url("M_G06_U02_L02_03.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.cntEquivalencias {
    padding: 10px solid rgba(155, 155, 155, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(155, 155, 155, 0.3);
    margin: 2% auto 0 auto;
    display: inline-block;
    display: table;
}
/*tblEquivalencias 1*/

.tblEquivalencias {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid transparent;
    border-collapse: separate;
}
/*titulo*/

.tblEquivalencias tr th {
    width: 325px;
    height: 81px;
}

.tblEquivalencias tr th .elementoRelativo {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tblEquivalencias tr th .titulo {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
}

.tblEquivalencias tr th:nth-child(odd) .elementoRelativo {
    background-color: #A1BF37;
}

.tblEquivalencias tr th:nth-child(even) .elementoRelativo {
    background-color: #CF644E;
}
/*fin titulo*/
/*contenido*/

.tblEquivalencias tr td .elementoRelativo {
    width: 325px;
    height: 76px;
    background-color: #fefefe;
}

.tblEquivalencias tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
}

.tblEquivalencias tr td {
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 75px;
    letter-spacing: 0;
    border-bottom: 5px solid transparent;
}

.tblEquivalencias tr td:nth-child(1) {
    text-align: center;
}

.tblEquivalencias tr td:nth-child(2) .texto {
    text-align: left;
    padding-left: 225px;
}

.tblEquivalencias tr td:nth-child(3) .texto {
    padding-left: 30px;
}

.tblEquivalencias tr:nth-child(1) th:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblEquivalencias tr td:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblEquivalencias tr:nth-last-child(1) td {
    border-bottom: 0;
}

.borderRadiusL {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.borderRadiusR {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
/*fin contenido*/

.campoOculto {
    width: 151px;
    height: 62px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    left: 48px;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    top: 50%;
}

.tblEquivalencias tr:nth-child(odd) .campoOculto {
    background-color: #9B9B9A;
}

.tblEquivalencias tr:nth-child(even) .campoOculto {
    background-color: #CF644E;
}
/*tblEquivalencias2*/

.tblEquivalencias2 tr th:nth-child(odd) .elementoRelativo {
    background-color: #CF644E !important;
}

.tblEquivalencias2 tr th:nth-child(even) .elementoRelativo {
    background-color: #A1BF37 !important;
}

.tblEquivalencias2 tr:nth-child(even) .campoOculto {
    background-color: #9B9B9A !important;
}

.tblEquivalencias2 tr:nth-child(odd) .campoOculto {
    background-color: #A1BF37 !important;
}
/*fin tblEquivalencias2*/

.clickCampoOculto {
    background-image: url(../img/click/clickEquivalencia.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 39px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.campoOculto .numero {
    font-family: 'cabinregular';
    font-size: 47px;
    color: #fefefe;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
/*cntPreguntaConversion*/

.cntPreguntaConversion {
    width: 1049px;
    height: 446px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.3);
    display: table;
    margin: 6.5% auto 0 auto;
    background-color: #FEFEFE;
}

.cntPreguntaConversion .header {
    width: 1049px;
    height: 58px;
    background-color: #CF644E;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cntPreguntaConversion .pregunta {
    width: 707px;
    height: 133px;
    background-color: #CF644E;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: table;
    margin: -9% auto 0 auto;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0, 0, 0, 0.3);
}

.cntPreguntaConversion .pregunta #texto1 {
    font-family: 'cabinregular';
    font-size: 40px;
    line-height: 45px;
    color: #fefefe;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cntPreguntaConversion .pregunta #texto2 {
    font-family: 'cabinregular';
    text-align: center;
    font-size: 45px;
    line-height: 52px;
    color: #6E6E6E;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 140%;
    left: -4%;
    white-space: nowrap;
    display: none;
}

.cntPreguntaConversion .pregunta .click {
    background-image: url(../img/click/clickEquivalencia.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 39px;
    position: absolute;
    display: inline-block;
    left: 92%;
    top: 62%;
}

.fraccionario .linea {
    border-color: #6E6E6E;
}
/*inicio tablaConversion*/

.tablaConversion {
    background-image: url(../img/M_G06_U02_L03_03_02/tablaConversion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1241px;
    height: 328px;
    position: absolute;
    display: table;
    margin: 3.5% auto 0 auto;
}

.tablaConversion .palabra {
    font-family: 'cabinregular';
    color: #fefefe;
    position: absolute;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: 0;
}

.titulo {
    font-family: 'cabinregular';
    color: #575756;
    position: absolute;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    top: 9.5%;
    left: 6%;
}
/*fint tablaConversion*/

.tblConversion {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid transparent;
    border-collapse: separate;
}
/*titulo*/

.tblConversion tr th {
    height: 46px;
    white-space: nowrap;
    text-align: center;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0;
}

.tblConversion tr th:nth-child(1) {
    width: 376px;
}

.tblConversion tr th:nth-child(2) {
    width: 502px;
}

.tblConversion tr th .elementoRelativo {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tblConversion tr th:nth-child(odd) .elementoRelativo {
    background-color: #EC644C;
}

.tblConversion tr th:nth-child(even) .elementoRelativo {
    background-color: #A1BF37;
}
/*fin titulo*/
/*contenido*/

.tblConversion tr td .elementoRelativo {
    height: 61px;
    background-color: #fefefe;
}

.tblConversion tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
}

.tblConversion tr td {
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 61px;
    letter-spacing: 0;
    border-bottom: 5px solid transparent;
    text-align: center;
}

.tblConversion tr:nth-child(1) th:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblConversion tr td:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblConversion tr:nth-last-child(1) td {
    border-bottom: 0;
}

.borderRadiusL {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.borderRadiusR {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.celdaOculta {
    cursor: pointer;
}

.celdaOculta .texto {
    display: none;
}

.celdaOculta .clickCampoOculto {
    background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 40px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
/*fin contenido*/