// JavaScript Document
//jQuery.noConflict();
jQuery(function($) {

	$("a#terminos, a.terminos2").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 600,
			'height'			: 500,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});
	
	$("a#legal").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 600,
			'height'			: 440,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});
	
	$("a#antispam").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 600,
			'height'			: 590,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});

	$("a#olvida_pass").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 600,
			'height'			: 300,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});

	
	$("a.cr").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 720,
			'height'			: 350,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});
	
	$("a.globo,#conocenos_globo").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 550,
			'height'			: 500,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});

	
		$("a.gb").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 550,
			'height'			: 530,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});
	
	$("a.compra_credito").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 720,
			'height'			: 350,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});
	
		$("a.cr").fancybox({
			'titleShow'			: false,
			'type'				: 'iframe',
			'width'				: 720,
			'height'			: 350,
			'overlayOpacity'	: 0.5,
			'overlayColor'		: '#000000',
			'showCloseButton'	: false
		});

});


