$(document).ready(function() {
	$("#newsletter").fancybox({
		'width'				: 390,
		'height'			: 210,
		'autoScale'			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'scrolling'		    : 'no',
		'titleShow'		    : true,
		'type'				: 'iframe'
	});
	$(".disclaimer").fancybox({
		'width'				: 650,
		'height'			: 400,
		'autoScale'			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'scrolling'		    : 'yes',
		'titleShow'		    : true,
		'type'				: 'iframe'
	});
	$("#contacto").fancybox({
		'width'				: 400,
		'height'			: 380,
		'autoScale'			: true,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'scrolling'		    : 'no',
		'titleShow'		    : true,
		'type'				: 'iframe'
	});
});

