$(document).ready(function(){
	$("#expan1").hide();
	$(".abre1").click(function(){$("#expan1").toggle();});

	});

