@import url("M_G06_U04_L01.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.fondoTarea {
    background-image: url(../img/M_G06_U04_L01_05/fondoTarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 626px;
    position: absolute;
    bottom: 0;
}

.ecuacion1 {
    background-image: url(../img/M_G06_U04_L01_05/ecuacion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 475px;
    height: 383px;
    position: absolute;
    top: 16%;
    left: 51%;
}

.ecuacion2 {
    background-image: url(../img/M_G06_U04_L01_05/ecuacion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 475px;
    height: 383px;
    position: absolute;
    top: 16%;
    left: 51%;
}

ul {
    font-family: 'cabinregular';
    font-size: 40px;
    line-height: 50px;
    color: #575756;
    vertical-align: top;
    list-style-image: url(../img/M_G06_U04_L01_05/chulo.png);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15%;
    left: 13%;
}

.respuesta {
    width: 180px;
    height: 55px;
    background-color: #F39200;
    position: absolute;
    top: 59%;
    left: 50%;
}

.clickEcuacion{
    background-image: url(../img/click/clickEcuacion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44px;
    height: 49px;
    position: absolute;
}