@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*/

.carctericticaFracciones {
    background-image: url(../img/M_G06_U01_L04_03_17/carctericticaFracciones.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1170px;
    height: 498px;
    position: relative;
    margin: 2.5% auto 0 auto;
}

.carctericticaFracciones .campoOculto:nth-child(1) {
    left: 39%;
    top: 23%;
    width: 658px;
    height: 145px;
}

.carctericticaFracciones .cntDiv {
    background-color: #fefefe;
    width: 630px;
    height: 160px;
    position: absolute;
    top: 58%;
    left: 40%;
}

.carctericticaFracciones .clickCampoOculto {
    left: 14%;
    top: 92%;
}

.definicionFraccionDecimal {
    background-image: url(../img/M_G06_U01_L04_03_17/definicionFraccionDecimal.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 917px;
    height: 430px;
    position: relative;
    margin: 5% auto 0 auto;
}

.definicionFraccionDecimal .campoOculto,
.definicionPorcentaje .campoOculto {
    left: 18%;
    border-radius: 260px 200px 15px 15px;
    width: 588px;
    height: 147px;
    top: 0.5%;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px 0 0 0;
    border-radius: 50% 50% 0px 0px;
}

.definicionFraccionDecimal .clickCampoOculto,
.definicionPorcentaje .clickCampoOculto {
    width: 32px;
    height: 36px;
    left: 50%;
    top: 84%;
}

.definicionFraccionDecimal .cntDiv,
.definicionPorcentaje .cntDiv {
    background-color: #fefefe;
    width: 860px;
    height: 250px;
    position: absolute;
    top: 36%;
    left: 3%;
}

.fraccionesPorDenominador {
    background-image: url(../img/M_G06_U01_L04_03_17/fraccionesPorDenominador.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1127px;
    height: 380px;
    position: relative;
    margin: 5% auto 0 auto;
}

.fraccionesPorDenominador .campoOculto {
    -webkit-box-shadow: inset 13px 0px 9px -8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 13px 0px 9px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 13px 0px 9px -8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.fraccionesPorDenominador .campoOculto:nth-child(1) {
    left: 21.5%;
    top: 10%;
    height: 112px;
    width: 276px;
    background-color: #659ECE;
}

.fraccionesPorDenominador .campoOculto:nth-child(2) {
    left: 72.5%;
    top: 10%;
    height: 112px;
    width: 309px;
    background-color: #659ECE;
}

.fraccionesPorDenominador .campoOculto:nth-child(3) {
    left: 21.5%;
    top: 60.5%;
    height: 112px;
    width: 277px;
    background-color: #9AB63C;
}

.fraccionesPorDenominador .campoOculto:nth-child(4) {
    left: 72.5%;
    top: 60.5%;
    height: 112px;
    width: 309px;
    background-color: #9AB63C;
}

.completaTabla1 {
    background-image: url(../img/M_G06_U01_L04_03_17/completaTabla1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 960px;
    height: 403px;
    position: relative;
    margin: 3% auto 0 auto;
}

.completaTabla1 .campoOculto:nth-child(1) {
    top: 59%;
    left: 2%;
    width: 288px;
    height: 148px;
    background-color: #fefefe;
}

.completaTabla1 .campoOculto:nth-child(2) {
    top: 59%;
    left: 64.5%;
    width: 325px;
    height: 148px;
    background-color: #fefefe;
}

.completaTabla2 {
    background-image: url(../img/M_G06_U01_L04_03_17/completaTabla2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 960px;
    height: 403px;
    position: relative;
    margin: 3% auto 0 auto;
}

.completaTabla2 .campoOculto:nth-child(1) {
    top: 21.5%;
    left: 2%;
    width: 288px;
    height: 148px;
    background-color: #fefefe;
}

.completaTabla2 .campoOculto:nth-child(2) {
    top: 21.5%;
    left: 32.5%;
    width: 302px;
    height: 148px;
    background-color: #F5F5F5;
}

.completaTabla2 .campoOculto:nth-child(3) {
    top: 59%;
    left: 2%;
    width: 288px;
    height: 148px;
    background-color: #fefefe;
}

.completaTabla2 .campoOculto:nth-child(4) {
    top: 59%;
    left: 32.5%;
    width: 303px;
    height: 148px;
    background-color: #F5F5F5;
}

.completaTabla2 .campoOculto:nth-child(5) {
    top: 59%;
    left: 64.5%;
    width: 325px;
    height: 148px;
    background-color: #fefefe;
}

.definicionPorcentaje {
    background-image: url(../img/M_G06_U01_L04_03_17/definicionPorcentaje.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 917px;
    height: 430px;
    position: relative;
    margin: 5% auto 0 auto;
}

.completaTabla3 {
    background-image: url(../img/M_G06_U01_L04_03_17/completaTabla3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1206px;
    height: 403px;
    position: relative;
    margin: 3% auto 0 auto;
}

.completaTabla3 .campoOculto:nth-child(1) {
    width: 119px;
    height: 119px;
    -webkit-border-radius: 119px;
    -moz-border-radius: 119px;
    border-radius: 119px;
    top: 62.3%;
    left: 22.8%;
    background-color: #9AB63C;
}

.completaTabla3 .campoOculto:nth-child(2) {
    top: 58.6%;
    left: 38.7%;
    width: 296px;
    height: 149px;
    background-color: #fefefe;
}

.completaTabla3 .campoOculto:nth-child(3) {
    top: 58.6%;
    left: 63.4%;
    width: 426px;
    height: 149px;
    background-color: #F5F5F5;
}

.completaTabla4 {
    background-image: url(../img/M_G06_U01_L04_03_17/completaTabla4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1206px;
    height: 403px;
    position: relative;
    margin: 3% auto 0 auto;
}
.completaTabla4 .campoOculto:nth-child(1) {
    width: 119px;
    height: 119px;
    -webkit-border-radius: 119px;
    -moz-border-radius: 119px;
    border-radius: 119px;
    top: 24.3%;
    left: 22.8%;
    background-color: #68A7DE;
}

.completaTabla4 .campoOculto:nth-child(2) {
    top: 21.3%;
    left: 38.7%;
    width: 296px;
    height: 149px;
    background-color: #fefefe;
}

.completaTabla4 .campoOculto:nth-child(3) {
    top: 21.3%;
    left: 63.4%;
    width: 426px;
    height: 149px;
    background-color: #F5F5F5;
}
.completaTabla4 .campoOculto:nth-child(4) {
    width: 119px;
    height: 119px;
    -webkit-border-radius: 119px;
    -moz-border-radius: 119px;
    border-radius: 119px;
    top: 62.3%;
    left: 22.8%;
    background-color: #9AB63C;
}

.completaTabla4 .campoOculto:nth-child(5) {
    top: 58.6%;
    left: 38.7%;
    width: 296px;
    height: 149px;
    background-color: #fefefe;
}

.completaTabla4 .campoOculto:nth-child(6) {
    top: 58.6%;
    left: 63.4%;
    width: 426px;
    height: 149px;
    background-color: #F5F5F5;
}