.cerrar {
	position: absolute;
	top: -20px;
	right: -20px;
}

.pregunta{
	position:absolute;
	top: 645px; 
	left: 1250px;
	cursor: pointer;
}
.pregunta:hover{
	opacity: 0.8;
}
/**************************/

#drags {
    position: relative;
    top: 399px;
    left: 114px;
    z-index: 10;
    width: 820px;
}

#idrags {
    position: relative;
    top: 399px;
    left: 114px;
    z-index: 10;
    width: 685px;
}
#idrags img {
    margin: 15px;
}

#drags img {
    margin: 15px;
}

#drags img:hover {
	cursor: pointer;
}

#drops div {
    position: absolute;
    width: 104px;
    height: 75px;
    /*border: dashed;*/
}

#drops div img {
}

#drops div img.dropped:hover {
	cursor: pointer;
}
/**************************/

/**************************/

#adrags {
    position: relative;
    top: 399px;
    left: 114px;
    z-index: 10;
    width: 820px;
}

#adrags {
    position: relative;
    top: 580px;
    left: 290px;
    z-index: 10;
    width: 685px;
}
#adrags img {
    margin: 15px;
}

#adrags img {
    margin: 15px;
}

#adrags img:hover {
	cursor: pointer;
}

#adrops div {
    position: absolute;
    width: 101px;
    height: 23px;
    border: dashed;
}

#adrops div img {
}

#adrops div img.dropped:hover {
	cursor: pointer;
}
/**************************/

.ins{
	position:absolute;
	top: 140px;
    left: 45px;
	opacity: 0;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
    -o-transition:all 1s ease-out;  /* Opera */
    -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    transition:all 1s ease-out;  /* W3C */
}
.ins2{
	position:absolute;
	top: 140px;
    left: 45px;
	opacity: 0;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
    -o-transition:all 1s ease-out;  /* Opera */
    -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    transition:all 1s ease-out;  /* W3C */
}