/* geral ----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #655A46 url(img/bg.gif) repeat-y center top;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

ul {margin-left: 22px;}
li {
	font-size: 12px;
	list-style-image: url(../img/li.gif);
	line-height: 25px;
}
h1 {
	font-size: 11pt;
}
h1 {color: #654;}
h2 {color: #FF6600;}
h3 {color: #006633;}
.conteudo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 18px;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 12pt;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
/* main ---------------------------------------------------------------------------- */
.main{
	float: left;
}

/* final do geral ------------------------------------------------------------------ */
.top {
	background-color: #FF9900;
	display: block;
	height: 30px;
	width: 630px;
	margin: auto;
}
.header {
	margin: auto;
	display: block;
	height: 180px;
	width: 630px;
}
.header a{
	text-decoration: none;
}
.container {
	margin: 0 auto;
	width: 702px;
	background-image: url(../img/bgcontainer.gif);
	background-repeat: repeat-y;
}

/*item */
.item {
	clear: both;
}
.item .aba {
	background-color: #FF9900;
	height: 40px;
	width: 36px;
	float: left;
}
.item .conteudo {
	float: left;
	width: 420px;
}
.conteudo .corpo img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
}
.conteudo .corpo a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.item h1 {
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .corpo {padding: 12px 18px;}

/* Navega -------------------------------------------------------------------------- */
.navega {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navega h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 12pt;;
	line-height: 40px;
	padding-left: 12px;
}
.navega ul {margin: 0; padding: 0;}
.navega li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navega li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navega li a:hover {
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer {
	display: block;
	clear: both;
	color: #FFF;
	font-size: 14pt;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
	background-image: url(../img/bgfooter.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}


.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.tumb {
	display: block;
	float: left;
}
.linha_tumb {
	display: block;
	clear: both;
	width: 400px;
	height: 130px;
}
.tumb p {
	text-align: center;
}
