﻿
/* ----------------------- */
/* INICIO CLASSES - BARRA BRASIL   */
/* ----------------------- */
.trBarra
{
    background-image: url('../imagens/fdo_barra.gif');
    background-repeat: repeat; 
    height: 40px;
    vertical-align: bottom;
}

.divImgBarra
{
    top: 2px;
    position: relative;
    float: right;
}

/* ----------------------- */
/* INICIO CLASSES - TOPO   */
/* ----------------------- */
.tblTopo
{
    background-image: url('../imagens/Topo.jpg');
    background-repeat: no-repeat;   
    width: 750px;    
    border: 0px;
    color:#fff; /* cor para as | entre os linkbuttons (Ouvidoria, Contatos, Mapa do site)*/
}

.campoBusca
{
    border: 1px solid #C0C0C0;
    font-family: Verdana;
    font-size: x-small;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    width: 150px;
    height: 18px;
}


/* ----------------------- */
/* INICIO CLASSES - RODAPÉ */
/* ----------------------- */
.trRodape { height: 318px; background:#666666; color:#fff; }

.trtituloRodape { height: 25px; background:#666666; color:#fff; }

.trEndereco { height: 50px; }

.tblRodape { width: 750px; border: 0px; }

#oculta { display:none; }   
#esconder { display:none; cursor:pointer; }  
#mostrar { cursor:pointer; }





