/* CSS Document */

/* png ie6 */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #81be25;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background: #81be25;
	text-decoration: none;
}

img {
	border: none;
}

/*class*/
.contorno {
	border: solid 1px #81be25;
}

.botao_chamada {
	width: 85px;
	height: 31px;
	background: url(../img/bg_botao_chamada.jpg) left top no-repeat;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

/*estilo usado em varias paginas*/
#coluna {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-bottom: 10px;
}

#sub_titulo {
	display: block;
	width: 100%;
	color: #7ab51f;
	font-size: 20px;
	margin-bottom: 10px;
}

#titulo {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #7ab51f;
	font-size: 29px;
}

#titulo_pagina_interna {
	display: block;
	width: 100%;
	color: #5e9904;
	font-size: 56px;
}

body {
	font-family: "tahoma", Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background: #ffffff url(../img/bg.jpg) left top repeat-x;
}

body a {
	outline: 0;
}

#bg {
	display: block;
	width: 100%;
	min-height: 500px;
	background: url(../img/bg_botom.jpg) repeat-x center bottom;
}

/*estrutura*/
#bg #estrutura {
	display: block;
	width: 946px;
	min-height: 500px;
	margin: 0 auto;
}

/*topo*/
#estrutura #topo {
	display: block;
	width: 100%;
	height: 214px;
	margin-bottom: 10px;
}

#topo #logo {
	display: block;
	width: 100%;
	height: 174px;
	background: url(../img/bg_topo.jpg) left top no-repeat;
}

#topo #menu_coluna {
	display: block;
	width: 64%;
	_width: 65%;
	height: 40px;
	padding-left: 339px;
}

/*meio*/
#estrutura #conteudo {
	display: block;
	width: 100%;
	min-height: 200px;
	margin-bottom: 10px;
}

/*conteudo da pagina home*/
#conteudo #banner {
	display: block;
	width: 100%;
	height: 291px;
	margin-bottom: 10px;
}

#coluna #chamada {
	display: inline-block;
	*float: left;
	vertical-align: top;
	width: 255px;
	height: 261px;
	margin-right: 25px;
	text-align: justify;
}

#coluna #chamada img {
	margin-bottom: 5px;
}

#coluna #chamada input {
	display: block;
	margin-top: 10px;
}

#coluna #chamada_noticia {
	display: inline-block;
	*float: left;
	width: 348px;
	height: 228px;
	background: url(../img/bg_chamada_noticia.jpg) left top no-repeat;
	padding: 15px;
}

#chamada_noticia #noticia {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	color: #7ab51f;
}

#chamada_noticia #noticia a {
	color: #000000;
}

#chamada_noticia #noticia a:hover {
	background: none;
}

#chamada_noticia #ver_mais {
	display: block;
	width: 100%;
	text-align: right;
}

/*conteudo da pagina adm Publico*/
#conteudo #sub_menu {
	display: inline-block;
	*float: left;
	vertical-align: top;
	width: 252px;
	min-height: 523px;
	background: #ededed;
	margin-right: 10px;
}

#sub_menu #titulo_menu {
	display: block;
	width: 100%;
	height: 61px;
	background: #77b714;
	color: #FFFFFF;
	text-align: center;
	font-size: 35px;
	padding-top: 15px;
	margin-bottom: 10px;
}

#sub_menu #sub_menu_link {
	display: block;
	width: 100%;
	height: 22px;
	border-bottom: solid 3px #77b714;
	margin-bottom: 5px;
	text-align: center;
}

#sub_menu #sub_menu_link a {
	color: #3f3e3e;
	font-size: 14px;
}

#sub_menu #sub_menu_link a:hover {
	background: none;
}

#sub_menu #sub_menu_link_right {
	display: block;
	width: 100%;
	height: 22px;
	border-bottom: solid 3px #77b714;
	margin-bottom: 5px;
	text-align: right;
}

#sub_menu #sub_menu_link_right a {
	color: #3f3e3e;
	font-size: 14px;
	margin-right: 10px;
}

#sub_menu #sub_menu_link_right a:hover {
	background: none;
}

#conteudo #coluna_direita {
	display: inline-block;
	*float: left;
	width: 680px;
	min-height: 491px;
	vertical-align: top;
}

#coluna_direita #navegador {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #5e9904;
	font-size: 12px;
}

#coluna_direita #navegador a {
	color: #5e9904;
	font-size: 12px;
}

#coluna_direita #navegador a:hover {
	background: none;
}

#coluna_direita #texto_interno {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-bottom: 10px;
	text-align: justify;
}

#coluna #imagem {
	display: inline-block;
	*float: left;
	width: 223px;
	height: 137px;
	background: #000000;
	margin-right: 1px;
	*margin-right: 5px;
}

/*conteudo da pagina parceiros*/
#coluna #imagem_parceiros {
	display: inline-block;
	*float: left;
	width: 209px;
	height: 196px;
	margin-right: 1px;
	*margin-right: 5px;
	border: #5e9904 2px solid;
}

/* roda pe*/
#estrutura #rodape {
	display: block;
	width: 100%;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 30px;
}

#rodape #desenvolvido {
	float: right;
	width: 77px;
	height: 23px;
	text-align: center;
	font-size: 10px;
	margin-top: -2px;
}

#rodape #desenvolvido a {
	color: #FFFFFF;
	font-size: 10px;
}

#rodape #desenvolvido a:hover {
	background: none;
}