@import url("M_G06_U02_L02_03.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.tarea {
    background-image: url(../img/M_G06_U02_L03_05/tarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 626px;
    position: absolute;
    bottom: 0;
}

.IL_M_G06_U02_L02_05_01_01 {
    background-image: url(../img/M_G06_U02_L03_05/IL_M_G06_U02_L02_05_01_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 439px;
    position: absolute;
    z-index: 1;
    top: 9%;
    left: 72%;
}

.cntEquivalencias {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #DAD9D9;
    margin: 3% auto 0 auto;
    display: inline-block;
    display: table;
    width: 1166px;
    height: 457px;
}

.cntTblConversion {
    position: relative;
    display: table;
    margin: -36.5% auto 0 auto;
}

.tblConversion {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid transparent;
    border-collapse: separate;
}
/*header*/

.tblConversion tr th {
    height: 56px;
    white-space: nowrap;
    text-align: center;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 30px;
    line-height: 56px;
    letter-spacing: 0;
}

.tblConversion tr th:nth-child(1) .elementoRelativo {
    width: 388px;
    background-color: #69A841;
}

.tblConversion tr th:nth-child(2) .elementoRelativo {
    width: 387px;
    background-color: #E7B041;
}

.tblConversion tr th:nth-child(3) .elementoRelativo {
    width: 351px;
    background-color: #69A841;
}

.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;
}
/*fin header*/
/*inicio area*/
/*inicio columna 1 y 3*/

.tblConversion tr td:nth-child(1) .elementoRelativo {
    height: 373px;
    background-color: #fefefe;
    line-height: 35px;
}

.tblConversion tr:nth-child(2) td:nth-child(3) .elementoRelativo {
    height: 207px;
    background-color: #fefefe;
    line-height: 35px;
}

.tblConversion tr:nth-child(3) td:nth-child(3) .elementoRelativo {
    height: 162px;
    background-color: #fefefe;
    line-height: 35px;
}

.tblConversion tr td:nth-child(1) .texto,
.tblConversion tr td:nth-child(3) .texto {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: left;
}
/*fin columna 1 y 3*/

.tblConversion tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
    height: 67px;
}

.tblConversion tr td {
    vertical-align: top;
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 67px;
    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;
}

.tblConversion tr:nth-child(3) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 34.6%;
    top: 138px;
}

.tblConversion tr:nth-child(4) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 34.6%;
    top: 208px;
}

.tblConversion tr:nth-child(5) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 34.6%;
    top: 278px;
}

.tblConversion tr:nth-child(6) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 34.6%;
    top: 348px;
}

.tblConversion tr:nth-child(3) td:nth-child(3) {
  position: absolute;
  left: 68.7%;
  top: 58.6%;
  width: 351px;
}

.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*/