.label_outras{
	margin-top: 15px;
	height: 16px;
}
	.label_outras p{
		font-weight: bold;
		font-size: 11px;
		color: #fff;
	}
	
.link_uteis {
	margin-left:25px;
	margin-top: 8px;
}
			
	.link_uteis a, .link_uteis a:hover {
		color: #66a4b0;
		text-decoration: none;
		}
	.link_uteis a:hover {
		color: #4c8793;
	}
		.link_uteis .uteis-selected, .link_uteis.uteis-selected:hover {
			color: gray;
		}
		
.top_uteis{
	background: url('/static-media/topo_distrito.jpg') no-repeat;
	width: 452px;
	min-height: 30px;
	margin-left: 6px;
	background-color:#d1dfe8;
}
	.top_uteis p{
		color: #cc0000;
		font-weight: bold;
		font-size: 13px;
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 10px;
		text-align: center;
	}
	
.fundo_uteis{
	background: url('/static-media/fundo_distrito.jpg') no-repeat;
	width: 452px;
	min-height: 20px;
	margin-left: 6px;
}

.conteudo_uteis{
	margin-left:6px;
	margin-right: 7px;
	background-color:#d9e7ea;
}
	
	.conteudo_uteis p{
		padding-top: 5px;
		margin-left:15px;
		margin-right: 15px;
	}

#link_menu_header {
	text-align: center;
	padding-top: 10px;
	color: #cc0000;
	font-size:12px;
}
	
	#link_menu_header a, #link_menu_header a:hover {
		text-decoration: none;
		color: #cc0000;
	}
	
	#link_menu_header a:hover {
		color: #cccc33;
	}