@charset "utf-8";
/* CSS Document */

/* Estrutura */
html,body{ height:100%;margin-top:0; }
body{ height:100%;background:url('../images/bg_geral.jpg') top center no-repeat;background-color:#ececec; }

#site{ position:absolute;width:1045px;left:50%;margin-left:-523px;background-color:#fff; }
#container{ min-height:90%;position:relative; }
#header{ width:1045px;height:141px;background-image:url('../images/topo.jpg'); }
#body{ padding-bottom:68px; }
#right{position:absolute;min-height:492px;left:817px;width:228px;height:504px; }
#footer{ position:absolute;bottom:0;height:68px;width:1045px;background-image:url('../images/rodape.jpg'); }
#footer div{ margin-top:38px; text-align:center; font-size:11px; color:#1d397a; }
#footer div a{ color:#1d397a; }

#content{ position:relative;height:100%;padding:0px;padding-bottom:10px;background-color:#fff;text-align:left;min-height:550px; top:0px; }
#left{ width:985px;padding-top:25px;padding-left:30px;padding-right:0px; }

/* Formatação */
body{ font-family:arial; font-size:12px; }
h1{ margin-bottom:10px;margin-top:0; }
h2{color:#0066FF;}
a{ text-decoration:none; line-height:24px; color:#333; }
a:hover { color: #0066FF; }

ul{ margin:0; padding:0; margin-bottom:7px; }
li{ list-style-type:square; margin-left:20px; font-size:12px; }
li a:hover{ text-decoration:underline; }

#tabela { margin:30px; }
#tabela table{ border-spacing:0px; border-collapse:collapse; width:100%; margin-bottom:10px; border:solid 1px #999; }
#tabela th{ font-weight:bold; }
#tabela td{ border:solid 1px #999; text-align:center; padding-left:3px; padding-right:3px; }

.titulo{ font-family:arial; font-size:14px; color:#333; text-align:center; font-weight:bold; margin-bottom:20px;}
#conteudo{display:flex;}
.tab, .tabOn{padding:6px;margin-right:5px;background-color:#1d397a;color:#fff;cursor:pointer;}
.tabOn{font-weight:bold;background-color:#0066FF;}
#tab0{float:none;}