@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 {
    margin: 2% 0 0 2%;
}

#ninaLeyendo {
    background-image: url(../img/L_G06_U04_L04_05/ninaLeyendo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 453px;
    height: 408px;
    display: inline-block;
    position: absolute;
    left: 55.5%;
    top: 26%;
}

#lstIdeas {
    margin: 4.8% 0 0 5%;
    padding: 0;
    font-family: 'cabinregular';
    font-size: 28px;
    line-height: 43px;
    color: #343A49;
    vertical-align: middle;
    display: inline-block;
    list-style-type: disc;
}

#lstIdeas li span {
    font-size: 35px;
}