/*******************************************************************************
	GRUPOW
	26.06.2007

*******************************************************************************/

HTML {
	margin												: 0;
	padding												: 0;
	text-decoration										: none;
}

BODY {
	margin												: 0;
	padding												: 0;
	background											: #FFFFFF URL('../imagens/background/bg.gif') repeat-x left top;
	text-align											: center;
	text-decoration										: none;
}

/* 	ESTRUTURA *****************************************************************/

#geral {
	width												: 768px;
	height												: auto !important;
    min-height											: auto;
	margin												: 0 auto;
	display												: block;
	clear												: both;
}


/* 	LINK LOGO *****************************************************************/

#linklogo {
	width												: 172px;
	height												: 90px;
	margin-left											: 10px;
	_margin-left										: 0;
	margin-top											: 20px;
	display												: block;
}

#linkBanner {
	width												: 172px;
	height												: 94px;
	margin-left											: 10px;
	_margin-left										: 0;
	margin-top											: 10px;
	display												: block;
}

/* 	MENU **********************************************************************/

#menu {
	width												: 194px;
	height												: auto !important;
    min-height											: auto;
	background											: URL('../imagens/background/bg_menu.jpg') no-repeat left top;
	float												: left;
	text-align											: center;
	display												: block;
}

#linksmenu {
	margin-top											: 20px;
	_margin-top											: 20px;
	list-style											: none;
	margin-left											: -8px;
	_margin-left										: 32px;
	text-align											: left;
	display												: block;
}

#linksmenu LI {
	border-bottom										: 1px solid #E2E0E1;
	width												: 130px;
	vertical-align										: middle;
	padding												: 1px;
}

#linksmenu A {
	font												: normal 11px "Arial";
	color												: #285078;
	text-decoration										: none;
}

#linksmenu A:HOVER {
	color												: #0A2C4E;
} 


/* 	BUSCA *********************************************************************/

#caixaBusca {
	width												: 114px;
	_width												: 130px;	
	height												: 53px;
	_height												: 93px;
	background											: #FFFFFF;
	border												: 1px solid #DDDDDD;
	margin												: 0 auto;
	font												: bold 11px "Arial";
	color 												: #1B467A;
	text-align											: left;
	padding												: 20px 8px 20px 7px;
	_padding											: 20px 7px;
}

#inputBusca {
	border												: 1px solid #55789E;
	font												: normal 11px "Arial";
	color												: #000000;
	width												: 114px;
	margin-top											: 5px;
}

.BuscaSalaImprensa {
	border												: 1px solid #55789E;
	font												: normal 11px "Arial";
	color												: #000000;
	width												: 114px;
	margin-top											: 10px;
}

#btBusca {
	margin												: 5px 0 0 91px;
}

.boxSelectBusca {
	margin-top											: 20px;
	width												: 100px;
	height												: auto !important;
    min-height											: auto;
	background-color									: #3e668e;
	color												: #ffffff;
}


/* 	PAGINACAO *****************************************************************/

.paginacao {
	background											: URL('../imagens/icones/ico_paginacao.gif') no-repeat center top;
	height												: 28px;
	font												: normal 11px "Arial";
	padding-top											: 4px;
}


/* 	BANNER LATERAL ************************************************************/

#bannerLateral {
	margin-bottom										: 15px;
	margin-left											: 1px;
}


/* 	TITULO SITE  **************************************************************/

#titulo {
	width												: 270px;
	height												: 80px;
	background											: URL('../imagens/icones/titulo.gif') no-repeat left top;
	display												: block;
	float												: left;
}


/* 	ICONES SUPERIORES *********************************************************/

#opcoes {
	margin												: 45px 7px 10px 0;
	float												: right;
	background											: URL('../imagens/icones/opcoes.gif') no-repeat left top;
	width												: 59px;
	height												: 18px;
}

#opHome, #opMapa, #opContato {
	width												: 17px;
	_width												: 18px;
	height												: 20px;
	margin												: 0;
	padding												: 0;
}

#opHome, #opMapa {
	float												: left;
}

#opContato {
	float												: right;
}


/* 	OUTDOOR  ******************************************************************/

#outdoor {
	width												: 554px;
	height												: 255px !important;
	min-height											: 255px;
	background											: URL('../imagens/outrasimagens/outdoor1.jpg') no-repeat left top;
	text-align											: center;
	padding-top											: 1px;
	_padding-top										: 0;
	float												: left;
	position											: relative;
}

#conteudo .comunicado {
	background											: URL("../imagens/comunicado.gif") no-repeat center top;
	display												: block;
	width												: 275px;
	height												: 276px;
	z-index												: 80;
	top													: 0px;
	left												: 40px;
	position											: absolute;
}

