@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: #343A49;
}

.titulo {
    font-family: 'cabinbold';
    font-size: 50px;
    color: #343A49;
    margin: 65px 0 0 20px;
}