@import url("M_G06_U05_L01.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.fondoTarea {
    background-image: url(../img/M_G06_U05_L01_05/tarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 626px;
    position: absolute;
    bottom: 0;
}

.lineFondo {
    position: relative;
    z-index: 2;
}