#conteudo .comunicado a {
	display												: block;
	width												: 100%;
	height												: 100%;
	left												: 0;
	top													: 0;
	position											: absolute;
}

#conteudo .comunicado a.fechar {
	position											: absolute;
	display												: block;
	width												: 21px;
	height												: 19px;
	left												: 250px;
	top													: 0px;
}


/* 	LINKS *********************************************************************/

.links {
	font												: normal 11px "Arial";
	color												: #486D99;
	text-decoration										: none;
}

.linksRss {
	font												: bold 11px "Arial";
	color												: #82A5CC;
	text-decoration										: none;
}

a.linksRss:HOVER {
	color												: #274972;
}

.links:HOVER {
	color												: #274972;
}

/* 	CONTEUDO ******************************************************************/

#conteudo {
	width												: 565px;
	height												: auto !important;
	min-height											: auto;
	text-align											: center;
	float												: right;
	vertical-align										: top;
	position											: relative;
}

#videoHome{
	position											: absolute;
	top													: 250px;
	left												: 20px;
	width												: 515px;
	height												: 405px;
	z-index												: 9999;
	background											: URL('../imagens/fundoVideo.png') no-repeat left top;
	padding-top											: 15px
}

#botaoFechar{
	cursor												: pointer;
	position											: absolute;
	top													: 234px;
	right												: 31px;
	z-index												: 9999;
}

#conteudoInterno {
	text-align											: center;
	width												: 530px;
	height												: auto;
	min-height											: auto !important;
	display												: block;
	clear												: both;
	margin												: 0 auto 15px;
	_margin												: -4px auto 15px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	font												: normal 11px "Arial";
	color												: #486D99;
	border-bottom										: 2px solid #FBD761;
}

.itemLista {
	list-style											: none;
	text-align											: left;
	margin-left											: -25px;
	_margin-left										: 0;
}

.itemLista LI {
	vertical-align										: middle;
	margin-top											: 5px;
}

.itemLista2 {
	list-style											: none;
	text-align											: left;
	margin-left											: -20px;
	_margin-left										: 20px;
	width												: 500px;
}

.itemLista3 {
	list-style											: none;
	text-align											: left;
	margin-left											: 0px;
	_margin-left										: 20px;
	width												: 480px;
	text-align											: justify;
}

.itemLista4 {
	list-style											: outside URL("../imagens/icones/quaq.gif");
	text-align											: left;
	margin-left											: 0px;
	_margin-left										: 20px;
	width												: 455px;
	text-align											: justify;
}


.itemLista2 LI {
	vertical-align										: middle;
	margin-top											: 5px;
}

.itemListaQ {
	list-style											: none;
	text-align											: left;
	margin-left											: 0;
	width												: 475px;
	margin-right										: 15px;
}

.itemListaQ LI {
	vertical-align										: middle;
	margin-top											: 5px;
}

.itemListaDO {
	list-style											: none;
	text-align											: left;
	margin-left											: -25px;
	_margin-left										: 15px;
}

.itemListaDO LI {
	vertical-align										: middle;
	border-bottom										: 1px solid #D8D8D8;
	width												: 500px;
	display												: block;
	clear												: both;
	height												: 27px;
	margin												: 4px 0 4px 0;
	padding-bottom										: 6px;
	_padding-bottom										: 4px;
}

.textoPdf {
	float												: left;
	height												: 20px;
	_height												: 32px;
	vertical-align										: middle;
	padding												: 0;
	padding-top											: 10px;
	margin												: 0;
}
.downPdf {
	float												: right;
	margin												: 0;
	padding												: 0;
	background											: URL('../imagens/icones/ico_pdf.gif') no-repeat left top;	
	width												: 91px;
	height												: 31px;
}

a.downPdf:HOVER {
	background											: URL('../imagens/icones/ico_pdf_over.gif') no-repeat left top;	
}

.imgIco {
	border												: 2px solid #FFFFFF;
	margin-bottom										: 5px;
}

.mapadosite {
	padding-left										: 50px;
}

/* 	TITULOS *******************************************************************/

.tituloFlash {
	text-align											: left;
	width												: 530px;
	height												: 28px;
	display												: block;
	clear												: both;
	margin												: 0 auto;
	padding												: 0;
}

.tituloFlashInterno {
	text-align											: left;
	width												: 100%;
	height												: 28px;
	display												: block;
	clear												: both;
	margin												: 0 auto;
	padding												: 0;
}

.subTitulos {
	width												: 515px;
	_width												: 530px;
	height												: 30px;
	display												: block;
	clear												: both;
	background											: URL('../imagens/background/bg_subtitulos.gif') repeat-x left top;
	font												: bold 11px "Arial";
	color												: #0E386A;
	padding												: 6px 0 0 15px;
	margin-bottom										: 15px;
	text-align											: left;
}

