@charset "utf-8";
/* CSS Document */
/*clear float*/

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguienteVerde.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 55.75px;
    height: 55.75px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 98%;
    left: 50%;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtrasVerde.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 55.75px;
    height: 55.75px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 98%;
    left: 50%;
}

.imgFondo {
    background-image: url(../img/S_G06_U05_L02_01/imgFondoIntro.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1248px;
    height: 679px;
}

.imgIlustracion1 {
    background-image: url(../img/S_G06_U05_L02_04/imgIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1197.3px;
    height: 617.01px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.contentDrag {
    position: absolute;
    top: 358px;
    left: 830px;
}

.contentDrag .drag {
    width: 361.001px;
    height: 47.436px;
    background-color: #E96F52;
}

.contentDrag .drag > div {
    font-family: 'cabinregular';
    color: #FFFFFF;
    font-size: 33px;
    text-align: center;
    padding-top: 3px;
}

.contentDrag > div {
    margin: 4px;
}

.contentDrop > div {
    position: absolute;
  
    width: 361px;
    height: 47.435px;
}

.contentDrop > div:nth-child(1) {
    top: 287px;
    left: 59px;
}

.contentDrop > div:nth-child(2) {
    top: 287px;
    left: 447px;
}

.contentDrop > div:nth-child(3) {
    top: 287px;
    left: 835px;
}

.contentDrop > div:nth-child(4) {
    top: 587px;
    left: 59px;
}

.contentDrop > div:nth-child(5) {
    top: 587px;
    left: 448px;
}