jQuery(document).ready(function() {

	$("a.reconocimiento").fancybox({
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'hideOnContentClick': true
		});
});

