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

*{margin:0; padding:0}

h1{
	font:20px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #CCC;
	color:#590000;
	font-weight: normal;
	}

h2{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	}

h3{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#590000;
	}

body{
	background-color:#D6D6D6;
	background-image:url(../images/bg_fundo.gif);
	}

#geral{
	width:900px;
	height:auto;
	margin:0 auto;
	border: 1px solid #430510;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#topo{
	height:100px;
	width:900px;
	margin:0 auto;
	}
#menu{
	height:32px;
	width:880px;
	margin:0 auto;
	background-color: #EEE;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
	}
	
#corpo{
	height:680px;
	width:900px;
	margin:0 auto;
	}

#coluna_esq{
	height:650px;
	width:140px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #EEE;
	text-align: center;
	padding-top: 4px;
	}

#coluna_dir{
	height:650px;
	width: 730px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	position: relative;
	}

#coluna_dir_lado_esq{
	height:340px;
	width:480px;
	float:left;
	background-color: #EEE;
	padding: 10px;
	}

#coluna_dir_lado_esq a{
	text-decoration:none;
	color:#333;
	}


#coluna_dir_lado_esq a:hover{
	text-decoration:underline;
	color:#600;
	}

#noticias{
	height:515px;
	width:730px;
	}
#noticias a{
	text-decoration:none;
	color:#666;
	}
#noticias a:hover{
	color:#600;
	
	}

#rodape{
	height:40px;
	width:900px;
	margin:0 auto;
	background-image: url(images/rodape.jpg);
	background-repeat: repeat-x;
	background-color:#EEE;
	padding-top: 40px;
	}

#rodape a{
	text-decoration:none;
	color:#333;
	}
	
.fonte_padrao {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

.texte_center{
	text-align:center;
	}
.desenvolvido_por {
	color: #999;
}

/* LINK QUE ACENDE */

img.acende {
opacity: 0.7;
-moz-opacity: 0.5;
Filter: Alpha(Opacity=100)
}

img.acende:hover {
opacity: 1.0;
-moz-opacity: 1.0;
Filter: Alpha(Opacity=100)
}
