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

body {
    background:url(../img/bg.png) repeat top center #e0e3c9;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #635537;
}

/* === HEADER === */
#header-container {
	width: 800px;
	margin: auto;
	padding: 0;
		
}
#header{
	position:relative;
	height:138px;
	background-image: url(../../img/index/fdopagina_r1_c1.jpg);
	width: auto;
	}
#logo {
	margin-left:-37px;
	float:left;
	width:304px;
	height:800px;
}
/*Acredito que é aqui k não esta funcionando*/
#headerright{
	float:left;
	width:80%;
	height:140px;
	margin: 0 auto;
	background-image: url(../../img/index/fdopagina_r1_c1.jpg);
	background-repeat: no-repeat;
}
#topo2{
	float:left;
	background-image: url(../img/topo2.jpg);
	background-repeat: no-repeat;
	float:left;
	width:800px;
	height:28px;
}
/* === MENU === */

/* essa parte controla a localização do menu*/
#menu {
	text-transform:none;
	top:180px; /*controla a altura do menu em relação a pagina*/
	margin-top: 0;
	margin-right: auto;
	/*margin-bottom: 0;*/
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
#menu, #menu ul {
line-height:1.0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#menu a, #menu a:hover {
border:medium none;
display:block;
text-decoration:none;
}
menu li {
float:left;
height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
margin-right:2px;
text-align:center;
width:170px;
}
#menu a, #menu a:visited {
color:#332613;
display:block;
font-weight:bold;
padding:10px 12px;
}
#menu a:hover, #menu a:active {
color:#D21600;
text-decoration:none;
}

/*textos*/

.titulos {
	font-size: 14px;
	line-height: 20px;
	padding: 0 4px 5px;
	margin: 0;
	font-weight: bold;
	color: #006633;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.titulos02{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	padding-left: 15px;
	font-weight: bold;
	color: #009933;
}
.tabela_celula{
	border: 1px solid #b2b0a4;
	background-color: #FFFFFF;
	color: #009933;
}
