*{
	margin: 0px;
	padding: 0px;	
}
/*Slide*/

#slider{
    list-style:none;
    width:960px;
    height:300px;
    margin:20px auto;
    padding:0;
    overflow: hidden;
    position: relative;
}

#slider li{
   position: absolute;
   z-index: 0;
   display:none;
}

#slider li.sliderActive{
    z-index: 1;
}


.menulateral{
	padding: 5px;
	list-style: none;
}


.menulateral > h2{
	margin-bottom: 20px;
}

body{
	background: rgb(255,255,255);
	/*background: url(../img/bggreen.png);*/
	background: url(bg_repeat.jpg); 
	color: rgb(0,0,0);
}

body a:visited{
	color: rgb(0,0,0);
	text-decoration: none;
}

body a:link {
	color: rgb(0,0,0);
	text-decoration: none;
}

div{
	display: table;
	width: 100%;
}

/*Estrutura*/

.contain{
/*	display: block;
	border: 1px solid black; */
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contain .row{
	display: table;
	width: 100%;

}
.removelink{
text-decoration: none;
}

.contato{
	background:rgb(0,146,63,0.5);
}

.logo{
	width: 300px;
	float: left;
	margin-top: 15px;	
}

.menu{
	max-width: 600px;	
	float: right;
	width: 100%; 
	margin-bottom: 100px;

}


/*Definições de Menu Principal*/
.menu{
	max-width: 600px;	
	float: right;
	width: 100%; 

}


/*Definições de Menu Principal*/
.menu_contain{
	font-size: 15px;
	
	background: rgb(1,147,61,0.9);
	/*background-image: url(../img/bg_menu.png);*/
	box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
	-moz-box-shadow: 5px 5px 5px black;
	-o-box-shadow: 5px 5px 5px black;
	margin-top: 15px;


}

.menu_contain a{
	text-decoration: none;
	font-weight:bold;
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 22px;
	color: rgb(0,0,0);
	transition: background 0.6s ease-out,color 0.6s ease-out;
	-webkit-transition: background 0.6s ease-out,color 0.6s ease-out;
	-moz-transition: background 0.6s ease-out,color 0.6s ease-out;
	-o-transition: background 0.6s ease-out,color 0.6s ease-out;	
}

.menu_contain a:hover{
	color: rgb(255,255,255);
	background:rgb(114,156,82,0.3);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;	
}

.menu_contain a:first-child {
	margin-left: 15px;
}


/*Definições Slide */

#containerSlider {
	width: 960px;
	height: 300px;
	/*opacity: 0.1;*/
	/*overflow: hidden;*/
	box-shadow: 0px 0px 0px black, 0px 0px 8px black;
	/*-webkit-box-shadow: 0px 1px 8px black, -1px -1px 8px black;
	-moz-box-shadow: 0px 1px 8px black, -1px -1px 8px black;
	-o-box-shadow: 0px 1px 8px black, -1px -1px 8px black;*/
	margin-left: auto;
	margin-right: auto;
}

/*Definições de Conteudo*/


.colunanoticias{
	float: left;
	width: 960px;

}
.noticia01{
	float: left;
	width: 300px;
	margin-top: 10px;
	
}

.noticia02{
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
}

.noticia03{
	float: left;
	width: 300px;	
	margin-top: 10px;
	margin-left: 10px;
}

.icon-arearestrita{
	float: left;
	width: 220px;	
	margin-top: 10px;
	margin-left: 10px;
}

.colunaprodutos{
	float: right;
	width: 460px;
}

.divproduto01{
	float: left;
	width: 220px;
}

.divproduto02{
	float: right;
	width: 220px;
}


/*Definiçoes Rodape*/

