$(document).ready(function(){
	//  Initialize Backgound Stretcher	   
	$(document).bgStretcher({
		images: ['images/main-bg.jpg']
	});
	
	$('#portada').click(function(){
		window.location = 'inicio.php'
	});
});
