textarea{
	position: absolute;
    border: dashed 5px #fff;
    width: 549px;
    height: 32px;
    border-radius: 15px;
    background-color: transparent;
    font-size: 26px;
    padding: 3px 10px;
    text-align: center;
    resize: none;
}

/************************/
#adrag1 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 648px;
	left: 203px;
	cursor:	pointer;
}
#adrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 648px;
	left: 457px;
	cursor:	pointer;
}
#adrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 648px;
	left: 763px;
	cursor:	pointer;
}
#adrag4 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 648px;
	left: 1114px;
	cursor:	pointer;
}

.bord {
	border: 4px dashed black;
}
#adrop1{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 495px;
    left: 186px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop2 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 495px;
    left: 438px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop3{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 496px;
    left: 750px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop4{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 495px;
	left: 1095px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}

.animar {
	transition: all 1s ease;
	-webkit-transition: all 200ms ease;
}
.cerrar {
	position: absolute;
	top: -10px;
	right: -20px;
}
/* drapdrop*/


.reiniciar{
	position:absolute;
	top: 641px; 
	left: 1253px;
	cursor: pointer;
}
.reiniciar:hover{
	opacity: 0.8;
}