$(function(){
	$(document).ready(function(){
		$(".ampliar").fancybox();
		
		$(".iframe").fancybox({
			type: "iframe",
			width : 428,
			height : 490,
			scrolling : "no"
		});
		$(".iframe2").fancybox({
			type: "iframe",
			width : 460,
			height : 245,
			scrolling : "no"
		});
		$(".iframe3").fancybox({
			'width'				: 980,
			'height'			: 580,
			'href'				: this.href,
			'type'				: 'iframe'
		});

	});
});
