@charset "utf-8";
@import url(geral.css);
/* CSS Document */
#menu-empresa  {
	width:712px;
	height:40px;
	clear:both;
}
#menu-empresa a{
	color:#00194c;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
	display:block;
	line-height:30px;
	width:80px;
	text-align:center;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}

#menu-empresa a.conteudo-atual {
	background-image:url(../img/empresa/bg_botao_tipo.jpg);
	background-repeat:no-repeat;
}
.p-esquerda {
	width:346px;
	float:left;
}
.p-direita {
	width:326px;
	float:right;
}