﻿body
{
    font-family: Arial;
    font-size: 11px;
    color: #818485;
}

a
{
    color: #1b71c8;
    text-decoration: none;
}

.BuscaCaixa
{
    width: 140px;
}

.CorpoSiteEsqRepetir
{
    background-image: url(Img/CorpoSiteEsqRepetir.jpg);
    background-position: top right;
    background-repeat: repeat-x;
    background-color: #ffffff;
    height: 671px;
}
.CorpoSiteEsq
{
    background-image: url(Img/CorpoSiteEsq.jpg);
    background-position: top right;
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: 70px;
    height: 671px;
}
.CorpoSiteMeio
{
    width: 848px;
    background-color: #fefdfc;
}
.CorpoSiteDir
{
    background-image: url(Img/CorpoSiteDir.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: 70px;
    height: 671px;
}
.CorpoSiteDirRepetir
{
    background-image: url(Img/CorpoSiteDirRepetir.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ffffff;
    height: 671px;
}

.CorpoEsq
{
    background-image: url(Img/CorpoEsqTopo.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 274px;
}
.CorpoDir
{
    background-image: url(Img/CorpoDirTopo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 574px;
    height: 200px;
}

.CorpoConteudoEsq
{
    background-image: url(Img/CorpoConteudoEsqDivisor.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-right: 14px;
    height: 50px;
}

.CorpoConteudoEsqMenu
{
    background-image: url(Img/CorpoConteudoEsqMenuDivisor.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-left: 21px;
    padding-right: 23px;
    height: 169px;
}

.CorpoConteudoEsq2
{
    padding-left: 42px;
    padding-right: 51px;
}

.MenuSuperior
{
    padding-right: 10px;
    height: 42px;
}

.CorpoConteudoDirBaixoDivisor
{
    background-image: url(Img/CorpoConteudoDirBaixoDivisor.gif);
    background-position: top center;
    background-repeat: repeat-y;
    width: 1px;
}

.RodapeFundo
{
    background-image: url(Img/RodapeFundo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #8d0b06;
    height: 41px;
}
.RodapeConteudo
{
    color: #fefeff;
    padding-left: 41px;
    padding-top: 18px;
    width: 569px;
}

.RodapeSombra
{
    background-image: url(Img/RodapeSombra.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 14px;
}

/*CONTAINERS*/

/*TITULO CINZA*/

.cTituloCinzaIcone
{
    background-image: url(Img/cTituloCinzaIcone.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 27px;
    height: 23px;
}
.cTituloCinza
{
    color: #626060;
    font-weight: bold;
    border-bottom: 1px solid #b6b7b7;
    padding-left: 7px;
    padding-bottom: 1px;
}
.cTituloCinzaConteudo
{
    color: #8b8b8b;
    padding-top: 10px;
}

/*CINZA*/

.cCinzaEsq
{
    background-image: url(Img/cCinzaEsq.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 9px;
}
.cCinzaMeio
{
    background-image: url(Img/cCinzaMeio.gif);
    background-position: top left;
    background-repeat: repeat-x;
    height: 150px;
    padding-top:7px;
}
.cCinzaIconeEsq
{
    background-image: url(Img/cCinzaIconeEsq.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 27px;
    height: 23px;
}
.cCinzaTitulo
{
    background-image: url(Img/cCinzaLinha.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    color:#696a6b;
    font-weight:bold;
    padding-left:5px;  
    padding-bottom:3px;
}
.cCinzaIconeDir
{
    background-image: url(Img/cCinzaIconeDir.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 55px;
    height: 23px;
}
.cCinzaConteudo
{
    padding-top:10px;
    color:#818485;
}
.cCinzaDir
{
    background-image: url(Img/cCinzaDir.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 9px;
}


