@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    width: 70px;
    height: 75px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 1205px;
    top: 91%;
}

.flechaAtras {
    width: 70px;
    height: 75px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 41px;
    top: 91%;
}


.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}
/*AUTHOR: CARLOS MENCO*/
/*DATE: 04/08/2015*/

.area1 {
    background-image: url(../img/S_G06_U03_L05_03_04/imgAct4-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    left: 0%;
    top: 0%;
}
.area2 {
    background-image: url(../img/S_G06_U03_L05_03_04/imgAct4-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    left: 0%;
    top: 0%;
}
