.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);
}

.img1{
	position: absolute; 
	top: 226px; 
	left: 600px;
	cursor: pointer;
}
.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);
}

.conten1{
	position: absolute;
    top: 295px;
    left: 35px;
    width: 1325px;
    height: 62px;
    cursor: pointer;
}
.conten1 div{
	position: relative;
	width: 300px;
	display: inline-block;
}

.img6{
	position: absolute; 
	top: 240px;
    left: 308px;
	cursor: pointer;
}

.conten2{
	position: absolute;
    top: 295px;
    left: 212px;
    width: 1005px;
    height: 62px;
    cursor: pointer;
}
.conten2 div{
	position: relative;
	width: 500px;
	display: inline-block;
}

.conten3{
	position: absolute;
    top: 295px;
    left: 212px;
    width: 1005px;
    height: 62px;
    cursor: pointer;
}
.conten3 div{
	position: relative;
	width: 500px;
	display: inline-block;
}

.conten4{
	position: absolute;
    top: 295px;
    left: 35px;
    width: 1345px;
    height: 62px;
    cursor: pointer;
}
.conten4 div{
	position: relative;
	width: 470px;
	display: inline-block;
}

.img14{
	position: absolute; 
	top: 267px;
    left: 440px;
	cursor: pointer;
}

.img15{
	position: absolute; 
	top: 267px;
    left: 440px;
	cursor: pointer;
}

.img16{
	position: absolute; 
	top: 267px;
    left: 440px;
	cursor: pointer;
}

.img17{
	position: absolute; 
	top: 290px;
    left: 440px;
	cursor: pointer;
}

input{
	position: absolute;
    border: dashed 4px #fff;
    font-size: 44px;
    width: 301px;
    height: 67px;
    padding: 5px;
    text-align: center;
    background-color: transparent;
}

#adrag1 {
	width: 28px;
    height: 27px;
    background-image: url(../img/guia.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 260px;
    left: 515px;
    cursor: pointer;
}
#adrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
    top: 385px;
    left: 515px;
	cursor:	pointer;
}
#adrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 510px;
    left: 560px;
	cursor:	pointer;
}
#adrag4 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 635px;
    left: 515px;
	cursor:	pointer;
}

.bord {
	border: 4px dashed black;
}
#adrop1{
	width: 33px;
	height: 33px;
	position: absolute;
    top: 270px;
    left: 835px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop2 {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 400px;
    left: 840px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop3{
	width: 33px;
	height: 33px;
	position: absolute;
	top: 530px;
    left: 840px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop4{
	width: 33px;
	height: 33px;
	position: absolute;
	top: 665px;
    left: 840px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}

.animar {
	transition: all 1s ease;
	-webkit-transition: all 200ms ease;
}