@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222222;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#centro {
	background-image: url(../imagens/fundo.jpg);
	background-color: #012F6B;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: solid #333333 1px;
}






#principal {
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
}

#coluna_esq {
	width: 305px;
	height: 490px;
	background-image: url(../imagens/base_esq.png);
	background-repeat: no-repeat;
	float: left;
}
#coluna_centro {
	width: 260px;
	height: 490px;
	background-image: url(../imagens/base_centro.png);
	background-repeat: no-repeat;
	float: left;
}

#coluna_dir {
	width: 395px;
	height: 490px;
	background-image: url(../imagens/base_dir.png);
	background-repeat: no-repeat;
	float: right;
}
#logotipo {
	width: 305px;
	height: 490px;
	background-image: url(../imagens/logotipo_enduidos_mendes_290x140.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	background-position: 10px 320px;
}


.conteudo {
	padding: 25px 20px;
	display: block;
	color: #CCCCCC;
}
.conteudo a {
	color: #CCCCCC;
}

.conteudo_dir {
	padding: 25px 20px;
	display: block;
}

#texto {
	height: 380px;
	text-align: justify;
}




.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}

#rodape {
	width: 950px;
	margin: 0px auto;
	font-size: 9px;
	color: #666;
	text-align: right;
	background-image: url(../imagens/configs.png);
	margin-top: 20px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.seccao {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: solid #222222 1px;
}
.seccao_off {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: solid #222222 1px;
}
.seccao_dir {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	color: #09C;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid #999 1px;
}


.bt_seccao  {
	display: block;
	width: 210px;
	color: #FFFFFF;
	background-image: url(../imagens/bt_seccao.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	padding-left: 10px;
	height: 23px;
	padding-top: 7px;
	margin-bottom: 2px;
}
.bt_seccao:hover {
	background-position: 0px -30px;
}
.bt_seccao_on {
	display: block;
	width: 210px;
	color: #333333;
	background-image: url(../imagens/bt_seccao.png);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	padding-left: 10px;
	height: 23px;
	padding-top: 7px;
	margin-bottom: 2px;
}

.bt_admin {
	width: 26px;
	height: 25px;
	display: block;
	overflow: hidden;
	background-image: url(../imagens/bt_admin.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
}
.bt_admin:hover {
	background-position: 0px -25px;
}
.noticias_inicio {
	display: block;
	padding-bottom: 15px;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../imagens/icon_noticia.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	min-height: 30px;
}
.noticias_inicio:hover .noticia_inicio_titulo {
	color: #0099CC;
}
.noticia_inicio_titulo   {
	display: block;
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: none;
}

.noticia_inicio_data {
	display: block;
	background-color: #333333;
	color: #666666;
	font-size: 9px;
}
.noticia_titulo {
	display: block;
	color: #0099CC;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.noticia_data {
	display: block;
	color: #CCCCCC;
}
.noticia_texto {
	display: block;
}
#mapa {
	width: 350px;
	height: 350px;
	padding-right: 5px;
}

