@import url("M_G06_U02_L02_03.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.titulo {
    font-family: 'cabinregular';
    color: #6F6F6E;
    position: absolute;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    top: 10%;
    left: 5%;
}

.IL_M_G06_U02_L02_03_04_01 {
    background-image: url(../img/M_G06_U02_L03_03_04/IL_M_G06_U02_L02_03_04_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 576px;
    height: 453px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 20%;
}

.IL_M_G06_U02_L02_05_01_01 {
    background-image: url(../img/M_G06_U02_L03_03_03/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;
}

.tablaNutrientes {
    background-image: url(../img/M_G06_U02_L03_03_04/tablaNutrientes.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 477px;
    height: 515px;
    position: absolute;
    z-index: 1;
    top: 18%;
    left: 7%;
}
/*inicio tablaConversion*/

.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: 8% auto 0 auto;
    display: inline-block;
    display: table;
    width: 1008px;
    height: 500px;
}

.cntTblConversion{
  position: relative;
  display: table;
  margin: -40% 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: 49px;
    white-space: nowrap;
    text-align: center;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0;
}

.tblConversion tr th:nth-child(1) .elementoRelativo {
    width: 312px;
    background-color: #CA4F23;
}

.tblConversion tr th:nth-child(2) .elementoRelativo {
    width: 387px;
    background-color: #559F99;
}

.tblConversion tr th:nth-child(3) .elementoRelativo {
    width: 278px;
    background-color: #CA4F23;
}

.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,
.tblConversion tr td:nth-child(3) .elementoRelativo {
    height: 428px;
    background-color: #fefefe;
    line-height: 32px;
}

.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: 55px;
}

.tblConversion tr td {
    vertical-align: top;
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 55px;
    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: 32%;
    top: 116px;
}

.tblConversion tr:nth-child(4) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 173px;
}

.tblConversion tr:nth-child(5) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 230px;
}

.tblConversion tr:nth-child(6) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 287.9px;
}

.tblConversion tr:nth-child(7) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 346px;
}

.tblConversion tr:nth-child(8) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 404px;
}

.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*/