.subTituloTexto {
	font												: bold 11px "Arial";
	color												: #0E386A;
}

.subTituloTextoEspecialidade {
	font												: bold 11px "Arial";
	color												: #0E386A;
	margin-top											:10px;
	margin-bottom										:10px;
}


/* 	TEXTOS ********************************************************************/

.texto {
	font												: normal 11px "Arial";
	color												: #0E386A;
}

.textoMarcador {
	font												: normal 11px "Arial";
	color												: #0E386A;
	padding-top											: 3px;
	_padding-top										: 7px;
}

.textoCorrido {
	text-align											: justify;
	width												: 500px;
	margin												: 0 auto 10px;
}

.textoImprimir {
	text-align											: justify;
	width												: 530px;
	margin												: 20px;
	font												: normal 11px "Arial";
	color												: #0E386A;
}

.logoImprimir {
	width												: 530px;
	text-align											: center;
}

.miniConteudo {
	width												: 500px;
	margin												: 0 auto;
	display												: block;
	text-align											: left;
	vertical-align										: top;
}

.miniFoto {
	background											: URL('../imagens/background/bg_mini.gif') no-repeat left top;
	width												: 74px;
	height												: 85px;
	float												: left;
	padding												: 4px;
}

.textoCorridoD {
	width												: 410px;
	float												: right;
}

.btLinha {
	display												: block;
	clear												: both;
	text-align											: center;
	margin												: 10px 0 20px 0;
	width												: 530px;
}

/* 	FORMULARIOS ***************************************************************/

.forms {
	background											: #FFFFFF;
	border												: 1px solid #CACFD4;
	font												: normal 11px "Arial";
	color												: #000000;
	height												: 20px;
}

.radio {
	vertical-align										: middle;
	width												: 15px;
	margin-left											: 5px;
	margin-right										: 5px;
}

.formsTextarea {
	width												: 278px;
	height												: 120px;
	background											: #FFFFFF;
	border												: 1px solid #CACFD4;
	font												: normal 11px "Arial";
	color												: #000000;
}

.formsTextareaDenuncia {
	width												: 278px;
	height												: 70px;
	background											: #FFFFFF;
	border												: 1px solid #CACFD4;
	font												: normal 11px "Arial";
	color												: #000000;
}

.asterisco {
	font												: normal 24px "Arial";
	color												: #4A80C1;
}


/* 	NOTICIAS ******************************************************************/

.noticiasHome {
	width												: 530px;
	margin												: 0 auto;
	height												: auto;
	min-height											: auto;
	display												: block;
	clear												: both;
}

.imgNoticiaHome {
	float												: left;
	margin-bottom										: 10px;
	_margin-bottom										: 0;
	margin-left											: 0;
	_margin-left										: -3px;
}

.boxNoticias {
	text-align											: left;

}

.dataNoticia {
	font												: bold 10px "Verdana";
	color												: #395B76;
	display												: block;
	clear												: both;
	margin-top											: 10px;
}

.dataNoticiaInterna {
	font												: bold 10px "Verdana";
	color												: #395B76;
	display												: block;
	clear												: both;
	margin-top											: 0;
}

.tituloNPrincipal {
	font												: normal 18px "Arial";
	color												: #000000;
	text-decoration										: none;
}

.tituloN {
	font												: bold 12px "Arial";
	color												: #000000;
	text-decoration										: none;
}

.tituloNMini {
	font												: normal 10px "Arial";
	color												: #000000;
	text-decoration										: none;
}

.outrasNoticias {
	padding												: 10px;
	border												: 1px solid #F0F0E4;
	font												: normal 10px "Verdana";
	color												: #000000;
	display												: block;
	clear												: both;
	width												: 508px;
	_width												: 530px;
	margin												: 10px 0 10px 0;
	text-align											: left;
}

.outrasNoticias A {
	font												: normal 10px "Verdana";
	color												: #000000;
	text-decoration										: none;
}

.outrasNoticias STRONG {
	color												: #395B76;
}

.boxHome {
	width												: 530px;
	_width												: 534px;
	margin												: 0 auto;
	height												: 130px;
	display												: block;
	clear												: both;
	
}

.boxHE, .boxHD {
	height												: 130px;
	width												: 256px;
	_width												: 260px;
	padding												: 0;
}

.boxHE {
	float												: left;
	padding												: 0;
}

.boxHD {
	float												: right;
}

.boxServicos {
	width												: 256px;
	height												: 93px;
	background											: URL('../imagens/background/bg_boxHome.gif') no-repeat left top;
	font												: normal 11px "Arial";
	color												: #FFFFFF;
	padding												: 0;
	padding-top											: 25px;
}

