@import url("M_G06_U04_L01.css");
.tituloEjercicio {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #575756;
    line-height: 42px;
    margin: 50px 0 0 60px;
}

#tblEjercicio {
    margin: 3% auto 0 auto;
}

.cnt1 {
    background-image: url(../img/M_G06_U04_L01_03_03/cnt1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 579px;
    height: 398px;
    position: relative;
    margin: 0px 13.5px;
}

.cnt2 {
    background-image: url(../img/M_G06_U04_L01_03_03/cnt2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 579px;
    height: 398px;
    position: relative;
    margin: 0px 13.5px;
}

.tblNumeros {
    left: 3%;
    font-family: 'cabinregular';
    font-size: 53px;
    color: #fefefe;
}

.tblNumeros tr td>div {
    width: 79px;
    height: 67px;
    background-color: #FFB915;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    margin: 3.5px 5px;
    cursor: pointer;
}

.textoEcuacion {
    font-family: 'cabinregular';
    font-size: 70px;
    color: #fefefe;
    position: absolute;
    top: 24%;
    left: 47%;
}

.cnt2 .textoEcuacion {
    color: #575756;
}

.cnt2 .textoEcuacion .linea {
    border: 3px solid #575756;
}

.equivalencia {
    position: absolute;
    top: 62%;
    left: 42.5%;
}

.cntresultado {
    width: 97px;
    height: 71px;
    background-color: #3AAA35;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3) inset;
    margin: 0px 5.5px;
    position: relative;
    display: inline-block;
    font-family: 'cabinregular';
    font-size: 62px;
    color: #fefefe;
}

#respuesta1,#respuesta2,#respuesta3,#respuesta4,#respuesta5,#respuesta6,#respuesta7,#respuesta8     {
    background-color: #706F6F;
}

.success {
    background-color: #3AAA35 !important;
}

.fail {
    background-color: #E30613 !important;
}