@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
    padding: 0;
	border: 0;
	font-size: 10pt;
	color: #9f9c9d;
	font-family: Arial, sans-serif;
}

html {
	background: #fff url(images/bg_html.png) center top repeat-x;
}

p {
    margin: 0 0 2px 0;
}

a {
    text-decoration: none;
    color: #6e6e6e;
}

a, a:visited, a:link, a:active {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h2 {

	font-size: 18pt;
	color: #4e7a1a;
}

#topo {

	width: 1152px;
	height: 422px;
	margin: auto;
	position: relative;
}

#topo #logo {

    width: 204px;
    height: 160px;
    left: 480px;
	top: 0;
    position: absolute;
	background: url(images/logo.png);
	z-index: 9;
}

#nav1, #nav2 {

	position: absolute;
	top: 0;
	float: left;
	z-index: 10;
}

#nav1 { left: -20px; }
#nav2 { right: -20px; }

#nav1 a, #nav2 a {

	padding: 20px 22px;
	display: block;
	float: left;
	color: #fff;
	border-right: solid 1px #1e3720;
	border-left: solid 1px #193f23;
}

#nav1 a em, #nav2 a em { font-weight: bold; color: #fff; }

#nav1 a:hover, #nav2 a:hover, #nav1 a:hover em, #nav2 a:hover em { color: #dac033; }

#topo .topo_select {
	
	width: 314px;
	height: 43px;
	position: absolute;
	top: 105px;
	right: 0;
	background: url(images/bg_select.png);
}

#topo select {
	
	width: 314px;
	height: 43px;
	float: left;
	font-weight: bold;
	color: #033960;
	font-size: 12pt;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}

#topo #data_inicio {

	line-height: 22px;
	padding-left: 28px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 115px;
	left: 0;
	background: url(images/bg_calendario.png);
}

/* BANNER */

#bannerMain {
	
    width: 1152x;
    height: 254px;
	float: left;
    background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: 5px 5px 8px #4a4a4a;
}

#bannerMain #slide_news {

	width: 1128px;
	height: 230px;
	margin: 12px;
}

#slide_news img {

	width: 1128px;
	height: 230px;
}

.snext, .snext a {
	
	width: 40px;
	height: 40px;
	background: url(images/next.png) no-repeat right top;
	right: 26px;
	top: 107px;
	float: right;
	position: absolute;
	z-index: 999;
	opacity: 0.7;
}

.sprev, .sprev a {
	
	width: 40px;
	height: 40px;
	position: absolute;
	top: 107px;
	left: 26px;
	float: right;
	background: url(images/prev.png) no-repeat left top;
	z-index: 999;
	opacity: 0.7;
}

#geral {

	width: 1152px;
	margin: auto;
}

#esquerda {

	width: 279px;
	padding-top: 15px;
	float: left;
	border-right: 1px #e3e3e3;
	background: #f6f6f6;
}

/* MENU LATERAL */
#esquerda ul {

	width: 279px;
	position: relative;
	float: left;
}

#esquerda ul li {

	width: 240px;
	border-bottom: 1px dotted #dbdbdb;
	list-style: url(images/list.png);
    position: relative;
    z-index: 8;
	margin-left: 39px;
	z-index: 9;
}

#esquerda ul li.ultimo {
    border: 0;
}

#esquerda ul li a {

	color: #2b383f;
	font-weight: bold;
	text-decoration:none;
    display: block;
    width: 199px;
    padding: 8px 0px;
	font-family: Arial, Verdana, sans-serif;
}

#esquerda ul li:hover { background: #ebebeb; }
#esquerda ul li a:hover { color: #5d666b; padding: 14px 0px; }

#esquerda ul li ul {

    width: 279px;
    position: absolute;
    top: 0;
    left: 240px;
    display: none;
    z-index: 5;
    background: #f7f7f7;
	padding: 0;
}

#esquerda ul li:hover ul {
    display: block;
}

#links_inicio {

	width: 272px;
	float: left;
	margin-top: 15px;
	margin-left: 4px;
}

#links_inicio a { float: left; display: block; margin: 0; margin-bottom: 5px; }

#corpo {

	width: 850px;
	float: right;
	margin-top: 15px;
}

/* PÁGINA INICIAL */

#vereadores {

	width: 850px;
	float: left;
	padding-top: 60px;
	background: url(images/gestao_atual.png) left top no-repeat;
	position: relative;
}

