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

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

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

#bloco_centro #descricao .linha {
	width: 960px;
	min-height: 100px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #444;
	float: left;
}

#bloco_centro #descricao .linha .logo {
	width: 150px;
	min-height: 50px;
	_height: 100px;
	text-align: center;
	border: 0px solid #444;
	padding-top: 5px;
	float: left;
}

#bloco_centro #descricao .linha .texto {
	width: 808px;
	min-height: 100px;
	_height: 100px;
	text-align: justify;
	border: 0px solid #444;
	padding-top: 5px;
	float: left;
}

