/* Muda a cor do menu selecionado */
.container .norte #menu_topo #menu #botao_empresa {
	background: #fff url('../../images/fundo_menu_selecionado.jpg') repeat-x;
}

.container .norte #menu_topo #menu #botao_empresa a {
	color: #225;
}

/* Bloco do centro */
#bloco_centro {
    width: 1005px;
	min-height: 275px;
    _height: 275px;
    border: 0px solid #f00;
}

#bloco_centro #imagem {
	width: 980px;
	height: 150px;
	margin: 10px;
	background: #fff url('../../images/terra.jpg') no-repeat;
}

#bloco_centro #descricao {
	width: 960px;
	min-height: 255px;
	_height: 255px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px solid #444;
	float: left;
}

