body{
background:black; /*background do corpo*/
margin:0; /*retirando margin do body*/
font-family:verdana,trebuchet,arial, sans-serif,normal; /*familia da fonte*/
}

#geral{
width:770px; /*largura do site*/
margin:0 auto 0 auto; /*top right bottom left - centraliza o site*/
background:#1c1a1a; /*cor de fundo*/
padding-bottom:50px;
}


/*************** TOPO ***************/

#topo{
	height:228px;
}

/*************** MENU ***************/

/*#menu{
background:#47364F; /*cor de fundo do menu*/
/*height:35px;
}

/*#menu a{
color:white;
font-size:13px;
padding:0 55px 0 55px;
border-left:1px solid #634C6F;
border-right:1px solid #36233F;
display:block;
}

#menu a:hover{
border-bottom:3px solid #47364F;
padding-top:5px;
color:#ffffff;
background:#5F456F;
}

#menu li{
list-style:none;/*retirando os marcadores do menu*/
/*float:left;
line-height:35px;
}

#menu ul{
margin:0;
padding:0;
}


/************** CONTEÚDO **************/

#conteudo{
padding:20px 30px 0 30px;
}

h1{
font-size:16px; /*tamanho da fonte*/
font-weight:verdana,trebuchet,arial, sans-serif,normal; /*retirando negrito*/
color:#6a6a68; /*cor da fonte*/
text-decoration: underline;
font-style: bold;
/*font-weight: bold;*/
}

h3{
color:#A0A19B;/*cor da fonte*/
font-family:verdana,trebuchet,arial, sans-serif,normal;
font-style: none;
font-weight:none;
font-size:12px;
text-align:justify;
}

h5{
color:#A0A19B;/*cor da fonte*/
font-family:verdana,trebuchet,arial, sans-serif,normal;
font-style: none;
font-weight:none;
font-size:12px;
text-align:justify;
}

p{
font-size:12px;
line-height:18px;
}

a{
text-decoration:none;/*retira o sublinhado*/
}

#conteudo a{
color:#5F5953;
font-weight:bold;
font-size:12px;
text-align: center;
}

#conteudo a:hover{
text-decoration:underline;
}

#conteudo ol{
padding:0 0 10px 20px;

}

#conteudo li{
color:white;
font-size:11px;
font-weight:bold;
padding-bottom:4px;
}

#conteudo img{
border:1px solid #808080;
margin-right:8px;
} 

#conteudo .flutuar{
float:left;
margin-right:15px;
}

/*************** BASE ***************/

#base{
background:#9F9081;/*cor de fundo da base*/
width:770px;
margin:0 auto 0 auto;
}

address{
font-size:11px;
color:black;
text-align:center;
font-style:normal;
line-height:25px;
}

/*clearfix*/

  .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/*ie*/
.clearfix {
	_zoom: 1;     /* triggers hasLayout */
	_display: block;     /* resets display for IE/Win */
	}  /* Only IE can see inside the conditional comment
	and read this CSS rule. Don't ever use a normal HTML
	comment inside the CC or it will close prematurely. */

