﻿
.caixa_base
{
    clear:both;
    margin-bottom:10px;
}

.caixa_base_topo
{
    clear:both;
    height:10px;
    width:100%;
    background:transparent url('/imagens/master-page/caixa-base-topo-bg.gif') repeat-x left bottom;
}

.caixa_base_rodape
{
    clear:both;
    height:10px;
    width:100%;
    background:transparent url('/imagens/master-page/caixa-base-rodape-bg.gif') repeat-x left top;
}

.caixa_base_centro
{
    clear:both;
    width:100%;
}

.caixa_base_topo_esquerda, .caixa_base_topo_direita, .caixa_base_rodape_esquerda, .caixa_base_rodape_direita, .caixa_base_centro_esquerda, .caixa_base_centro_direita
{
    width:10px;
    height:10px;
}

.caixa_base_topo_esquerda, .caixa_base_rodape_esquerda, .caixa_base_centro_esquerda
{
    float:left;
}

.caixa_base_topo_direita, .caixa_base_rodape_direita, .caixa_base_centro_direita
{
    float:right;
}

.caixa_base_topo_esquerda
{
    background:transparent url('/imagens/master-page/caixa-base-topo-bg-esquerda.gif') no-repeat left bottom;
}

.caixa_base_topo_direita
{
    background:transparent url('/imagens/master-page/caixa-base-topo-bg-direita.gif') no-repeat right bottom;
}

.caixa_base_rodape_esquerda
{
    background:transparent url('/imagens/master-page/caixa-base-rodape-bg-esquerda.gif') no-repeat left top;
}

.caixa_base_rodape_direita
{
    background:transparent url('/imagens/master-page/caixa-base-rodape-bg-direita.gif') no-repeat right top;
}

.caixa_base_centro_esquerda
{
    height:100%;
    background:transparent url('/imagens/master-page/caixa-base-centro-bg-esquerda.gif') repeat-y left top;
}

.caixa_base_centro_direita
{
    height:100%;
    background:transparent url('/imagens/master-page/caixa-base-centro-bg-direita.gif') repeat-y right top;
}

.caixa_base_centro_conteudo
{
    float:left;
    display:block;
    padding:10px;
}

