$(document).ready(function() {
	  if ($('.sidebar').height() > $('.meio').height()) {
		$('.meio').height($('.sidebar').height());
	  }
});