@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 1163px;
    top: 85%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasAzul.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 66px;
    height: 66px;
    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*/

.area1 {
    background-image: url(../img/S_G07_U05_L01_03_04/imgAct4-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 679px;
}