/*AUTHOR: CARLOS MENCO*/
/*DATE: 03/08/2015*/

.area1 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.area2 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.flechaSiguiente {
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 623px;
    top: 94.2%;
}
/*DRAGS*/

.cntMovimientos {
    width: 260px;
    height: 400px;
    background-color: transparent;
    position: absolute;
    top: 27%;
    left: 78%;
}

.movimientoDrag {
    width: 240px;
    height: 150px;
    position: relative;
}

.movimientoDrop {
    width: 280px;
    height: 150px;
    border-radius: 10px;
    margin-top: 0px;
}

#lstDrags {
    margin: 0;
    padding: 0;
    position: absolute;
}

#lstDrags li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#lstDrops {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0%;
    left: -154.7%;
    width: 332px;
    height: 400px;
}

.img1 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-drag1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 239.44px;
    height: 146.32px;
    position: absolute;
    left: 0%;
    top: 0%;
}

.img2 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-drag2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 235.73px;
    height: 155.53px;
    position: absolute;
    left: 0%;
    top: 0%;
}

.img3 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-drag3-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 235.73px;
    height: 146.32px;
    position: absolute;
    left: 0%;
    top: 0%;
}

.img4 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-drag4-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 235.73px;
    height: 146.32px;
    position: absolute;
    left: 0%;
    top: 0%;
}

.img5 {
    background-image: url(../img/S_G07_U02_L03_04/imgR-drag5-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 235.73px;
    height: 146.32px;
    position: absolute;
    left: 0%;
    top: 0%;
}
/*DRAGS*/

.cntMovimientos2 {
    width: 260px;
    height: 400px;
    background-color: transparent;
    position: absolute;
    top: 17%;
    left: 78%;
}

.movimientoDrag2 {
    width: 240px;
    height: 150px;
    position: relative;
}

.movimientoDrop2 {
    width: 280px;
    height: 150px;
    border-radius: 10px;
    margin-top: 0px;
}

#lstDrags2 {
    margin: 0;
    padding: 0;
    position: absolute;
}

#lstDrags2 li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#lstDrops2 {
        margin: 0;
    padding: 0;
    position: absolute;
    top: 10%;
    left: -154.7%;
    width: 332px;
    height: 465px;
}