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

.container .norte #menu_topo #menu #botao_inicio 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/aperto_mao.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;
}

#bloco_centro #descricao h1 {
	color: #c00;
}

#bloco_centro #descricao .solucao {
	width: 960px;
	min-height: 255px;
	_height: 255px;
	text-align: justify;
	border: 0px solid #444;
	margin-bottom: 10px;
}

