/* 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 #solucoes {
	width: 370px;
	min-height: 255px;
	_height: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 0px solid #444;
	float: left;
}

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

#bloco_centro #noticias {
	width: 200px;
	min-height: 375px;
	_height: 400px;
	margin-left: 15px;
	padding: 10px;
	border-left: 0px dotted #ccc;
	float: left;
}


#bloco_centro #solucoes #titulo1 {
	width: 320px;
	height: 150px;
	line-height: 65px;
	font-family: 'Arial';
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin-left: 20px;
	border: 0px solid #444;
	background: #fff url('../../images/topo_esqueda_inicio.jpg') no-repeat;
	float: left;
}

#bloco_centro #solucoes .solucao {
	width: 320px;
	min-height: 20px;
	_height: 20px;
	line-height: 20px;
	font-family: 'Arial';
	font-size: 14px;
	background-color: #645F60;
	text-align: center;
	margin-left: 20px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #solucoes .solucao a {
	text-transform: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


#bloco_centro #descricao #titulo2 {
	width: 350px;
	min-height: 20px;
	line-height: 20px;
	_height: 20px;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #960;
	margin-bottom: 5px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #descricao #texto {
	width: 350px;
	min-height: 30px;
	font-family: 'Arial';
	font-size: 12px;
	text-align: justify;
	color: #444;
	margin-bottom: 5px;
	border: 0px solid #444;
	float: left;
}

#bloco_centro #descricao #img_programa {
	width: 336px;
	min-height: 256px;
	_height: 256px;
	margin-left: 6px;
	margin-bottom: 5px;
	border: 0px solid #444;
	background: #fff url('../../images/programa_enterprise.jpg') no-repeat;
	float: left;
}


#bloco_centro #noticias #titulo3 {
	width: 200px;
	min-height: 18px;
	line-height: 18px;
	_height: 18px;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 5px;
	border: 0px solid #444;
	background-color: #ffc;
	float: left;
}

#bloco_centro #noticias #titulo3 span {
	margin-top: 2px;
	margin-left: 2px;
	float: left;
}

#bloco_centro #noticias #titulo3 a {
	margin-top: 2px;
	margin-right: 2px;
	float: right;
}

#bloco_centro #noticias ul {
	padding-left: 0px;
}

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

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

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

#bloco_centro #noticias #mais_noticias {
	width: 200px;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	float: left;
}

#bloco_centro #noticias #mais_noticias a {
	color: #44c;
}