@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguienteVerde2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 66.28px;
    height: 70.85px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 1172px;
    top: 50%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasVerde2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 66.28px;
    height: 70.85px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 43px;
    top: 50%;
}

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}
/*fondoSol*/

.fondoIntro {
    background-image: url(../img/S_G07_U01_L02_01/ImgFondo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1248px;
    height: 679px;
}

.content {
    background-image: url(../img/S_G07_U02_L01_01/imgContent.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1224PX;
    height: 633px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50.5%;
    top: 50%;
}

.imgIlustr1 {
    background-image: url(../img/S_G07_U01_L02_01/imgIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1193.06px;
    height: 667.96px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 49%;
}

.textarea {
    position: absolute;
    top: 151px;
    left: 433px;
    width: 727px;
    height: 169px;
    padding: 15px;
    background-color: transparent;
    font-family: 'cabinregular';
    font-size: 40px;
    resize: none;
    outline: 0px;
    border: 0px;
}