.mapBtn {
    width:388px;
    height:287px;
    border-radius:80%;
    position:absolute;
}

.mapBtn:hover {
    background:rgba(0,0,0,0.3);
    cursor:pointer;
}

.drags {
    width:580px;
    position:absolute;
/*     background:red; */
    top:160px;
    left:70px;
}

.drags img {
    margin:10px;
    vertical-align: middle;
    position: relative;
    /*transform:scale(0.9);*/
}

.drops div {
	position:absolute;
	/*background:rgba(0,255,0,0.3);*/
}

#botonerapeq.one {
	width:67px;
	left:49%;
}

#botonerapeq.one > div {
	border:none;
	border-radius:10px 10px 0 0;
}