.tarea {
    background-image: url(../img/S_G07_U01_L01_05/imgT-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.ggc_textArea {
        font-family: "cabinmedium" !important;
    width: 1072px;
    height: 168px;
    background-color: transparent;
    border: 1px #D3D800;
    font-size: 25px;
    margin: 0% auto 0 auto;
    padding: 10px;
    resize: none;
    background-size: 100% 100%;
    border: 3px dashed #A7C100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 78%;
    left: 51.5%;
    position: absolute;
}

.ggc_textArea:focus {
    outline: none;
}