* {margin:0 auto; padding:0;}

body {
	background:#FFFFFF url(../imagens/bgTopo.gif) repeat-x center top;
	height:155px;
	font:11px "tahoma", arial, sans-serif;
	color:#6e6e6e;
}

.clear {clear:both;}

#corpo {width:900px;}
#corpo .hack {background:none;}

span {color:#ff6600;}

/* Menu do Topo
----------------------------------------------------------------------------- */
#menuTopo {
	width:440px;
	height:35px;
	background:url(../imagens/menuTopo.gif) no-repeat 0 0;
	font:bold 10px "tahoma", arial, sans-serif;
	margin-right:20px;
	text-align:center;
	padding-top:10px;
	float:right;
}
#menuTopo li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
}
#menuTopo a {
	text-decoration:none;
	color:#6e6e6e;
}
#menuTopo a:hover {
	text-decoration:none;
	color:#979797;
}
#menuTopo a span {
	text-decoration:none;
	color:#FFFFFF;
}
#menuTopo a:hover span {
	text-decoration:underline;
}

/* Menus dropdown Principal e Lateral
----------------------------------------------------------------------------- */
#menuPrincipal {
	z-index: 3;
	margin-top:6px;
	font:bold 12px "tahoma", arial, sans-serif;
}
#menuPrincipal li {
	background: url(../imagens/grid.gif) no-repeat right 7px;
	position:relative;
	z-index: 2;
}
#menuLateral {z-index: 1;}

h1 a {
	/*width:245px;
	height:40px;*/
	width:300px;
	height:120px;
	float: left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background:url(../imagens/logo.gif) no-repeat top left;
	/*margin-left: 20px;*/
	margin-left: 5px;
}

iframe {
	float:right;
	margin-top:5px;
	border:none;
}

#banner {
	margin-top:10px;
	width:700px;
	height:100px;
    text-align:center;
	padding:8px 10px 0 10px;
}

/*#banner {
	display:block;
	margin:0 auto;
	width:700px;
}*/


#suporte {
	position:relative;
	z-index: 4;
	float:right;
	margin-top:-26px;
}
#suporte img {border:none;}

/* Coluna da Esquerda
----------------------------------------------------------------------------- */
#colunaEsq {
	float:left;
	width:190px;
}
h2.titulos {
	font:bold 14px arial, sans-serif; /* fonte arial para nao ficar serrilhada em alguns navegadores */
	border-bottom:1px solid #6e6e6e;
	margin: 30px 0 10px 0;
}
#colunaEsq #estatiscicas li {
	list-style-type:none;
	margin-bottom:10px;
	margin-left:10px;
}

/* Busca
----------------------------------------------------------------------------- */
#busca {
	width:188px;
	background:url(../imagens/busca.jpg) no-repeat 0 0;
	height:30px;
	margin-top:30px;
}

#buscadicas {
	width:188px;
	background:url(../imagens/busca.jpg) no-repeat 0 0;
	height:30px;
	margin-top:35px;
}

#buscaFormdicas {
	width:188px;
	background:url(../imagens/busca.jpg) no-repeat 0 0;
	height:30px;
	margin-top:35px;
}



#buscaForm #inputBusca {
	border:none;
	width:150px;
	background:transparent;
	color:#f6f6f6;
	font:16px Arial, sans-serif;
	position:absolute;
	top:188px;
	margin-left:5px;
	
}

#buscaFormdicas #inputBusca {
	border:none;
	width:150px;
	background:transparent;
	color:#f6f6f6;
	font:16px Arial, sans-serif;
	position:absolute;
	margin-left:5px;
	top:195px;
	
}

#buttonBusca {
	border:none;
	width:28px;
	height:30px;
	background:transparent;
	margin-left:160px;
	text-indent:-9999px;
}
#busca legend {display:none;}
#busca fieldset  {border:none;}

/* Coluna do Meio
----------------------------------------------------------------------------- */
#principal {
	float:left;
	width:460px;
	margin-left:30px;
}
#principal h3{
	font:11px "tahoma", arial, sans-serif;
	color:#ff6600;	
	margin-bottom:5px;
}
#principal a {
	text-decoration:none;
	margin-right:0px;
	color:#6e6e6e;
}
#principal a:hover {text-decoration:underline;}
#principal .blocoProgramasUm, .blocoProgramasDois{
	padding:5px;
	margin-bottom:10px;	
}
#principal .blocoProgramasUm {background-color: #f6f6f6;}
    
