html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body { background: url('img/fundo.jpg') repeat-x fixed top left; }
a:link, a:visited { color: darkblue }
a:hover, a:active { color: darkgreen }
 
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}


div.links, div.noticias, div.galeria_premios {
	width:870px; 
    height:385px;
    margin:0 auto 10px auto; 
    text-align:justify; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
}
div.noticias { width: 700px; padding-right:10px }
div.links a { color:darkblue }



div.xnoticias {
	width:930px; 
    height:385px;
    margin: 0 20px 10px 20px;
    padding: 0 10px;
    text-align: justify; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
}
div.noticias p { margin:0; padding: 0 }


div.downloads, div.arquivos_intranet {
	width:930px;
    padding:0px; 
    height:385px;
    margin:0px auto 10px auto; 
    text-align:center; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
}

div.contato {
	width:880px;
    padding:0; 
    height:385px;
    margin:0px auto 10px auto; 
    text-align:center; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
    
	background-image: url("/publico/img/endereco.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
   	_background-attachment:fixed;
 
}

div.assistencia {
	width:950px;
    padding:0; 
    height:422px;
    margin:0px auto 10px auto; 
    text-align:center; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
    

}
div.contato label {
	width:98px;
    float:left;
    text-align:left;
    clear:left;
}
div.contato input.txt {
	float:left;
    margin-bottom:2px;
}


div.login {
	width:720px;
    padding:0px; 
    height:380px;
    margin:10px auto; 
    text-align:center; 
    overflow:auto; 
    font:0.7em arial,sans-serif; 
    color: #777;
}

div.atencao {
	background: url('/publico/img/alert.gif') no-repeat 5px 5px #ffffcc;
    border: 1px solid gold;
    margin: 10px auto;
    padding: 15px 10px 20px 50px;
}
div.atencao_placeholder {
    margin: 10px auto;
    padding: 15px 10px 20px 50px;
}


table.indice_noticias { width: 100% }
table.indice_noticias td { 
	border-bottom:1px solid #777; 
    padding:10px 10px 10px 0; 
    vertical-align:top;
    text-align:justify;
}
table.indice_noticias a { font: 10pt Verdana,Arial,Helvetica,sans-serif; color:darkblue }

tr.wbg { background-color: white }
tr.gbg { background-color: #f5f5f5 }

p.botoes_form { 
	text-align:right; 
    border-top:2px groove #ddd; 
    padding:0px 0 0 0;
    margin:0px 0 0 0 ;
}
