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

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

#bloco_centro #descricao {
	width: 960px;
	min-height: 150px;
	_height: 150px;
	padding: 10px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #descricao #texto {
	width: 950px;
	min-height: 50px;
	_height: 50px;
	text-align: justify;
	border: 0px solid #444;
	background-color: #fafbfc;
	padding: 5px;
	float: left;
}

#bloco_centro #descricao #texto img {
	width: 100px;
	height: 100px;
	margin: 5px;
	float: left;
}

#bloco_centro #descricao #link {
	width: 955px;
	min-height: 22px;
	_height: 22px;
	line-height: 22px;
	border: 0px solid #444;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	float: left;
}

#bloco_centro #descricao #link a {
	color: #00a;
}

#bloco_centro #mais_noticias {
	width: 960px;
	min-height: 150px;
	_height: 150px;
	padding: 10px;
	margin-bottom: 15px;
	border-top: 1px dotted #444;
	float: left;
}

#bloco_centro #mais_noticias ul {
	padding-left: 5px;
}

#bloco_centro #mais_noticias ul li {
	padding-top: 5px;
	border: 0px solid #444;
}

#bloco_centro #mais_noticias ul li a {
	color: #444;
}

#bloco_centro #mais_noticias ul li a:hover {
	text-decoration: underline;
	background-color: #ffa;
	color: #44c;
}

