@import url("M_G06_U02_L02_03.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.tarea {
    background-image: url(../img/imgTarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 623.66px;
    position: absolute;
    bottom: 0;
    top: 55px;
}
/*fin contenido*/