.textoTamanhos {
	height												: 30px;
	display												: block;
	clear												: both;
	text-align											: right;
	padding												: 5px 12px 0 0;
	background											: URL('../imagens/icones/ico_tamanhos.gif') no-repeat right center;
	width												: 510px;
	margin-top											: 0;
	_margin-top											: 5px;
}

.aMenos, .aMais {
	width												: 24px;
	height												: 20px;
	display												: block;
}

.aMais {
	margin-right										: 0;
	float												: right;
}

.aMenos {
	float												: right;
	margin-right										: -5px;
}

/*  ESPECIAIS  ****************************************************************/

.especiaisHome {
	width												: 530px;
	margin												: 0 auto;
	height												: 120px;
	display												: block;
	clear												: both;
	text-align											: left;
}

.especial1, .especial2, .especial3 {
	padding												: 6px;
	background											: #E9E9E9;
	width												: 157px;
	_width												: 169px;
	height												: 90px;
}

.especial1 {
	float												: left;
}

.especial2 {
	float												: left;
	margin-left											: 11px;
}

.especial3 {
	float												: right;
}

.linha {
	border-top											: 1px solid #D8D8D8;
	width												: 500px;
	_width												: 505px;
	margin												: 10px 0 10px;
	_margin												: 10px auto 0;
	padding												: 0;
	display												: block;
	clear												: both;
}

.linha2 {
	border-top											: 1px solid #D8D8D8;
	width												: 475px;
	_width												: 475px;
	margin												: 10px 0 10px;
	_margin												: 10px auto 0;
	padding												: 0;
	display												: block;
	clear												: both;
}

.linhaHome {
	border-top											: 1px solid #D8D8D8;
	width												: 530px;
	_width												: 526px;
	margin												: 10px 0 10px 18px;
	_margin												: 10px auto 0;
	padding												: 0;
	display												: block;
	clear												: both;
}

.imgEspecial {
	float												: left;
}

.miniEspecial {
	width												: 75px;
	float												: right;
	font												: normal 11px "Arial";
	color												: #000000;
	text-decoration										: none;
}

.miniEspecial STRONG {
	color												: #416890;
}

.fotoConteudoNoticia {
	/*width												: 281px;
	height												: 185px;*/
	width												: auto;
	height												: auto;
	min-height											: auto !important;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: left;
	margin												: 5px 15px 10px 15px;
	_margin												: 10px 15px 10px 15px;
}

.fotoConteudoNoticiaLeft {
	width												: auto;
	height												: auto;
	min-height											: auto !important;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: left;
	margin												: 15px 15px 10px 15px;
}

.fotoConteudoNoticiaRight {
	width												: auto;
	height												: auto;
	min-height											: auto !important;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: right;
	margin												: 15px 15px 10px 15px;
}

.fotoConteudoNoticiaCenter {
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
}

.textoCorridoNoticia {
	text-align											: justify;
	padding												: 0 15px 0 15px;
}

.fotoConteudoNoticia .foto, .fotoConteudoNoticiaLeft .foto, .fotoConteudoNoticiaRight .foto, .fotoConteudoNoticiaCenter .foto {
	border												: 3px solid white;
	margin-bottom										: 3px;
}

#conteudoGeral {
	text-align											: justify;
	padding												: 0 15px 0 15px;
	font												: normal 11px "Arial";
	color												: #0E386A;
}

#fotoConteudo {
	float												: left;
	clear												: left;
	margin												: 0 10px 5px 0;
	padding												: 3px;
	background-color									: #d3dae2;
}

/*FOTO COM CONTEUDO*/
.fotoConteudoTexto {
	width												: 281px;
	height												: 190px;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: left;
	margin												: 5px 15px 10px 15px;
	_margin												: 10px 15px 10px 15px;
}

.textoCorridoFoto {
	text-align											: justify;
	padding												: 0 15px 0 15px;
}

.fotoConteudoTexto .foto {
	border												: 3px solid white;
	margin-bottom										: 3px;
}
/*FOTO COM CONTEUDO FIM*/


.linksMenores {
	font												: bold 10px "Arial";
	color												: #000000;
	margin-right										: 20px;
	vertical-align										: middle;
	text-decoration										: none;
}

/* 	BANCO DE IMAGENS  *********************************************************/

.fotoAmpliadaBox {
	border												: 1px solid #dedede;
	border-bottom										: 6px solid #dedede;
	padding												: 5px;
	background											: #FFFFFF;
	font												: normal 10px "Arial";
	color												: #000000;
}

.fotoAmpliada {
	border												: 1px solid #dedede;
}

