@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote {
	quotes: "" "";
}
a img {
	border: none;
}
a {
	color: #09C;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #06C;
}
/* Tipografia
------------------------------------------------------------- */


html {
	background:#fff;
}
body {
	color: #000;
	font-size: 75%;
	background:#fff;
	font-family:  Tahoma, Verdana, Segoe, sans-serif;
}
html > body {
	font-size:12px;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;
	font-family:  Tahoma, Verdana, Segoe, sans-serif;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.1em;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:0.95;
	margin:0.7em 0 0.5em;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:0.5em;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
h6 {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:0.75em;
	color:#F90;
}
h4 + h5 {
	margin-top:-0.2em;
}
/* Estrutura  
-------------------------------------------------------------- */

.container-externo {
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.parte-superior {
	height: 480px;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
.parte-meio {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}

.parte-superior-menor{
	height: 610px;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
.parte-superior-alt {
	width: 960px;
	text-align: left;
	overflow: hidden;
}
.topo {
	height: 119px;
	margin-top: 35px;
	width: 960px;
	float: left;
	background-image:url(img/fundo-menu-topo.jpg);
}
.titulo-downloads {
	padding-left:90px;
}
#main-menu {
	overflow: hidden;
	width: 780px;
	float: right;
	padding-top: 84px;
}
#main-menu ul {
	list-style: none;
	font-size: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main-menu ul li {
	float: left;
	padding: 5px 0px;
}
#main-menu ul li a {
	padding: 6px 8px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#main-menu ul li a:hover {
	color: #F90;
}
#main-menu ul li.active a:hover {
	color: #000;
}
.menu {
	overflow: hidden;
	width: 780px;
	float: left;
}
#logo {
	overflow: hidden;
	width: 174px;
	float: left;
}
.conteudo-topo {
	float: left;
	height: 420px;
	width: 940px;
}
.conteudo-topo-menor{
	float: left;
	height: 520px;
	width: 960px;
}
.conteudo-topoII{
	float: left;
	height: 425px;
	width: 960px;
}
.conteudo-topo-alt {
	float: left;
	width: 960px;
}
.parte-inferior {
	width: 960px;
	text-align: left;
	overflow: hidden;
}
.conteudo-inferior {
	float: left;
	width: 960px;
	padding-right: 15px;
	overflow: hidden;
}
.rodape {
	width: 960px;
	text-align: left;
	float: left;
}
#menu-rodape {
	overflow: hidden;
	width: 100%;
	float: left;
}
#menu-rodape ul {
	list-style: none;
	font-size: 0.8em;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu-rodape ul li {
	float: left;
	padding: 5px 0px;
}
#menu-rodape ul li a {
	padding: 6px 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#menu-rodape ul li a:hover {
	color: #000;
}
#menu-rodape ul li.active a:hover {
	color: #000;
}
.menu-rodape-base {
	overflow: hidden;
	width: 100%;
	float: left;
}
.copyright {
	font-size:10px;
	color:#666;
}

.lista{
list-style:disc;
padding-left:20px;
}

.downloads {
	width:440px;
	text-align:center;
	color:#666666;
	margin-top:20px;
	}

