body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	background-color: #5a9a45;
	background-image: url(imagens/bg-site.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
h3, h4, h5, hr { margin:0; padding:0; }
hr {border:#efefef 1px solid;}
input, textarea {
	border: 1px solid #008780;
	padding: 2px;
	background-color:#FFF;
	color:#00525d;
	font-size: 11px;
}
a {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#transparencia
{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	height:100%;
	opacity: 0.7;
	color: #000000;
	background-color: #fff;
	text-align: center;
	padding-top: 300px;
}
*#transparencia
{
    filter: alpha(opacity = 70);
}
p {
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}

/*--------------------- TOPO --------------------------*/
#topo {
	padding: 0px;
	height: auto;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}
#topo a{
	color:#FFF;
}
#menu_topo {
	width: 1000px;
	height: 47px;
	margin: 0px;
	padding: 0px;
}
/* dropdown menu 2*/
ul.menubar{
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 47px;
	width: 1000px;
}
 
ul.menubar .submenu{
	list-style: none;
	float:left;
	padding: 0px;
	margin: 0px;
	top: 0px;
	position: relative;
	left: 0px;
}
 
ul.menubar ul.menu{
	display: none;
	position: relative;
	margin: 0px;
}

 
ul.menubar a{
	display:block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul.menubar a:visited{
}
 
ul.menubar a:hover {
}
ul.menu, ul.menu ul{
	margin: 0px;
	padding: 0px; /* Width of Menu Items */
	background-color: #360;
	z-index: 999;
	text-align: left;
	width:156px;
	top:0px;
	background-image: url(imagens/bg-submenu.jpg);
	background-repeat: repeat-y;
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menu li a{
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393;
	width:145px;
	position: relative;
	z-index: 999;
	line-height: 20px;
}
 li.submenu ul.menu li a {
	z-index: 999;
}
ul.menu li sup{

}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
}
 
ul.menu li.submenu ul {
	display: none;
	z-index: 99;
} /* Hide sub-menus initially */
 
ul.menu li.submenu {
	z-index: 999;
}

ul.menu li.submenu a:visited {
}
ul.menu li.submenu a:hover {
	color: #666;
	background-color: #393;
} 

ul.menu li a:visited {
}
ul.menu li a:hover {
	text-decoration: none;
	background-color: #393;
}
/*--------------------- CONTEUDO --------------------------*/
#conteudo {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-image: url(imagens/bg-texto.png);
	background-repeat: repeat-y;
}
#texto_conteudo {
	width: 980px;
	position: relative;
	height: auto;
	margin: 0px;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#texto_conteudo h4 {
	color:#666;
	font-size:12px;
	padding:5px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f4f5ec;
	border-bottom-color: #f4f5ec;
}

h3.titulo {
	color:#666;
	font-size:13px;
	padding:5px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f4f5ec;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
#texto_conteudo p {
	padding:5px;
}
#caminho_pag {
	font-size: 10px;
	color: #999999;
	text-indent: 10px;
	margin: 5px;
	line-height: 20px;
	float: left;
	width: 95%;
}

h3.titulo-texto {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 25px;
	padding: 0px;
	background-color:#f7f7f7;
	text-indent:10px;
}

h3.titulo-pag {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 20px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	background-color: #f7f7f7;
}
.bordaimg {
	background-color: #FFFFFF;
	border: 1px solid #f4f5ec;
	padding: 1px;
}

/*--------------------- COLUNA ESQUERDA --------------------------*/


#lateral-esq {
	width: 223px;
	position: relative;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
/*--------------------- RODAPE --------------------------*/
#rodape {
	background-image: url(imagens/top-rodape.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 1000px;
	height: 100px;
	z-index: 1;
	padding: 0px;
	font-size:11px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rodape a{
	color:#000;
}

/*--------------------- ADM --------------------------*/
#texto_conteudo_adm {
	padding: 5px;
	width: 95%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.linha_cinza_baixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

.paginacao_off  {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
a.paginacao_on:link  {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
a.paginacao_on:visited {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}

a.paginacao_on:hover {
	text-decoration: none;
	margin: 2px;
	float: left;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bolder;
}
.button {
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #690;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

