$(document).ready(function(){
 		   $("#ventana_legales").fancybox({
				'width'				: 670,
				'height'			: 420,
				'autoScale'			: true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'hideOnOverlayClick' : false,
				'hideOnContentClick' : false,
				'enableEscapeButton' : false,
				'scrolling' : 'no'
			});
		$("#ventana_preguntas").fancybox({
				'width'				: 685,
				'height'			: 400,
				'autoScale'			: true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'hideOnOverlayClick' : false,
				'hideOnContentClick' : false,
				'enableEscapeButton' : false
		 });
		 $('#contenedor_flash').flash(
		        { src: 'swf/intro.swf',
		          width: 950,
				  wmode: 'transparent',
		          height: 599 },
		        { version: 9 }
		    );
			//
});

