function reposicionar() {
	var offx = findPosX(document.getElementById('referencia'));
	var offy = findPosY(document.getElementById('referencia'));
	document.getElementById('botella').style.left = offx-75 + 'px';	
}