if (document.layers) {
	document.captureEvents(Event.MOUSEMOVE);
	document.onMouseMove = moverPez;
}
if (document.all) document.onmousemove = moverPez;

//mover();
