.area1 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-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_U03_L02_03_02/imgAct2-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.area3 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-area3-04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.area4 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-area4-05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.area5 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-area5-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.area6 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-area6-09.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.siguiente {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 87%;
    left: 50.3%;
}

.cover1 {
    width: 550px;
    height: 490px;
    position: absolute;
    top: 11.6%;
    left: 52.3%;
    background-color: #fff;
}

.cover2 {
    width: 575px;
    height: 450px;
    position: absolute;
    top: 15.6%;
    left: 49.3%;
    background-color: #fff;
}

.click1 {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-click-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 42.3px;
    height: 46.85px;
    position: absolute;
    top: 48%;
    left: 48%;
}

.popN1 {
    margin: 0px;
    margin-left: 18%;
    margin-top: 19%;
    width: 750.35px;
    height: 528.79px;
    border-radius: 7px;
}

.popN1 .btnCerrar1 {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0px;
    border: 0;
    font-size: 0;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 2;
}

.popN1 .contenido {
    background-image: url(../img/S_G07_U03_L02_03_02/imgAct2-pop1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 750.35px;
    height: 528.79px;
    margin: 0 auto 0 auto;
    position: relative;
}

.btnN1 {
    position: absolute;
    width: 50.38px;
    height: 50.38px;
}
/*DRAGS*/

.cntMovimientos {
    width: 300px;
    height: 450px;
    background-color: transparent;
    position: absolute;
    top: 21%;
    left: 70%;
}

.movimientoDrag {
    width: 240px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    background-color: #9C9B9B;
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 19px;
    color: #ffffff;
    text-align: center;
}

.movimientoDrop {
    width: 230px;
    height: 50px;
    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: -281.7%;
    width: 730px;
    height: 450px;
}

.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: 19px;
    color: #fff;
}