.area1 {
    background-image: url(../img/S_G07_U03_L01_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: 1200px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    top: 84%;
    left: 2%;
}

.movimientoDrag {
    width: 155px;
    height: 37px;
    position: relative;
    background-color: #E24F1C;
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.movimientoDrop {
    width: 160px;
    height: 45px;
    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: -489%;
    left: 5.3%;
    width: 1045px;
    height: 480px;
}

.textoCentrado {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
}