$(document).ready(function(){
	$(".footer").css('clear', 'left');
	$(".smallContainer-prehome, .smallContainer-prehomeodd").css('cursor', 'pointer');
	$(".smallContainer-prehome, .smallContainer-prehomeodd").click(function(){
		window.location = '?seccion=' + $(this).attr('seccion')
	});
});
