@import url("M_G07_U01_L02_03.css");
@import url("M_G07_U01_L02_04.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.tarea {
    background-image: url(../img/M_G07_U04_L01_05/tarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 657.66px;
    position: absolute;
    bottom: 0;
    top: 40px;
}

.ggc_contenido_M {
    border-bottom-color: #00A099;
}

.lineaFondo {
    width: 1247px;
    height: 6px;
    background: #263C4A;
    border-radius: 750px / 4px;
    box-shadow: 0px 2px 12px 1.5px #575756;
}