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

.container .norte #menu_topo #menu #botao_portifolio 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/portifolio.jpg') no-repeat;
}

#bloco_centro #descricao {
	width: 960px;
	min-height: 55px;
	_height: 55px;
	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;
	background-color: #f1f3f5;
	float: left;
}

#bloco_centro #produtos {
	width: 1005px;
	min-height: 270px;
	margin-top: 10px;
	margin-bottom: 25px;
	float: left;
}

#bloco_centro #produtos h1 {
	margin-left: 20px;
}

#bloco_centro #produtos .produto {
	width: 306px;
	min-height: 250px;
	_height: 250px;
	text-align: center;
	margin: 5px;
	float: left;
}

#bloco_centro #produtos .produto img {
	width: 300px;
	height: 230px;
	border: 4px double #ccc;
	float: left;
}

#bloco_centro #produtos .produto .texto {
	margin: 5px;
	clear: left;
}