#vereadores .vereador { width: 74px; height: 160px; padding: 3px; float: left; display: block; text-align: center; background: #f4f4f4; }
.vereador img { width: 74px; height: 96px; }

#busca_inicio {

	width: 384px;
	height: 42px;
	background: url(images/bg_busca.png);
	position: absolute;
	top: 0;
	right: 0;
}

#busca_inicio input[type="text"] {
	
	border: 0; 
	height: 40px; 
	width: 342px; 
	float: left; 
	text-indent: 10px;
	font-weight: bold;
	color: #9f9c9d;
	position: absolute;
	bottom: 1px;
	left: 1px;
	background: transparent;
}

#busca_inicio input[type="submit"] {

	border: 0; 
	background: transparent;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	cursor: pointer;
	position: absolute;
	bottom: 1px;
	right: 1px;
}

#ultimas_noticias {
	
	width: 850px;
	float: left;
	position: relative;
	background: url(images/ultimas_noticias.png) left top no-repeat;
	padding-top: 60px;
	margin-top: 15px;
}

#ultimas_noticias #noticiaMain {

	width: 440px;
	height: 300px;
	position: relative;
	float: left;
}

#noticiaMain #slide_noticia {

	width: 440px;
	height: 300px;
	float: left;
}

#slide_noticia .post_noticia {

	width: 440px;
	height: 300px;
	float: left;
}

.post_noticia img {

	width: 440px;
	height: 300px;
	float: left;
}

.post_noticia .desc_chapeu {

	padding: 4px 8px;
	width: 424px;
	position: absolute;
	float: left;
	bottom: 72px;
	left: 0;
	text-align: left;
	background: url(images/bg_sombra.png);
	color: #FFF;
	font-size: 9pt;
}

.post_noticia .desc_noticia {

	height: 54px;
	padding: 8px;
	width: 424px;
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	text-align: center;
	background: url(images/bg_sombra.png);
	color: #FFF;
	font-size: 16pt;
	font-weight: bold;
}

.numbers_box {
    
	position: absolute;
    text-align: left;
    right: 5px;
    bottom: 76px;
    z-index: 7;
}

.numbers a {
    
	width: 18px;
    line-height: 16px;
    background: url(images/numbers.png) no-repeat left top;
	text-indent: -999999px;
    overflow: hidden;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

.numbers a.activeSlide { 
    
	background: url(images/numbers.png) no-repeat -18px top;
    width: 18px;
    height: 16px;
    overflow: hidden;
    color: #323232;
}

#ultimas_noticias .noticia_destaque {

	width: 402px;
	float: left;
	margin-left: 8px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #a8a8a8;
}

.noticia_destaque .data_noticia { color: #257a00; font-size: 11pt; font-family: Myriad Pro, Arial, sans-serif; }
.noticia_destaque .titulo_noticia { color: #272727; font-size: 11pt; font-family: Myriad Pro, Arial, sans-serif; }

#busca_legislacao {

	width: 850px;
	margin-top: 15px;
	float: left;
}

.legislacao-busca {

	width: 90%;
	padding: 5px;
	border: solid 1px #e2e2e2;
	background: #FFF;
	font-size: 10pt;
	color: #666;
	border-radius: 4px;
}

/* RODAPE */

#rodape_geral {

	height: 176px;
	margin: auto;
	background: url(images/bg_rodape.png) center bottom repeat-x;
}

#rodape {

	width: 1152px;
	height: 176px;
	clear: both;
	margin: auto;
	position: relative;
}

#rodape #logo_rodape {

	width: 205px;
	height: 166px;
	background: url(images/logo_rodape.png);
	position: absolute;
	left: 25px;
	bottom: 0;
}

#rodape #endereco {

	position: absolute;
	left: 316px;
	top: 45px;
}

#rodape #rodape_contato {
	
	position: absolute;
	right: 0;
	top: 36px;
}

#rodape #horario_rodape {
	
	position: absolute;
	right: 144px;
	bottom: 23px;
	padding: 6px 10px;
	background: url(images/sombra.png);
}

#rodape strong { font-size: 14pt; color: #fff; }
#rodape p, #rodape b { color: #fff; font-size: 11pt; }
#rodape img { vertical-align: middle; }

#logo_inga {

	background: url(images/logo_inga.png) no-repeat center top;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 96px;
	height: 64px;
}