.textoLinkFoto {
	padding-top											: 5px;
}


/* 	RODAPE ********************************************************************/

#rodape {
	width												: 100%;
	height												: 30px;
	_height												: 50px;
	background											: #436E9B;
	font												: normal 10px "Verdana";
	color												: #FFFFFF;
	padding-top											: 20px;
	display												: block;
	clear												: both;
}


/* 	OBRAS *********************************************************************/

.imgMiniObras {
	float												: left;
	border												: 5px solid #DDDDDD;
}

.linksObras {
	font												: normal 11px "Arial";
	color												: #486D99;
	text-decoration										: none;
	float												: left;
	width												: 450px;
	_width												: 445px;
	margin-left											: 10px;
	margin-bottom										: 10px;
	_margin-bottom										: 0;
}

.linksObras:HOVER {
	color												: #274972;
}

.sombraBase {
	background											: URL('../imagens/background/sombrabase.gif') no-repeat right top;
	width												: 500px;
	margin												: 0 auto;
	height												: 15px;
}

.sombraBase2 {
	background											: URL('../imagens/background/sombrabase.gif') no-repeat right top;
	width												: 340px;
	margin												: 0 auto;
	height												: 15px;
}

.sombraBase3 {
	background											: URL('../imagens/background/sombrabase.gif') no-repeat right top;
	width												: 490px;
	margin												: 0 auto;
	height												: 15px;
}

.sombraBase4 {
	background											: URL('../imagens/background/sombrabase.gif') no-repeat right top;
	width												: 518px;
	margin												: 0 auto;
	height												: 15px;
	float												: left;
}

.sombraBase5 {
	background											: URL('../imagens/background/sombrabase.gif') no-repeat right top;
	width												: 495px;
	margin												: 0 auto;
	height												: 15px;
}

.sombraBaseDenuncia {
	background											: URL('../imagens/background/sombrabaseazul.gif') no-repeat right top;
	width												: 480px;
	margin												: 0 auto;
	height												: 15px;
}

.sombraBaseObras {
	background											: URL('../imagens/background/sombrabusca.gif') no-repeat right top;
	margin												: 0 auto;
	height												: 15px;
	clear												: both;
}

.sombraBaseBusca {
	background											: URL('../imagens/background/sombrabusca.gif') no-repeat right top;
	width												: 135px;
	margin												: 0 auto;
	height												: 15px;
	margin-bottom										: 15px;
}

.acompanhamento {
	float												: left;
	background											: #FFFFFF;
	width												: 245px;
	padding												: 0;
	text-align											: center;
	display												: block;
}

.boxObras {
	width												: 500px;
	margin												: 0 auto;
	height												: 565px;
	background											: #FFFFFF;
	padding												: 10px;
	display												: block;
	clear												: both;
}

.imgObra {
	display												: block;
	margin												: 1px;
}

.descricaoAcompanhamento {
	float												: right;
	text-align											: left;
	width												: 223px;
	color												: #FFFFFF;
	border												: 1px solid #DDDDDD;
	background											: #4F729A;
}

.descricaoBox {
	float												: right;
	width												: 220px;
}

.descricaoTexto {
	background											: #53769C URL('../imagens/background/bg_denuncia.gif') repeat-x left bottom;
	padding												: 15px 10px 10px 10px;
	width												: 203px;
	_width												: 222px;
	height												: 325px;
	_height												: 365px;
}

.dadosAcompanhamento {
	float												: left;
	width												: 260px;
	text-align											: left;
}

.dadosOBra {
	margin-left											: 10px;
}

.textoMenor {
	font												: normal 10px "Verdana";
	color												: #000000;
}

.textoMenorT {
	font												: bold 11px "Arial";
	color												: #000000;
}

.textoCorridoIptu {
	text-align											: justify;
	width												: 500px;
	margin												: 0 auto 10px;
	line-height											: 20px;
	text-indent											: 25px;
}

.linhaIptu {
	border-bottom										: 1px solid #AAAAAA;
	width												: 300px;
	height												: 1px;
	margin												: 0 auto 10px;
}

.boxIptu {
	width												: 330px;
	margin												: 0 auto;
	height												: 180px;
	background											: #FFFFFF;
	padding											  	: 10px;
	display												: block;
}

.boxDenuncia {
	width												: 480px;
	_width												: 500px;
	margin												: 0 auto;
	background											: #53769C URL('../imagens/background/bg_denuncia.gif') repeat-x left bottom;
	padding												: 15px;
	height												: 420px;
	_height												: 300px;
	display												: block;
	border												: 1px solid #DDDDDD;
	color												: #FFFFFF;
}

.textoDenuncia {
	text-align											: left;
	color												: #FFFFFF;
}

