$(document).ready(function() {
	
$('.campo').focus(function(){$(this).toggleClass('campo_focus');});
$('.campo').blur(function(){$(this).toggleClass('campo_focus');});
$("#backurl").click(function(){history.back(); });
if ( $(".box").length )$(".box").corner("5px");
if ( $(".azul").length )$(".azul").corner("5px");

$('.link-conteudo').click(function()
{
	var iddiv = this.id;
	$(".link-conteudo").removeClass("azul");
	$(this).addClass('azul');
	$(".texto-conteudo").hide("slow");
	$(".azul").corner("5px");
	$("#txt"+iddiv).show("slow");
	return false;
});



var cheight = $("#est-central").height();
if (cheight <= '349'){$("#est-central").height(350);}

});
