/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border: 0;
}
body {
	background-color: #e5ffdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-align: left;
}
h1{	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        
}
#geral {
	width:800px; /** Colocando-a novamente, voltamos a ter um layout fixo! **/
	border:1px solid gray;
	margin:0 auto;
	background-image: url(../images/bg_all_duascolunas.png);
	background-position: 1px top;
        background-repeat: repeat-y;
        background-color: #FFF;
}
#cabecalho h1 {
	padding:1px;
	color:#FFF;
	background-color: #5D9058;
}
#esquerda {
	width:140px;
	padding:1px;
	float:left;
	position: relative;
	height: 50px;
}
#navcontainer a{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 120px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 12px;
	background-image: url(../images/gradiente_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	right: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#navcontainer a:hover{
color: #FFF4B7;
font-weight: bold;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(../images/gradiente_02.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}
#geral #navcontainer {
	float: left;
	width: 141px;
}
#direita {
	width:197px;
	padding:3px;
	float:right;
	/*background-color: #6CAA5D;*/
}
#conteudo {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 147px;
	padding: 5px;
       
}
#rodape {
	padding:10px;
	color:#FFF;
	text-align:center;
	background-color: #1E7C47;
}
#rodape a {
	color:#FFF;
}
div#rodape address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.texto_principal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.titulo1{
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
/*modulo image gallery*/
#imgesquerda {
	width:200px;
	padding:5px;
	float:left;
}
#imgdireita {
	width:172px;
	padding:5px;
	float:right;
}
#imgconteudo {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 205px;
	padding: 5px;
	text-align: center;
}
.thumbi{
	float:left;
	margin:0 3px 0 0;
}
#thumnovo{
	display: block;
	float: left;   
	padding: 5px;
	text-align: center;
	list-style-type: none;
	/*border: 1px solid #D4D0C8;*/
	margin: 2px;
        height:130px;
}
/*fim modulo image gallery*/








/*links*/
a{
	color: #4B5E0C;
	text-decoration: none;
cursor: pointer;
}
}
a:hover {
	text-decoration: none;
        color: #A9995E;
cursor: pointer;
}
/*fim dos links*/
.floatimg {
	display: block;
	float: left;
	width: 100px;
        height: 140px;
	padding: 5px;
	text-align: center;
	list-style-type: none;
		margin: 2px;
}
.floatimg a {
	color: #333333;
	text-decoration: none;
        cursor: pointer;
        
}
.floatimg img {
	border: 1px solid #000; 
}
#logos .floatimg a {
	text-decoration: none;
	background-color: #D4D0C8;
        list-style-type: none;
}
#borda_img {
border: 1px solid #000;
}











