$(document).ready(function(){	
	$(".financiacion a").colorbox({
		width:"350px", 
		inline:true, 
		href:"#simulador"
	});
	
	$("a.fb_ficha").colorbox({
		width			: '70%',
		height			: '100%',
		iframe			: true
	});
	
	$(".fb_link").colorbox({
		width			: '95%',
		height			: '90%',
		iframe			: true,
		onClosed		: function() {
			location.reload(true);
		}
	});
	
	$("a.fb_docs").colorbox({
		width			: '70%',
		height			: '100%',
		iframe			: true,
		onClosed		: function() {
			location.reload(true);
		}
	});
	
	$("a[rel='gallery']").colorbox();
	
});
