// JavaScript Document

$(document).ready(function(){
	/* Para las imagenes de los establecimientos */
	$("a[rel=galeria]").fancybox({
				'titleShow'		: false,
				/*'overlayShow'	:	false*/
			});
	/* Para contacta */
	$("#iframecontacta").fancybox({
		'overlayColor'		: '#FFF',
		'width'				: '45%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
	$("#iframecontactafooter").fancybox({
		'overlayColor'		: '#FFF',
		'width'				: '45%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
	/*Baner bajo botones*/
	$("ul#portfolio").innerfade({
	'animationtype': 'fade',
	'speed': 850,
	'timeout': 4000,
	'type': 'random',
	});
})
