jQuery.noConflict();
jQuery( document ).ready( function() {
	jQuery("a[rel='openPopup']").click(function () {
				var caracteristicas = "width=800,height=680,scrollTo,resizable=1,scrollbars=1,location=0";
				nueva=window.open(this.href, 'Popup', caracteristicas);
				return false;
		 });
		});