.rodape{
	width: 960;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*Definições dos Ícones*/

.icones{
	width: 300px;
	float: left;
	margin: 8px;
}
.icones:first-child{
	margin-left: 5px;
}

.icones:last-child{
	margin-right: 0px;
}

.imgicone, .tituloicones{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}


/*classes gerais*/
.bordas{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}
.divbordacinza{
	border: 1px solid #BCBCBC;

}

.efeitoHover {
	transition: background 0.6s ease-out, color 0.6s ease-out;
	-webkit-transition: background 0.6s ease-out, color 0.6s ease-out;
	-moz-transition: background 0.6s ease-out, color 0.6s ease-out;
	-o-transition: background 0.6s ease-out, color 0.6s ease-out;
}


.titulo{
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #BCBCBC; 
}

.margininterna{
	margin: 1px;
	width: 97%;
	padding: 5px;
}
.margininterna a{
	margin-top: 10px;
	margin-bottom: 10px;

}
.fundobrancotrans{
	background: url(../img/bg_branco_transp.png);
}

/*Classe geral de espacamento inferior*/
.ei{
	margin-bottom: 25px;
}



.formulario{
	
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	margin-bottom: 50px;

}

.formulario p{
	margin: 5px;
	padding: 5px;


}

.formulario div{
	position: relative;
	float: left;
	text-align: center;

	
}

.alinhaesquerda{
text-align: left;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	

	margin-top: 25px;
	margin-bottom: 15px;
}

.alinhadireita{
text-align: right;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	

	margin-top: 25px;
	margin-bottom: 15px;
}

.botao{
		
	background-color: transparent;
	font-weight: bold;

	margin-top: 5px;
	margin-bottom: 5px;

	width: 15%;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		
}

.arearestrita{
	text-align: center;
	
}

.tabela{
	padding: 10px;
}

.tabela td{
	max-width: 100%;	
	padding: 10px;
}

.textopost{
	color: gray;	
	margin-left: 20px;
	margin-top: 30px;
	text-decoration: none;
	text-align: justify;
}


.textopost  p{
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.textopost a:visited{
	color: rgb(49,128,194);
}



.artigos{
	margin: 10px;
	width: 95%;
	float: left;
}


.artigos img{
	color: rgb(0,0,0);
	width: 300px;
	height: 175PX;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		
}
.artigos div{
	margin-bottom: 5px;
}

.artigos h3{
	margin-bottom: 10px;
	color: rgb(52, 115, 0);
}

.artigos div h4{
	margin-bottom: 10px;
	color: rgb(52, 115, 0);
}

.artigos a{
	text-decoration: none;
}

.artigos a:visited{
	color: rgb(52, 115, 0);
}

.botao2{
	color: rgb(0, 0, 0);

	
	background-color: transparent;
	font-weight: bold;

	margin-top: 25px;
	padding: 5px;

	width: 100%;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 1px 1px 1px;	
	-webkit-box-shadow:  0px 1px 1px 1px;	
	-moz-box-shadow:  0px 1px 1px 1px;	
	-o-box-shadow:  0px 1px 1px 1px;	
}
.btnLogout{
	
	color: rgb(0,0,0);
	background-color: transparent;
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow:0px 3px 3px 3px;	
}

.botaonum{
	color: rgb(0,0,0,0.9);

	width: 40px;
	height: 40px;	
	background-color: transparent;
	font-weight: bold;

	margin-top: 45px;

	padding-left: 20px;
	padding-right: 10px;	
	padding-top: 20px;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	

}
.filtro{

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

.postagem{
	width: 95%;
	height: 90%;
	margin: 20px;
	text-align: justify;	
	color: rgb(0,0,0,);
}

.postagem img{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.postagem ul>li{
	margin-left: 40px; 	
	list-style: circle;
	margin-bottom: 5px;
}

.textopost{
	color: black;	
	margin-top: 30px;
	text-decoration: none;
}

.textopost a{	
    color: rgb(5,66,7);
}

.textopost  p{

	margin: 0px;
}

.textopost a:visited{
	color: rgb(5,66,7);
}

.tabelameses{
	border:solid 1px #000; 
	padding:5px;
}


.textopost table{
	/*
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	*/
}

.textopost table td p{
	width: 100px;
	padding: 10px;
	margin: 10px;
}

.imagempost{
    display: block;
    margin-left: auto;
    margin-right: auto }
}

