// JavaScript Document
// Propiedades del Fancybox
// Geubicame es un producto de LD Media http://www.ldmedia.com.mx
		$(document).ready(function() {
			$("a.iframe").fancybox({
				'frameWidth': 680,   
				'frameHeight': 310
			});
			$("a#slideShow").fancybox({
				'frameWidth': 800,   
				'frameHeight': 200 
			});	
			$("a#mapa").fancybox({
				'frameWidth': 800,   
				'frameHeight': 350 
			});
		 
		});