.drag {
	font-size: 1.4em;
	width:219px;
	height:31px;
	background:#00baff;
	border:solid 1px white;
	color:#FFF;
	text-align: center;
	line-height: 31px;
}

.drop {
	width:220px;
	height:32px;
	background-color: rgba(0,0,0,0);
	position: absolute;
}

#botonerapeq {
	width:70px;
	bottom:26px;
	left:50%;
}

#botonerapeq:before {
	width:66px;
}

#botonerapeq div {
	border:none;
}

#botonerapeq div:last-child {
	border-radius: 10px 10px 0 0;
	border:none;
}