/* CSS Document */
* {
    margin:0;
    padding:0;
}
body {
    background-color:#FFFFFF;
}
body, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:1.5;
    color: #000000;
}
#site {
    width:876px;
}
#cabecalho {
    background:url(imagens/fundoCabecalho.jpg) no-repeat;
    height:149px;
}
#cabecalho h1 a {
    display:block;
    text-indent:-9000px;
    overflow:hidden;
    width:100px;
    height:85px;
}
/* LOGIN */
#formularioLogin {
    width:569px;
    padding:6px 4px 4px 4px;
    margin:auto;
    text-align:center;
    background-color:#FFFFFF;
    border:1px solid #000066;
    opacity:0.8;
    filter:alpha(opacity=80);
    color:#000000;
}
#formularioLogin input {
    border:1px solid #000066;
    background-color:#FFFFFF;
}
#formularioLogin input.botao {
    color:#FFFFFF;
    background-color:#657be7;
    border:1px solid #00219d;
    font-size:10px;
}
#formularioLogin a {
    font-size:9px;
    color:#0000CC;
}
/* MENU */
#menu {
    width:189px;
    background-color:#f6f6f6;
    float:left;
    margin-bottom:20px;
}
#menu ul {
    list-style-type:none;
    border-top:1px solid #e2e2e2;
    border-right:1px solid #cecece;
    margin-top:-2px;
}
#menu li {
    border-bottom:1px solid #e2e2e2;
}
#menu li a {
    width:178px;
    display:block;
    padding:2px 5px;
    text-decoration:none;
    color:#000000;
}
#menu li a:hover {
    background-color:#cecece;
}
#menu li a.destaque {
    color:#FF0000;
    font-weight:bold;
    background-color:#FFFFCC;
}
#menu li a.destaque:hover {
    background-color:#cecece;
}
#menu li .idiomaPT {
    background:url(imagens/icon_idioma-brasil.gif) no-repeat 5px;
    text-indent:31px;
}
#menu li .idiomaIn {
    background:url(imagens/icon_idioma-eua.gif) no-repeat 5px;
    text-indent:31px;
}
#menu li .idiomaEs {
    background:url(imagens/icon_idioma-espanha.gif) no-repeat 5px;
    text-indent:31px;
}
#menu img {
    border:none;
    vertical-align:text-bottom;
    margin-right:5px;
}
/* COPYRIGHT */
#copyright {
    background:url(imagens/fundoCreditos.jpg) no-repeat bottom #f6f6f6;
    padding:40px 10px 10px 10px;
    font-size:11px;
    color:#5d5d5d;
}
/* CONTEÚDO */
#conteudo {
    float:right;
    width:667px;
    padding:0 10px;
    background-color:#FFFFFF;
    margin-bottom:20px;
}
#conteudo h2 {
    color:#818181;
    font-size:14px;
    margin:6px 0;
    text-indent:25px;
    font-weight:bold;
    height:23px;
    background:url(imagens/tituloPaginas.jpg) no-repeat;
}
#conteudo h3, h3 a {
    color:#00219d;
    font-size:14px;
    margin:4px 0;
    font-weight:normal;
}
#conteudo h4, h4 a {
    color:#5b44d1;
    font-size:12px;
    margin:4px 0;
    font-weight:normal;
}
#conteudo a {
    text-decoration:none;
    border-bottom:1px dotted;
}
#conteudo a:hover {
    border-bottom:none;
}
/* FORMULÁRIO */
#conteudo form fieldset {
    margin:10px 0;
    padding:10px;
    border:1px solid #cecece;
}
#conteudo form fieldset legend {
    color:#5b44d1;
    font-size:14px;
    font-weight:bold;
    padding:0 5px;
}
#conteudo form label {
    width:155px;
    text-align:right;
    margin:2px 0;
    display:inline-block;
}
#conteudo form input, #conteudo form textarea {
    border:1px solid #2e40ba;
    background-color:#FFFFFF;
    width:365px;
    margin:2px 0;
}
#conteudo form textarea {
    vertical-align:top;
}
#conteudo form input.formularioSemTamanho, select.formularioSemTamanho, textarea.formularioSemTamanho {
    width:auto;
    padding:1px;
}
#conteudo form input.semFormato {
    width:auto;
    border:none;
}
#conteudo form input.botao {
    width:auto;
    color:#FFFFFF;
    background-color:#657be7;
    border:1px solid #00219d;
    float:right;
    margin-right:120px;
}
#conteudo form input.botaoEsquerda {
    width:auto;
    color:#FFFFFF;
    background-color:#657be7;
    border:1px solid #00219d;
}
#conteudo hr {
    margin:5px 0;
    color:#FFFFFF;
    border:none;
    border-bottom:1px solid #cecece;
}
/* RODAPÉ */
#rodape {
    clear:both;
    height:32px;
    background:url(imagens/fundoRodape.jpg) repeat-x;
    font-size:11px;
    color:#6c6c6c;
}
#rodape p {
    padding-top:7px;
    text-align:right;
}
#rodape a {
    display:block;
    text-indent:-9000px;
    overflow:hidden;
    width:56px;
    height:32px;
    margin-left:5px;
    float:right;
    background:url(imagens/logoGN1.jpg) no-repeat;
}
/* CAIXAS */
.caixaAtencao {
    border:1px solid #9d000f;
    width:50%;
    margin:10px auto;
    text-align:center;
}
.caixaAtencao p.titulo {
    background:url(imagens/fundoAtencao.jpg) repeat-x #9d000f;
    padding:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin:0;
}
.caixaAtencao p, input.botaoEsquerda {
    margin:5px 10px;
}
#conteudo .caixaAtencao hr {
    margin:5px;
    color:#FFFFFF;
    border:none;
    border-bottom:1px solid #9d000f;
}
.caixaOpcoes {
    border:1px solid #cecece;
    width:50%;
    margin:10px auto;
    text-align:center;
}
.caixaOpcoes p.titulo {
    background:url(imagens/fundoRodape.jpg) repeat-x;
    padding:5px;
    color:#666666;
    font-weight:bold;
    text-align:center;
    margin:0;
}
.caixaOpcoes p, form {
    margin:2px 10px;
}
#conteudo .caixaOpcoes hr {
    margin:5px;
}
.caixaAviso {
    border:1px solid #9d000f;
    margin:10px auto;
}
.caixaAviso p.titulo {
    background:url(imagens/fundoAtencao.jpg) repeat-x #9d000f;
    padding:5px;
    color:#FFFFFF;
    font-weight:bold;
    margin:0;
    text-align:center;
}
.caixaAviso p {
    padding:5px;
    text-align:justify;
    color:#9d000f;
}
.caixaAviso ol {
    padding:5px 5px 5px 25px;
    color:#9d000f;
}
#conteudo .caixaAviso hr {
    margin:5px;
    color:#FFFFFF;
    border:none;
    border-bottom:1px solid #9d000f;
}
/* ESTILOS */
.centralizado {
    text-align:center;
}
.erro {
    color:#FF0000;
}
/* TEXTOS */
.texto1 {
    color:#0000FF;
    font-size:14px;
    text-align:justify;
}
.texto2 {
    color:#333333;
    font-size:11px;
    text-align:justify;
    margin:10px 0;
}
.texto3 {
    color:#666666;
    font-size:12px;
    text-align:justify;
    margin:10px 0;
}
.texto4 {
    color:#000066;
}
.texto5 {
    color:#0000FF;
}
.texto6 {
    color:#FF0000;
    font-size:14px;
    text-align:justify;
}
.esgotado {
    color:#FF0000;
    text-decoration:line-through;
}
/* TABELAS */
#tabela, #tabelaExpandida {
    border:1px solid #cecece;
    border-collapse:collapse;
    margin:0 auto;
}
#tabelaExpandida {
    width:100%;
}
#tabela th, #tabelaExpandida th {
    background:url(imagens/fundoRodape.jpg) repeat-x #D2D2D2;
    padding:5px;
    color:#666666;
    font-weight:bold;
    border:1px solid #cecece;
}
#tabela td, #tabelaExpandida td {
    padding:5px;
    border:1px solid #cecece;
}
