﻿body
{
    color: #2d2c29;
    font-family: Arial;
    font-size: 10.5pt;
    background-image: url(Img/FundoDirRepetir.jpg);
    background-position: top left;
    background-repeat: repeat;
}



/*Genéricas*/

a
{
    color: #8d4639;
    text-decoration:none;
}
.FundoEsqRepetir
{
    background-image: url(Img/FundoEsqRepetir.jpg);
    background-position: top right;
    background-repeat: repeat;
}
.FundoDirRepetir
{
    background-image: url(Img/FundoDirRepetir.jpg);
    background-position: top left;
    background-repeat: repeat;
}
.Menu
{
    padding-left: 100px;
    padding-right: 100px;
    height: 93px;
}

.FundoCorpoRepetir
{
    background-image: url(Img/FundoCorpoMeioRepetir.jpg);
    background-position: top;
    background-repeat: repeat-y;
    width: 880px;
}

.CorpoTopo
{
    height: 403px;
    width: 880px;
}
.FundoRodapeRepetir
{
    background-image: url(Img/FundoRodapeRepetir.jpg);
    background-position: top;
    background-repeat: repeat-y;
    width: 880px;
}
.FundoRodape
{
    background-image: url(Img/FundoRodape.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 880px;
    height: 30px;
}

.FundoRodapeBaixo
{
    background-image:url(Img/FundoRodapeBaixo.jpg);
    background-position:top;
    background-repeat:no-repeat;
    height:5px;
    width:880px;
}
.RodapeConteudo
{
    width: 497px;
    color: #ffffff;
    padding-left: 27px;
    font-size:9pt;
}

/*Principal*/


.PrincipalFundoCorpoTopo
{
    background-image: url(Img/PrincipalCorpoFundoTopo.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 880px;
    height: 655px;
}
/*Interna*/

.InternaFundoCorpoTopo
{
    background-image: url(Img/InternaCorpoFundoTopo.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 880px;
    height: 655px;
}

/*Containers*/
/*Container Linha*/
.cLinhaBordaTopo
{
    background-image: url(Img/cLinhaBordaTopo.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 4px;
}

.cLinhaTitulo
{
    font-size: 11pt;
    font-weight: bold;
    color: #2d2c29;
    padding-bottom: 2px;
}
.cLinhaConteudo
{
    font-size: 10.5pt;
    color: #2d2c29;
}
.cLinhaBordaBaixo
{
    background-image: url(Img/cLinhaBordaBaixo.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 3px;
}

/*Container Cinza*/

.cCinzaTopoEsq
{
    background-image: url(Img/cCinzaTopoEsq.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}
.cCinzaTopoMeio
{
    background-image: url(Img/cCinzaTopoMeio.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 14px;
}
.cCinzaTopoDir
{
    background-image: url(Img/cCinzaTopoDir.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}
.cCinzaCorpoEsq
{
    background-image: url(Img/cCinzaCorpoRepetir.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    width: 14px;
}
.cCinzaCorpoMeio
{
    background-image: url(Img/cCinzaCorpoRepetir.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}
.cCinzaLinha
{
    background-image: url(Img/cCinzaLinha.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}
.cCinzaSeta
{
    background-image: url(Img/cCinzaSeta.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    padding-left: 5px;
}
.cCinzaTitulo
{
    font-weight: bold;
    font-size: 11pt;
    color: #2d2c29;
    padding-right: 5px;
    padding-bottom: 4px;
}
.cCinzaConteudo
{
    height: 200px;
    color: #5c5b59;
    padding-bottom: 10px;
    padding-top: 7px;
    font-size: 10.5pt;
}
.cCinzaCorpoDir
{
    background-image: url(Img/cCinzaCorpoRepetir.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    width: 14px;
}

/*Container Marron*/
.TopoMarron .cMarronSeta
{
    background-image: url(Img/cMarronSetaMarron.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 15px;
    padding-right: 5px;
}

.Conteudo .cMarronSeta
{
    background-image: url(Img/cMarronSetaBranco.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 15px;
    padding-right: 5px;
}
.cMarronTitulo
{
    font-weight: bold;
    font-size: 11pt;
    color: #3e3a2f;
    padding-top: 2px;
}
.cMarronConteudo
{
    color: #312a18;
    font-size: 10.5pt;
}
