@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-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; */
    
    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*/

.tblMultiplicacion {
    background-image: url(../img/M_G06_U01_L04_03_14/tblMultiplicacion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1120px;
    height: 479px;
    position: relative;
    margin: 5% auto 0 auto;
}

.tblMultiplicacion .campoOculto {
    width: 286px;
    height: 110px;
}

.tblMultiplicacion .campoOculto:nth-child(1) {
    left: 24.2%;
    top: 28%;
    background-color: #fefefe;
}

.tblMultiplicacion .campoOculto:nth-child(2) {
    left: 74.6%;
    top: 28%;
    background-color: #fefefe;
}

.tblMultiplicacion .campoOculto:nth-child(3) {
    left: 24%;
    top: 67%;
    background-color: #fefefe;
}

.tblMultiplicacion .campoOculto:nth-child(4) {
    left: initial;
    top: initial;
    right: 0;
    bottom: 0;
    width: 557px;
    height: 203px;
    background-image: url(../img/M_G06_U01_L04_03_14/determine.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}