.textoDenunciaForm {
	color												: #FFFFFF;
	font												: bold 11px "Arial";
}

.tituloDenuncia {
	font												: bold 14px "Arial";
	color												: #FFFFFF;
}

.boxCalendario {
	width												: 490px;
	_width												: 500px;
	height												: auto;
	min-height											: auto !important;
	background											: #FFFFFF;
	padding												: 10px 5px;
	display												: block;
	float												: left;
	margin-left											: 15px;
}

.calendario {
	float												: left;
	text-align											: center;
	margin-top											: 10px;
	
}

.boxDiarioDia {
	height												: auto;
	min-height											: auto !important;
	background											: #35608B;
	display												: block;
	margin-top											: 12px; 
	_margin-left										: 0;
}

.diarioDia {
	float												: right;
	width												: 220px;
	_width												: 225px;
	margin-right										: 10px;
	_height												: 285px;
	text-align											: left;
	vertical-align										: top;
	height												: auto;
	min-height											: auto !important;
}

.dataDiarioDia {
	font												: normal 11px "Arial";
	display												: block;
	clear												: both;
	float												: right;
	width												: 154px;
	_width												: 165px;
	color												: #FFFFFF;
}

.dataDiarioRescente {
	font												: normal 11px "Arial";
	display												: block;
	clear												: both;
	float												: right;
	width												: 154px;
	_width												: 165px;
	color												: #486d99;
}

.titDiarioDia, .titDiarioRescente {
	float												: right;
	width												: 155px;
	_width												: 165px;
	display												: block;
}

.linkDiarioDia {
	font												: bold 15px "Arial";
	color												: #FFFFFF;
	text-decoration										: none;
}

a.linkDiarioDia, a.linkDiarioDia:active, a.linkDiarioDia:visited {
	font												: bold 15px "Arial";
	color												: #FFFFFF;
	text-decoration										: none;
}

a.linkDiarioDia:hover {
	color												: #A7CEf6;
	text-decoration										: none;
}

.linkDiarioRescente {
	font												: bold 11px "Arial";
	color												: #486d99;
	text-decoration										: none;
}

a.linkDiarioRescente, a.linkDiarioRescente:active, a.linkDiarioRescente:visited {
	font												: bold 11px "Arial";
	color												: #486d99;
	text-decoration										: none;
}

a.linkDiarioRescente:hover {
	color												: #6491C6;
	text-decoration										: none;
}

.linhaSeparadora {
	border-top											: 1px solid #DDDDDD;
	width												: 220px;
	margin												: 5px 0 5px;
	_margin												: 0;
	padding												: 0;
	display												: block;
	clear												: both;
}

.mensagemForm {
	width												: 480px;
	_width												: 500px;
	border												: 1px solid #DDDDDD;
	padding												: 10px;
	margin												: 0 auto; 
	background											: #FFFFFF;
	font												: bold 11px "Arial";
	color												: #0C3C76;
}

.mensagemFormDenuncia {
	width												: 460px;
	_width												: 500px;
	border												: 1px solid #DDDDDD;
	padding												: 10px;
	margin												: 0 auto; 
	background											: #FFFFFF;
	font												: bold 11px "Arial";
	color												: #0C3C76;
}


/* 	APREFEITURA ***************************************************************/

.informacoes {
	width												: 265px;
	_width												: 275px;
	height												: 510px !important;
	min-height											: 510px;
	float												: left;
	margin-top											: 20px;
	margin-left											: 15px;
}

.conteudoInformacoes {
	display												: block;
	text-align											: left;
	width												: 250px;
	_width												: 275px;
	height												: 440px !important;
	min-height											: 440px;
	margin												: 0;
	_margin-top											: -4px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	border-bottom										: 2px solid #fbd761;
	padding-top											: 10px;
	padding-left										: 12px;
}

.linhaInfo {
	border-bottom										: 1px solid #D5DAE1;
	width												: 95%;
	margin												: 0;
	padding												: 8px 0 8px 0;
}

.informacoes2 {
	margin-left											: 20px;
	width												: 240px;
	height												: 500px !important;
	min-height											: 500px;
	float												: left;
	margin-top											: 20px;
}

.conteudoInformacoes2 {
	text-align											: left;
	width												: 230px;
	height												: 440px !important;
	min-height											: 440px;
	margin												: 0;
	_margin-top											: -4px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	border-bottom										: 2px solid #fbd761;
	padding-top											: 10px;
	padding-left										: 12px;
}

.aempresa {
	width												: 532px;
	margin-top											: 10px;
	clear												: both;
	text-align											: left !important;
	display												: block;
	float												: left;
	margin-left											: 15px;
}

