@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: 30px;
    line-height: 35px;
    letter-spacing: 0;
    top: 10%;
    left: 5%;
}

.IL_M_G06_U02_L02_03_03_01 {
    width: 353px;
    height: 331px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.IL_M_G06_U02_L02_03_03_05 {
    width: 337px;
    height: 639px;
    position: absolute;
    z-index: 1;
      top: 6.5%;
  left: 72%;
}

.IL_M_G06_U02_L02_03_03_07 {
    
    width: 432px;
    height: 365px;
    position: absolute;
    z-index: 1;
      top: 49%;
  left: 65%;
}

/*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: 2% auto 0 auto;
    display: inline-block;
    display: table;
}

.tblConversion {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid transparent;
    border-collapse: separate;
}
/*header*/

.tblConversion tr th {
    height: 81px;
    white-space: nowrap;
    text-align: center;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 35px;
    line-height: 81px;
    letter-spacing: 0;
}

.tblConversion tr th:nth-child(1) .elementoRelativo{
    width: 312px;
    background-color: #3AA935;
}

.tblConversion tr th:nth-child(2) .elementoRelativo{
    width: 387px;
    background-color: #F9B233;
}

.tblConversion tr th:nth-child(3) .elementoRelativo{
    width: 278px;
    background-color: #3AA935;
}

.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*/

.tblConversion tr td:nth-child(1) .elementoRelativo,
.tblConversion tr td:nth-child(3) .elementoRelativo {
    height: 256px;
    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%);
}

.tblConversion tr:nth-child(3) td:nth-child(2) {
  position: absolute;
  width: 387px;
  left: 32%;
  top: 222px;
}

.tblConversion tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
    height: 125px;
}

.tblConversion tr td {
    vertical-align: top;
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 125px;
    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%);
}

#tblConversion2 tr td:nth-child(1) .elementoRelativo,
#tblConversion2 tr td:nth-child(3) .elementoRelativo {
    height: 317px;
    background-color: #fefefe;
    line-height: 35px;
}

#tblConversion2 tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
    height: 76px;
}
#tblConversion2 tr td:nth-child(2) .texto {
    
    line-height: 76px;
}
#tblConversion2 tr:nth-child(3) td:nth-child(2) {
  position: absolute;
  width: 387px;
  left: 32%;
  top: 172px;
}
#tblConversion2 tr:nth-child(4) td:nth-child(2) {
  position: absolute;
  width: 387px;
  left: 32%;
  top: 252px;
}
#tblConversion2 tr:nth-child(5) td:nth-child(2) {
  position: absolute;
  width: 387px;
  left: 32%;
  top: 332px;
}
/*fin contenido*/