/*AUTHOR: CARLOS MENCO*/
/*DATE: 03/08/2015*/

.area1 {
    background-image: url(../img/S_G07_U01_L03_04/imgR-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}
/*DRAGS*/

.cntMovimientos {
    width: 315px;
    height: 570px;
    background-color: transparent;
    position: absolute;
    top: 11.5%;
    left: 3%;
}

.movimientoDrag {
    width: 310px;
    height: 70px;
    position: relative;
    border-radius: 5px;
    background-color: #9C195B;
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.movimientoDrop {
    width: 310px;
    height: 70px;
    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: 202.5%;
    width: 555px;
    height: 570px;
}