$(function(){
	$("#cambiar_ubicacion").click(function(event) {
		event.preventDefault();
		jQuery.fancybox({
			width: 300,
			type:'iframe',
			href: 'http://vaope.com/plantillas/remoto/cambiar_ubicacion.php'
		});
	});
});
