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

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e964b;
	font-weight: bold;}

.subtitulo_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #344822;
	font-weight: bold;
	text-align: center;}
	
.aviso {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #bb0d0d;
	font-weight: bold;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-color: #839b37;
	background-repeat: repeat-x;}

#topo_fundo {
	height: 223px;}
	
#topo {
	width: 790px;
	height: 223px;
	margin: 0 auto;}
	
#conteudo {
	width: 790px;
	height: 324px;
	background-color: #FFFFFF;
	margin: 0 auto;}

#conteudo_esquerdo {
	width: 385px;
	height: 324px;
	float:left;}
	
#titulo {
	width: 385px;
	height: 86px;
	margin: 0 auto;
	background-image: url(../img/titulo_semana.jpg);
	float:right;}
	
#borda_esquerda {
	width: 71px;
	height: 238px;
	float:left;
	background-image: url(../img/borda_esquerda.jpg);}

#texto {
	width: 314px;
	height: 238px;
	text-align: justify;
	float:right;}

#conteudo_direito {
	width: 405px;
	height: 324px;
	float:right;
	background-image: url(../img/img_index.jpg);}

#rodape {
	margin: 0 auto;
	width: 790px;
	height: 56px;
	background-image: url(../img/rodape.jpg);
	text-align: center;
	padding-top: 61px;}

#posrodape {
	margin: 0 auto;
	width: 790px;
	height: 20px;
	text-align: center;}

a{
	text-decoration:none;}

a:link{	
	text-decoration:none;
	color: #333333;}

a:active{
	text-decoration:none;
	color: #333333;}

a:visited{
	text-decoration:none;
	color: #333333;}

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

#texto a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0d0d;
	font-weight: bold;
	text-decoration:none;}

#texto a:link{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0d0d;
	font-weight: bold;
	text-decoration:none;}

#texto a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0d0d;
	font-weight: bold;
	text-decoration:none;}

#texto a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0d0d;
	font-weight: bold;
	text-decoration:none;}

#texto a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bb0d0d;
	font-weight: bold;
	text-decoration:underline;}
