jQuery(document).ready(function() {

	$(".window_general").fancybox({
		'width'					: '50%',
		'height'				: '100%',
		'type'					: 'iframe',
		'titleShow'			: false
	});
	
	$(".provincias").fancybox({
		'width'					: '50%',
		'height'				: '100%',
		'type'					: 'iframe',
		'titleShow'			: false
	});
	
	$(".nomina_partidos").fancybox({
		'width'					: '50%',
		'height'				: '100%',
		'type'					: 'iframe',
		'titleShow'			: false
	});
	
	
	
});

