@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
        width: 35px;
    height: 35px;
    position: absolute;
    left: 48.7%;
    top: 89.5%;
}

.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%;
}

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

/*MENCODE*/

.area1 {
    background-image: url(../img/S_G07_U01_L01_03_01/imgAct1-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
}
.area2 {
    background-image: url(../img/S_G07_U01_L01_03_01/imgAct1-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
}
