@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    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/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    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_G06_U04_L01/ImgFondo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1248px;
    height: 679px;
}

.content {
    background-image: url(../img/S_G06_U04_L01/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_G06_U04_L01/imgIIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 970.45px;
    height: 551.97px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
     left: 50%;
  top: 50%;
}

.imgIlustr2 {
    background-image: url(../img/S_G06_U04_L01/imgIIlustracion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1050px;
    height: 536px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 48%;
    top: 50%;
}

.imgIlustr3 {
    background-image: url(../img/S_G06_U04_L01/imgIIlustracion3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1048.45px;
    height: 553.47px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 48%;
    top: 50%;
}

.imgIlustr4 {
    background-image: url(../img/S_G06_U04_L01/imgIIlustracion4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1148px;
    height: 580px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 51%;
    top: 50%;
}

textarea {
    position: absolute;
    top: 140px;
    left: 104px;
    padding: 10px;
    width: 1049px;
    height: 142px;
    font-family: 'cabinregular';
    font-size: 33px;
    background-color: transparent;
    border: 0px;
    outline: none;
}