@charset "utf-8";
/* CSS Document */

BODY{
background-image: url(../img/bg_grains2.gif);
background-repeat: repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003300;
margin-top: 0px;
padding-top: 0px;
}

a:link 	{ color: #003300; text-decoration: none; }
a:visited	{ color:#003300; text-decoration: none }
a:hover	{ color: #006633; text-decoration: none;}
a:active	{ color: #003300; text-decoration: none; }

h1{
font-size:1.4em;
font-weight: bold;
text-align:center;
}

iframe{
background-color: none;
background-image:none;
width: 500px;
border:none;
}

li {margin-bottom: 5px; list-style: square;}



/* =============DIVS===============*/

#container{
width:778px;
margin: 0 auto; 
background: #C7A345 url(../img/bgPrincipal.png) repeat-y;
height: 100%;
margin-bottom: 0px;
}

#principal{clear: both;}

#esquerda{
clear: both;
float: left;
width: 186px;
height: 100%;
background-color: #C7A345;
}

#direita{
clear: right;
float: left;
width: 592px;
background-color: #D9C082;
padding-top: 20px;
}

#concentra{
width: 560px;
margin: 0 auto;
min-height: 400px;
}

#topo{
width:778px;
height: 192px;
}

#rodape{
clear: both;
position: relative;
margin: 0 auto;
margin-top: 25px;
text-align: center;
width: 500px;
padding: 20px 0px 10px 0px;
border-top: 1px solid #C9A74B;
}

#conteudo{
width: 580px;
margin: 0 auto;
height: 100%;
}

#conteudo_esquerda{
width: 280px;
float:left;
}

#conteudo_direita{
width: 280px;
float:left;
margin: 0 auto;
}                                    

#tema_mes{
width: 213px;
font-size:12px;
padding-left: 3px;
padding-right: 3px;
margin: 0 auto;
border-bottom: 1px solid #C9A74B;
margin-bottom: 20px;
}

	#tema_mes h1{
		width: 213px;
		height: 25px;
		background-image: url(../img/tema_mes.gif);
		background-repeat: no-repeat;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		}
		
	#tema_mes p{margin-top:3px; padding-top:0px; margin-bottom:0px; padding-bottom: 0px;}
		
#box1{
margin: 0 auto;
width: 265px;
font-size:12px;
border: 1px solid #003300;
background-color:#EFD8A7;
margin-bottom: 20px;
background-image: url(../img/bgParchment.jpg);
background-repeat: repeat-y;
}

	#box1 h1{
		width: 265px;
		height: 15px;
		background-color: #003300;
		color: #D1BB76;
		margin-bottom: 0px;
		margin-top: 0px;
		font-size:12px;
		text-align: center;
		}
		
	#box1 p{padding-left: 3px; padding-right: 3px; margin-top:3px; margin-bottom:3px;}

#posiciona{
margin: 0 auto;
width: 265px;
margin-bottom: 10px;
}

#posiciona_esq{
margin: 0 auto;
width: 213px;
margin-bottom: 10px;
}
	
#menu{
width: 160px;
clear:both;
margin-left: 5px;
font-size:1em;
font-weight:bold;
text-align: left;
margin-top: 20px;
margin-bottom: 20px;
}

#menu_item{width: 160px;}

	#menu_item a{border-bottom: 1px solid #B08E35; display:block; margin-top: 10px; clear:both;}
	
	#menu_item a: hover{background-color: #993333; display:block;}

#produto{
clear:both;
border-bottom:1px solid #CAAA57;
height: 150px;
margin-bottom: 20px;
padding-bottom: 10px;
}

#namidia{
width:560px;
margin: 0 auto;
background-color: #D9C082;
}

		#namidia h1{font-weight: bold; color: #837A10;}

#namidia_topo{
background-image: url(../img/NaMidia_Topo.jpg);
height: 64px;
width:560px;
margin: 0 auto;
}

#namidia_meio{
background-image: url(../img/NaMidia_Meio.jpg);
background-repeat: repeat-y;
width:560px;
margin: 0 auto;
}

#namidia_fundo{
background-image: url(../img/NaMidia_Fundo.jpg);
height: 44px;
width:560px;
margin: 0 auto;
}

#namidia_conteudo{
 width: 520px;
 margin: 0 auto;
}

#painel_home{
width: 370px;

}

#painel_home_bottom{
width: 370px;
height: 16px;
background-image: url(../img/painel_home_bottom.gif);
}

/* =============FIM - DIVS===============*/


/* =============CLASSES===============*/

.imagem{border: 2px solid #C19C3C;}

.imagem_direita{float:right; border: 2px solid #C19C3C;}

.imagem_esquerda{float:left; border: 2px solid #C19C3C; margin-right: 5px;}

.botao {
background-color: #DACBAD;
border: 1px solid #8E7540;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.campo{
background-color:#FAEED8;
border: 1px solid #BD9466;
}

.aspas{font-weight:bold; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.9em}