/* Coluna da Direita
----------------------------------------------------------------------------- */
#colunaDir {
	float:right;
	width:190px;
}
#slide {font-size:12px;}
#slide ul {list-style-type:none;}
#slide li {overflow:hidden;}
#slide a {
    color:#6e6e6e;
    text-decoration:none;
}
#slide a:hover {
    color:#6e6e6e;
    text-decoration:underline;	
}

/* Botoes padroes
----------------------------------------------------------------------------- */
button { 
	border:0; 
	cursor:pointer;
	float:right;
	margin: 5px 10px 0 0;
	padding:0 10px 0 0; 
	text-align:center; 
}
button span { 
	position:relative; 
	display:block; 
	white-space:nowrap;
	font-size:11px;	
	padding-left:10px; 
}
button.botao { 
	background:url(../imagens/btn_blue_right.gif) right no-repeat; 
	font-size:1.3em; 
}
button.botao span { 
	height:17px; 
	line-height:15px;
	background:url(../imagens/btn_blue_left.gif) left no-repeat;
	color:#fff; 
}
button.botao:hover {background:url(../imagens/btn_blue_right_hover.gif) right no-repeat; }
button.botao:hover span {background:url(../imagens/btn_blue_left_hover.gif) left no-repeat; }

/* Textbox e Textarea
----------------------------------------------------------------------------- */
/* Author: Patrick Ryan | URL: http://www.agavegroup.com/ */
.myForm  {display:block;}
.myForm  label {
	float:left;
	margin:5px;
}
.myForm input, textarea {
	margin-right:0;
	width:100px;
	border:0;
	margin:3px;
	padding:0px 3px;
	color:#6e6e6e;
	background-color:#f6f6f6;
}
.myForm textarea {
	width:100px;
	height:54px;
}

	width:188px;
	background:url(../imagens/busca.jpg) no-repeat 0 0;
	height:30px;
	margin-top:30px;
}
#buscaFormArtigo #inputBuscaArtigo {
	border:none;
	width:150px;
	background:transparent;
	color:#f6f6f6;
	font:16px Arial, sans-serif;
	position:absolute;
	top:188px;
	margin-left:5px;
}
#buttonBuscaArtigo {
	border:none;
	width:28px;
	height:30px;
	background:transparent;
	margin-left:160px;
	text-indent:-9999px;
}
#busca legend {display:none;}
#busca fieldset  {border:none;}

img.correios {
	border:none;
	margin-top:6px;
	margin-left:30px;
	float:left;
}

/* imagens dos textbox e textarea */
.frmShdwTopLt {
	float:left;
	background:url(../imagens/shadowUpperLeft.gif) top left no-repeat;
}
.frmShdwBottomRt {
	float:left;
	background:url(../imagens/shadowLowerRight.gif) bottom right no-repeat;
}
.frmShdwBottomLt {
	float:left;
	background:transparent url(../imagens/shadowBottomLeft.gif) bottom left no-repeat;
}
.frmShdwTopRt {
	float:left;
	background:transparent url(../imagens/shadowTopRight.gif) top right no-repeat;
}

/* Rodape
----------------------------------------------------------------------------- */
* html #rodapeFixo {height:0%;}
#rodapeFixo{
    position:relative;
	padding-bottom:90px;
}
#rodape {
	color:#ffffff;
	width:100%;
	height:70px;
	position:absolute;
	bottom:0; 
	text-align:center;
	background:url(../imagens/bgRodape.gif) repeat-x bottom center;
}
#rodape p {margin-top:18px;}
#rodape a {
	margin-right:20px;
	color:#ffffff;
	text-decoration:none;
}
#rodape a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#rodape img {
	float:right;
	border:none;
	margin:-30px 30px 0 0;
}
#irtopo {
	padding-top: 30px;
	text-align: center;
}
#irtopo a {
	color: #6e6e6e;
	text-decoration: none;
}
#irtopo img{border:none;}
#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}


#load{
	position:relative;
	bottom:9px;
	visibility:hidden;
}



#message_box {
position: fixed;
left: 0;
z-index: 9;
background:#CC0000;
padding:5px;
border:1px solid #CC0000;
text-align:center;
font-weight:bold;
width:100%;
color: #FFFFFF;
font-size: 2em;
display: none;
bottom: 0;
height:72px;
}

#message_box a{
color: #FFFFFF;
text-decoration: underline;
}

#message_box .content{
margin: 0 auto;
width: 650px;
}

#message_box .content img{
float: left;
margin-right: 0.5em;
}

#message_box .content p{
float: left;
}

#linkdownloads {
}