@import url("M_G06_U01_L04_03.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.campoOculto {
    width: 100px;
    height: 100px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: 0%;
}

.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%);
}

.clickCampoOculto2 {
    background-image: url(../img/click/clickCampoOculto2.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: 50px;
    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%);
}

.campoOculto .fraccionario {
    line-height: 35px;
}

.campoOculto .fraccionario li:nth-child(1) {
    line-height: 20px;
}
/*inicio tbl1*/

.tblDivideMultiplica {
    background-image: url(../img/M_G06_U01_L04_03_16/tblDivideMultiplica.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1120px;
    height: 479px;
    position: relative;
    margin: 5% auto 0 auto;
}

.tblDivideMultiplica .campoOculto {
    width: 286px;
    height: 110px;
}

.tblDivideMultiplica .campoOculto:nth-child(1) {
    left: 24.2%;
    top: 28%;
    background-color: #fefefe;
}

.tblDivideMultiplica .campoOculto:nth-child(2) {
    left: 73.1%;
    top: 28%;
    background-color: #fefefe;
    width: 302px;
}

.tblDivideMultiplica .campoOculto:nth-child(3) {
    left: 35.5%;
    top: 66%;
    background-color: #fefefe;
    height: 125px;
    width: 722px;
}