.adelante{
	position: absolute;
    top: 680px;
    left: 1280px;
    width: 62px;
    height: 62px;
    cursor: pointer;
}
.adelante:hover{
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}

.atras{
	position: absolute;
    top: 680px;
    left: 28px;
    width: 62px;
    height: 62px;
    cursor: pointer;
}
.atras:hover{
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}

.botonimg:hover{
	transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}

.btn1{
	position: absolute; 
	top: 265px; 
	left: 80px;
	cursor: pointer;
}

.btn2{
	position: absolute; 
	top: 608px;
    left: 105px;
	cursor: pointer;
}

.btn3{
	position: absolute; 
	top: 320px;
    left: 901px;
	cursor: pointer;
}

.btn4{
	position: absolute; 
	top: 381px; 
	left: 714px;
	cursor: pointer;
}

.btn5{
	position: absolute; 
	top: 462px;
    left: 714px;
	cursor: pointer;
}

.btn6{
	position: absolute; 
	top: 544px;
    left: 714px;
	cursor: pointer;
}

.btn7{
	position: absolute; 
	top: 268px; 
	left: 78px;
	cursor: pointer;
}

.btn8{
	position: absolute; 
	top: 268px;
    left: 497px;
	cursor: pointer;
}

.btn9{
	position: absolute; 
	top: 268px;
    left: 911px;
	cursor: pointer;
}