html {
   overflow: -moz-scrollbars-vertical;
}

body {
	background:url("../../images/fundo_site.gif") #FFFFFF repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:0px;
	margin:5px auto;
	text-align:center;
}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
}

table {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:7pt;
}

th {
	background:#DEDEDE;
	padding:5px;
	font-size:8pt;
}

#total {
	margin:0px auto;
	width:780px;
	text-align:left;
	background:url("../../images/faux_column.gif") repeat-y;
}

#topo {
	padding:0px;
	background:#5555AA;
	color:#FFFFFF;
}

#barra_superior {
	padding:5px;
	background:url('../../images/barraSuperior.gif') repeat-x;
	text-align:right;
	color:#FFFFFF;
	height:25px;
}

#esquerda {
	width:150px;
	float:left;
	padding:5px;
	background:#AACCEE;
}

#conteudo {
	width:480px;
	float:left;
	padding:5px;
}

#direita {
	width:150px;
	float:left;
	padding:5px;
	background:#AACCEE;
}

#rodape {
	background:url("../../images/fundo_rodape.gif") #FFFFFF repeat-x;
	height:100px;
	padding:5px;
	text-align:center;
    clear: both;
}

#banner_central {
	text-align:center;
	margin-bottom:5px;
}

#banner_central img {
	width:470px;
	border:0px;
	margin-bottom:5px;
}

.quadro_lateral {
	background:#FFFFFF;
}

.quadro_lateral p {
	display:block;
	background:url("../../images/titulo_quadro_lateral.gif") no-repeat;
	text-align:center;
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
	font-size:10pt;
	margin-top:5px;
}

.quadro_lateral .conteudo {
	padding:5px;
	text-align:center;
}

.quadro_lateral .final {
	background:url("../../images/titulo_quadro_lateral2.gif") no-repeat;
	height:20px;
}

.quadro_central {
	background:#FFFFFF;
	border:1px solid #AACCEE;
	padding:5px;
	margin-bottom:5px;
	font-size:10pt;
}

.quadro_central .titulo {
	margin:0px;
	font-weight:bold;
	background:url('../../images/tituloQuadroCentral.gif') repeat-x;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	text-align:center;
	font-size:12pt;	
}

.botao {
	border:1px solid #0000AA;
	margin-top:5px;
	background:#EFEFEF;
}

.campo {
	border:1px solid #0000AA;
	background:#DDEEFF;
}

/* Menu Principal */

a.menu {
	display:block;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	line-height:18px;
	background:url("../../images/menuitem.gif");
	margin-bottom:2px;
}

a.menu:hover {
	background:url("../../images/menuitemhover.gif");
}

/* Menu Secundario */
a.menu_sec {
	display:block;
	text-decoration:none;
	border:1px dotted #AACCEE;
	text-align:center;
	line-height:18px;
	margin-bottom:2px;
}

a.menu_sec:hover {
	background:#BBCCDD;
	color:#000000;
	border:1px solid #000000;
}

/* Menu Categoria dos Downloads */
a.menu_categ {
	display:block;
	height:20px;
	width:150px;
	text-decoration:none;
	text-align:center;
	line-height:18px;
	margin:5px auto;
	font-weight:bold;
}

a.menu_categ:hover {
	background:#FFFF99;
	color:#000000;
}

#noticias li {
	list-style-image:url("../../images/seta.gif");
	padding:3px;
	font-size:8pt;
}

#noticias a {
	display:block;
	text-decoration:none;
	color:#2266AA;
}

#noticias a:hover {
	text-decoration:underline;
}

p.paragrafo {
	text-indent:20px;
}

.quadroMsgAlerta {
	border:1px solid #990000;
	color:#FF0000;
	margin:5px;
}

.quadroMsgAlerta h1{
	background:#AA0000;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:12pt;
}

#slideshow {
   margin:0px;
   padding:0px;
   height:236px;
}

#slideshow ul {
   width:780px;
   height:236px;
   position:relative;
   margin:0px;
}
#slideshow li {
   width:780px;
   height:236px;
   position:absolute;
   top:0px;
   left:0px;
	list-style:none;
}

#slide1 {
   background:url('../../images/topo/01.jpg');
   z-index:5;
}
#slide2 {
   background:url('../../images/topo/02.jpg');
   z-index:4;
}
#slide3 {
   background:url('../../images/topo/03.jpg');
   z-index:3;
}
#slide4 {
   background:url('../../images/topo/04.jpg');
   z-index:2;
}
#slide5 {
   background:url('../../images/topo/05.jpg');
   z-index:1;
}


.btnContatoMsn {
	width:130px;
	font-size:8pt;
}
