﻿/* Elementos html */ 

body
{
    margin: 0px;
    background-color: #a1bfb7;
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
}

a
{
    color: #000000;
    text-decoration: underline;
}

h1
{
    margin: 0px 0px 5px 0px;
    font-size: medium;
    font-weight: bold;
    color: #333333;
}

h2
{
    margin: 10px 0px 5px 0px;
    font-size: small;
    font-weight: bold;
    color: #333333;
}


h3
{
    margin: 10px 0px 5px 0px;
    font-size: small;
    font-weight: bolder;
    color: #333333;
}

/* Regiões */

#Contentor
{
    /*border: medium solid #3399FF;*/
    width: 940px;
    margin: 0 auto;
    padding: 0px; /*background-color: #FFFFFF;*/
    background: #FFFFFF url(img/centro.jpg);
    min-height: 616px;
    background-repeat: repeat-y;
}

#Topo
{
    background: #FFFFFF url(img/topo.jpg) no-repeat;
    height:15px; 
    margin:0px;
    clear:both;
}


#Footer
{
    background: #FFFFFF url(img/footer.jpg) no-repeat;
    height:20px; 
    margin:0px;
    clear:both;  
}

#Logo
{
    width: 900px;
    height: 80px;
    clear: both;
    margin: 0px auto;
}

#Logo_AE
{
    width: 750px;
    float: left;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    letter-spacing: 4px;

}

#Logo_AD
{
    width: 150px;
    float: right;
    height: 40px;
    padding: 40px 0px 0px 0px;
    text-align: center;
    background-image: url('img/carrinho.jpg');
    background-repeat: no-repeat;
}

#Menu
{
    width: 897px;
    height: 40px;
    clear: both;
    margin:0px 10px 0px 20px;
}

#Conteudo
{
   
    width:900px;
    clear: both;
    margin: 0px 10px 0px 10px;
    padding:10px;
    min-height:450px;
}

#ConteudoColunasContentor
{
    width: 890px;
    float: left;
    clear:both;
    padding:5px;
}

#ConteudoColunasContentor_CE
{
    padding:5px;
    width: 200px;
    float: left;
}

#ConteudoColunasContentor_CD
{
    width: 650px;
    float: right;
    padding: 5px;
}

#Fundo
{
    border-style: solid;
    border-width: thin;
    border-color: #99CC00 #FFFFFF #FFFFFF #FFFFFF;
    width: 880px;
    min-height: 10px;
    padding: 3px 0px 0px 0px;
    clear: both;
    margin: 0px 5px 0px 30px;
    text-align: center;
    font-weight: bolder;

}

#TextoSimples
{
    padding: 10px;
    text-align: justify;
}

/* Classes */

.TabelaCabecalho
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #3366FF;
    font-size: small;
    font-weight: bold;
}

.TabelaLinha
{
    border-color: #000099;
    background-color: #FFFFFF;
    font-size: small;
    text-align: center;
    color: #FFFFFF;
}




.TextoCentro
{
    text-align:center;
}

.TextoDireita
{
   text-align:right;
}

.listBox
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
}


