$(document).ready(function(){ 
   	 altura = $("#direita").height() ;
	 altura;
 	 $("#menuutilidades").css('height', altura+'px');
 });
