function calculaPosition(){
	var heightWrapper = $(window).height() - 117;
	//alert(heightWrapper);
	$("#general").css("min-height",heightWrapper);
}