.pasa1{
	position: absolute;
	top: 645px;
    left: 1240px;
}

.atras1{
	position: absolute;
	top: 645px;
    left: 40px;
}

.botones{
	position: absolute;
	top: 635px;
    left: 895px;
	cursor: pointer;
}

.papel{
	position: absolute;
	top: 415px;
    left: 931px;
	cursor: pointer;
}
.papel:hover{
		transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
}

input{
	position: absolute;
    border: dashed 3px #fff;
    font-size: 25px;
    width: 144px;
    height: 43px;
    background-color: transparent;
	text-align: center;
}

#drag1{
	position: absolute;
	top: 290px;
    left: 87px;
	cursor: pointer;
}

#drag2{
	position: absolute;
	top: 320px;
    left: 87px;
	cursor: pointer;
}

#drag3{
	position: absolute;
	top: 350px;
    left: 87px;
	cursor: pointer;
}

#drag4{
	position: absolute;
	top: 380px;
    left: 87px;
	cursor: pointer;
}

#drag5{
	position: absolute;
	top: 410px;
    left: 87px;
	cursor: pointer;
}

#drag6{
	position: absolute;
	top: 440px;
    left: 87px;
	cursor: pointer;
}

#drag7{
	position: absolute;
	top: 475px;
    left: 87px;
	cursor: pointer;
}

#drag8{
	position: absolute;
	top: 505px;
    left: 87px;
	cursor: pointer;
}

#drag9{
	position: absolute;
	top: 538px;
    left: 87px;
	cursor: pointer;
}

#drag10{
	position: absolute;
	top: 567px;
    left: 87px;
	cursor: pointer;
}

#drag11{
	position: absolute;
	top: 601px;
    left: 87px;
	cursor: pointer;
}

#drop1{
	position: absolute;
    top: 281px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop2{
	position: absolute;
    top: 312px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop3{
	position: absolute;
    top: 343px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop4{
	position: absolute;
    top: 374px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop5{
	position: absolute;
    top: 405px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}
#drop6{
	position: absolute;
    top: 437px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop7{
	position: absolute;
    top: 469px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop8{
	position: absolute;
    top: 500px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop9{
	position: absolute;
    top: 531px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop10{
	position: absolute;
    top: 563px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

#drop11{
	position: absolute;
    top: 594px;
    left: 79px;
    width: 267px;
    height: 29px;
    border: dashed 2px #FFFFFF;
}

.highlight{
	background-color: rgba(255,255,0,0.1);
}

.grabbing{
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.dragging{
	pointer-events:none;
}

.animation{
	transition:all 0.7s ease;
}