﻿body 
{
    font-family: Verdana;
    font-size: 10pt;
    background-color: #025479;
    margin-top: 0px;
    margin-bottom: 0px; 
}
td 
{
    vertical-align: top;
}
h3 
{
    font-size: 10pt;
}
.pagina 
{
    width: 780px;
    background-color: #015576;
    margin: 0 auto;
    text-align: center;
}
#tudo
{
    text-align: left;
}

/* TOPO DA PAGINA */
.topo 
{
    background-image: url('img/topo.jpg');
    background-repeat: no-repeat;
    height: 242px;
}
.topo2
{ 
    background-image: url('img/topo.jpg');
    background-repeat: no-repeat;
}
.topo a 
{
    text-decoration: none;
    color: Navy;
}
.topo a:hOver 
{
    text-decoration: underline;
    color: Navy;
}

/* MEIO DA PAGINA  */
.meio
{
    background-image: url('img/meio.jpg');
    background-repeat: repeat-y;
}

/* MENU ESQUERDO */
.esq .cima 
{
    background-image: url('img/esqtopo.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 26px;
    color: White;
    padding-top: 3px;
    padding-left: 8px;
    font-weight: bold;
}
.esq .centro
{
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url('img/esqmeio.jpg');
    background-repeat: repeat-y;
    height: auto;
    width: 100%;
    font-size: 8pt;
}
.centro ul
{
     list-style-position: outside;
}
.centro a 
{
    color: Gray;
    text-decoration: none;
}
.centro a:hOver
{
    color: Gray;
    text-decoration: underline;
}
#pop
{
    display:none;
    position:absolute;
    margin-top:5px;
    margin-left:100px;
    z-index:10;
    }
    
.esq .baixo
{
    background-image: url('img/esqbaixo.jpg');
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
}

/* CONTEUDO */
.dir .cima 
{
    background-image: url('img/dirtopo.jpg');
    background-repeat: repeat-x;
    height: 26px;
    width: 100%;
    color: White;
    padding-top: 3px;
    padding-left: 8px;
    font-weight: bold;
}
.dir .centro
{
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url('img/dirmeio.jpg');
    background-repeat: repeat-y;
    height: 300px;
    width: 100%;
    text-align: justify;
}
.dir .baixo
{
    background-image: url('img/dirbaixo.jpg');
    background-repeat: no-repeat;
    height: 34px;
    width: 100%;
}


/* AREA FINAL */

.base
{
    background-image: url('img/base.jpg');
    background-repeat: no-repeat;
    height: 80px;
}
.base2
{
    background-image: url('img/base.jpg');
    background-repeat: no-repeat;
    height: 80px;
}
.base a 
{
    text-decoration: none;
    color: Navy;
}
.base a:hOver 
{
    text-decoration: underline overline;
    color: Navy;
}

#fim 
{
    color: White; 
    text-align: center;
    font-size: 7pt;
}
#fim a
{
    color: Yellow;
    text-decoration: none;
}
#fim a:hOver
{
    color: Yellow;
    text-decoration: underline;
}
/* PAGINA Relacao.aspx */
.Area {
 padding-left: 5px;
 padding-right: 5px;
}

/* Pasta Legislação */
.imgHie
{
    height: 13px; 
    max-height: 13px; 
    vertical-align: middle; 
    background-image: url('../img/hie1.png'); 
    background-position: left center; 
    background-repeat: no-repeat;
}