.conteudoEmpresa {
	width												: 530px;
	height												: 200px !important;
	min-height											: 200px;
	margin												: 0 auto;
	_margin-top											: -3px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	font												: normal 11px "Arial";
	color												: #486D99;
	border-bottom										: 2px solid #fbd761;
	padding-top											: 10px;
}

.fotoConteudo {
	width												: 158px;
	height												: 122px;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
}

.conteudoEmpresa .texto {
	text-align											: justify;
	font												: normal 11px "Arial";
	color												: #486d99;
}

.fotoConteudo .foto {
	border												: 3px solid white;
	margin-bottom										: 3px;
}

.btLeiaMais {
	margin-left											: 445px;
}

.btMapa {
	margin												: 15px auto 5px;
	text-align											: center;
}

.simbolos {
	width												: 532px;
	margin-left											: 15px;
	margin-top											: 0px;
	clear												: both;
	text-align											: left !important;
	float												: left;
	display												: block;
}

.conteudoSimbolos {
	width												: 530px;
	height												: 140px !important;
	min-height											: 140px;
	margin												: 0 auto;
	_margin-top											: -3px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	font												: normal 11px "Arial";
	color												: #486D99;
	border-bottom										: 2px solid #fbd761;
	padding-top											: 10px;
	text-align											: center;
}

#conteudoInternoEmpresa {
	text-align											: justify;
	width												: 530px;
	height												: auto !important;
	min-height											: auto;
	display												: block;
	clear												: both;
	margin												: 0 auto 15px;
	_margin												: -4px auto 15px;
	background											: #F8F8F8 URL('../imagens/background/sombra_titulos.gif') no-repeat left top;
	font												: normal 11px "Arial";
	color												: #486D99;
	border-bottom										: 2px solid #FBD761;
}
.conteudoInternoEmpresa {
	padding-left										: 20px;
}

.fotoConteudoCom {
	width												: 158px;
	height												: 122px;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: left;
	margin												: 15px;
}

.textoCorridoEmpresa {
	text-align											: justify;
	padding												: 0 15px 0 15px;;
}

.fotoConteudoCom .foto {
	border												: 3px solid white;
	margin-bottom										: 3px;
}




.fotoConteudoTransito {
	width												: 281px;
	height												: 185px;
	padding												: 3px;
	background-color									: #d3dae2;
	font												: bold 10px "Arial";
	text-align											: center;
	color												: #486D99;
	float												: left;
	margin												: 5px 15px 10px 15px;
	_margin												: 10px 15px 10px 15px;
}


.itemListaQuem {
	list-style											: none;
	text-align											: left;
	margin-left											: -25px;
	_margin-left										: 0;
	width												: 300px;
}

.itemListaQuem LI {
	vertical-align										: middle;
	margin-top											: 5px;
}

.fotoQuem {
	width												: 120px;
	height												: 90px;
	float												: right;
	margin-top											: 10px;
	margin-right										: 10px;
	text-align											: center;
	display												: block;
}

.listaQuem {
	width												: 380px;
	float												: left;
	text-align											: left;
	margin-left											: 0;
	_margin-left										: 15px;
}


.imgGaleria {
	border												: 1px solid #E6E6E6;
	padding												: 2px;
	background											: #FFFFFF;
	border-bottom										: 2px solid #FBD761;
	width												: 75px;
	_width												: 80px;
	height												: auto;
	min-height											: auto !important;
	display												: block;
}

.bgImgGaleria {
	padding												: 10px;
	width												: 82px;
	_width												: 90px;
	float												: left;
	background											: URL('../imagens/background/bg_imgGaleria.gif') no-repeat center bottom;
	height												: auto;
	min-height											: auto !important;
	text-align											: center;
}

.boxGaleria {
	margin-left											: 11px;
	height												: auto;
	min-height											: auto !important;
	display												: block;
	clear												: both;
	
}

.btLinhaGaleria {
	display												: block;
	clear												: both;
	text-align											: center;
	margin												: 140px 0 20px 0;
	_margin												: 30px 0 20px 0;	
	width												: 530px;
}

.quemQuem {
	height												: 290px;
}

/* 	SERVICOS ***************************************************************/

.boxSelect {
	margin-top											: 20px;
	width												: 529px;
	height												: auto !important;
    min-height											: auto;
	background-color									: #3e668e;
	color												: #ffffff;
}
.boxSelectNoMargin {
	width												: 529px;
	height												: auto !important;
    min-height											: auto;
	background-color									: #3e668e;
	color												: #ffffff;
	margin-top											: 0px;
}
.textoSelect {
	padding-top											: 16px;
	padding-left										: 21px;
	text-align											: left;
}

.boxLista {
	float												: left;
	margin-left											: -10px;
	margin-right										: 10px;
}

