@charset "utf-8";
.ggc_contenido_L {
    width: 92%;
    padding: 2% 4% 0;
}

.cntBordeTarea {
    border: 3px dashed #B17F49;
    width: 95%;
    height: 590px;
    padding: 1.5% 1.5%;
    margin: 0 auto;
}

.cntTarea {
    background-image: url(../img/fondoTarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 98%;
    height: 98%;
    text-align: left;
    padding: 1% 1% 0% 1%;
}

.tarea {
    background-image: url(../img/tarea.png);
    background-repeat: no-repeat;
    background-size: 89% 100%;
    width: 970px;
    height: 481px;
    text-align: left;
    margin-top: 3%;
    margin-left: 2%;
}

.texto {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #383C49;
}

#txt1,
#txt2 {
    margin: 9% 0 0 2%;
}

#papelLapiz {
    background-image: url(../img/L_G06_U06_L02_05/papelLapiz.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 510px;
    height: 467px;
    display: inline-block;
    position: absolute;
    left: 52.5%;
    top: 15%;
}