﻿#divCintoCabecalho
{
    width: 100%;
    height: 92px;
    background-color: Transparent; /*#fff63c;*/
    position: absolute;
    z-index: 0;
    top: 105px;
}

#divEstrutura
{
    width: 1024px;
    margin: auto;
    background: #f1cda7;
    position: relative;
    z-index: 1;
}
#divCabecalho
{
    width: 1024px;
    height: 280px;
    background: url("/images/bgCabecalho.jpg") no-repeat top center;
}

#divMenu
{
}
.menu
{
    text-align: center;
    margin: auto;
}
.menu li
{
    display: inline;
    list-style-type: none;
    float: left;
    width: auto;
    margin: 10px 10px 0px;
}
.superior
{
    color: #9f0002;
    font-size: 14px;
    font-weight:bold;
}
.inferior
{
    color: #9f0002;
    font-size: 10px;
}
.menu a
{
    text-decoration: none;
    
}
.menuItem a:hover
{
    color: #ff9900;
}

#divLogoMenu
{
    width: 325px;
    height: 108px;
    margin-left: -162.5px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}


#divConteudo
{
    width: 1004px;
    background: #f1cda7 url("/images/bgConteudo.png");
    margin: 10px auto 0px;
    padding: 0px 10px 10px;
}
.colunaA
{
    width: 740px;
    padding: 0px;
    margin: 8px;
    float: left;
    clear: both;
    position: relative;
}

.colunaB
{
     width: 230px;
    padding: 0px;
    float: right;
    margin: 8px;
}
.divHomeColAEsq
{
    width: 282px;
    float: left;
}

.divHomeColADir
{
    width: 457px;
    float: right;
    margin: 16px 8px;
}
.divDestaque
{ width: 660px; float: right; text-align: center;
  }
  .divDestaque a
  {text-decoration: none;}
  .divDestaque h1 { font-size: 34px; color: #D96C0B; margin: auto auto 0;}
  .divDestaque span { color: #000;}

.itemNavHoriz
{width: 230px;
 height: 56px;
 background: url("/images/bgNavHoriz.jpg") no-repeat top right;
 text-align: right;
 color: #9F0002;
 margin: 16px 0px;
 }

 .itemNavHoriz h1
 { width: 100%;
   margin: 0;}


#divHomeNotAgdCont
{
  background: url("/images/bgHomeNoticias.png") no-repeat top center;
  width: 235px;
  min-height: 574px;
  position: relative;
   
    }

#divCintoRodape
{
    clear: both;
    width: auto;
    height: 0px;
    background-color: Transparent; /*#fff63c;*/
}


#divRodape
{
    clear: both;
    width: 1024px;
    height: 50px;
    margin: auto -10px -10px;
    position: relative;
    background: url("/images/bgRodape.png") no-repeat bottom center;
    line-height: 50px;
}

.coluna
{
    width: 315px;
    margin: 10px 0px 0px 10px;
    float: left;
}

.divListaPastas
{width: 230px;
 min-height: 150px;
    height: auto;
    border: solid 2px #296484;
    margin: 40px 0px 0px;
    background: #fff;
    font-size: 13px;
    float: left;}
    
#divConteudoPasta
{ width: 500px;
    margin: 40px 0px;
    min-height: 260px;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    }
    
.lblNomePasta
{
    font-weight: bold;
    clear: both;
    margin: 15px 5px 0px;
    font-size: 15px;}
.btnHome
{
    margin: 8px 16px;
    float: left;
    clear: both;
}