.boxLista2 {
	float												: right;
	margin-left											: -20px;
	margin-right										: 10px;
}

#linksLista {
	margin-top											: 40px;
	list-style											: none;
	margin-left											: -8px;
	_margin-left										: 25px;
	text-align											: left;
	display												: block;
	width												: 190px;
}

#linksLista LI {
	color												: #ffffff;
	width												: 220px;
	vertical-align										: middle;
	padding												: 1px;
}

#linksLista A {
	font												: normal 11px "Arial";
	color												: #ffffff;
	text-decoration										: none;
}

#linksLista A:HOVER {
	color												: #ffffff;
}


/* 	EDITAIS *******************************************************************/

.editais {
	margin-bottom										: 10px;
}

.editais .data {
	font												: normal 12px "Arial";
	color												: #0E386A;
	width												: 50px;
}

.editais .textos {
	font												: normal 12px "Arial";
	color												: #0E386A;
	padding												: 0 0 0 10px ;
}


.tituloNoticia {
	font												: bold 12px "Arial";
	color												: #0E386A;
}

/* 	LICITACOES ****************************************************************/

.licitacoesLista {
	font-family											: Arial; 
	font-size											: 12px; 
	color												: #0E386A; 
	margin												: 0 0 0 15px;
}
.licitacoes {
	margin-bottom										: 10px;
}
 
A.linkDesenvolvimento {
	color												: #ffffff;
	text-decoration										: none;
}

A:HOVER.linkDesenvolvimento {
	text-decoration										: underline;
}

.boxNoticias .dataNoticia {
	display:block;
	*height:1px;
	min-height:1px;
	padding-bottom:5px;
}

.boxNoticias .dataNoticia .tituloN:hover {
	color:#5f7c9c;
}

.listagem {
	margin-left:20px;
	
}

div.btMaisNot {
	display:block;
	text-align:right;
	padding-right:8px;
}

.btMaisNot A {
	text-decoration:none;
	color:#0E386A;
}

.btMaisNot A:hover {
	text-decoration:underline;
	color:#0E386A;
}

.nao_ver {
	display: none;
}

.ver {
	display: table-row;
	*display: block;
}
.conselhoEscolarAcompanhe{
	width: 480px;
	margin: 0 auto;
	display: block;
	clear: both;
}
.conselhoEscolarAcompanhe p{
	display: block;
	font-family: Arial;
	font-size: 11px;
	width: 96px;
	height: 26px;
	line-height: 26px;
	float: left;
	background: url('../imagens/background/acompanhe.png');
	padding: 0;
	margin:0;
	color: #2a5c8d;
	cursor: pointer;
	text-align:center;
	font-weight: bold;
}
.conselhoEscolarAcompanheShow{
	background: #e2e5ea;
	clear: both;
	width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.conselhoEscolarAcompanheShow ul{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.conselhoEscolarAcompanheShow ul.semArquivo{
	text-align: center;
	margin: 0;
	padding-left:0;
	padding-bottom: 10px;
}
.conselhoEscolarAcompanheShow ul.semArquivo li{
	cursor: default;
	border: none;
}
.conselhoEscolarAcompanheShow ul li {
	padding: 10px 0;
	margin-left:0px;
	display:block;
	z-index: 999;
	cursor: pointer;
	border-top: none;
	padding-left: 10px;
}
.conselhoEscolarAcompanheShow ul li span{
	padding-bottom: 7px;
}
.conselhoEscolarAcompanheShow .descricaoLiEsquerda{
	text-align: center;
	width: 20px;
	float: left;
	padding-right: 20px;
	display: block;
	padding-top:0;
}
.conselhoEscolarAcompanheShow .descricaoLiDireita{
	display: block;
	width: 405px;
	margin: auto 0;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
}
.conselhoEscolarAcompanheShow .descricaoLiDireita .titulo{
	color: #133c65;
	font-weight: bold;
}
.conselhoEscolarAcompanhe .acao{
	background: url('../imagens/background/acompanheHover.png');
}
.conselhoEscolarAcompanheShow li.primeiroArquivo{
	border-top: 1px solid #eeeeee;
}
.ie .conselhoEscolarAcompanheShow ul li {
	padding-top:10px;
	cursor: pointer;
	padding-bottom: 0;
}
.ie .conselhoEscolarAcompanheShow ul li *{
	cursor: pointer;
}
.ie .conselhoEscolarAcompanheShow ul{
	padding-bottom: 2px;
	padding-top:0;
	padding-left: 0;
}	
.ie .conselhoEscolarAcompanheShow ul.semArquivo{
	padding-bottom: 10px;
}
.ie .conselhoEscolarAcompanheShow ul.semArquivo li{
	cursor: default;
}