@import url("S_G06_U02_L03_03.css");
.area1 {
    background-image: url(../img/S_G06_U01_L04_04/imgAct1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1131px;
    height: 494px;
    position: absolute;
    top: 3%;
    left: 4%;
}


.cntMovimientos {
    width: 1210px;
  height: 150px;
  background-color: transparent;
  position: absolute;
  top: 104%;
  left: -3%;
}

.movimientoDrag {
    width: 287px;
    height: 58px;
    position: relative;
    background-color: #469424;
      
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.movimientoDrop {
    background-image: url(../img/M_G06_U03_L02_03_04/movimientoDrop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 288px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
}
.movimientoDrop2 {
    background-image: url(../img/M_G06_U03_L02_03_04/movimientoDrop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 288px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
}
.movimientoDrop3 {
    background-image: url(../img/M_G06_U03_L02_03_04/movimientoDrop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 288px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
}

#lstDrags {
    margin: 0;
    padding: 0;
    position: absolute;
    
}
#lstDrags li{
    float: left;
    
    margin-right: 10px;
    margin-bottom: 5px;
}

#lstDrags li .movimientoDrag {
    background-color: #469424;
}


#lstDrops {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -192%;
  left: 5.3%;
  width: 1067px;
  height: 252px;
}
.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%);
    
}


