// general

$(document).ready(function() {
	

	$('#logo_imago a').click(function() { $(this).css("backgroundPosition","0px -138px"); });

});
