@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    width: 68px;
    height: 64px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 605px;
    top: 94%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasVerde.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: 42px;
    top: 50%;
}
/*AUTHOR: CARLOS MENCO*/
/*DATE: 03/08/2015*/

.area1 {
    background-image: url(../img/S_G07_U03_L06_03_06/imgAct6-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 677px;
    position: absolute;
    left: 0%;
    top: 0%;
}
