﻿@import url("layout.css");

#topo_fundo
{
    height: 200px;
    background-color: #666666;
}

topo
{
    height: 310px;
    background-color: #FFFFFF;
}

#rodape_fundo
{
    height: 5px;
    background-color: #FFFFFF;
    position: relative;
    left: 0;
    bottom: 0;
    clear: both;   
}
#rodape_fundo2
{
    height: 40px;
    background-color: #666666;
    position: relative;
    left: 0;
    bottom: 0;
    clear: both;
}

#separador
{
    float: left;
    width: 1px;
    background-image: url('~/images/separador.png');
}

#coluna1
{
    float: left;
    width: 800px;
    margin-left: 5px;
    text-align: justify;
    border-width: 0 1px 0 0px;
    border-style: dotted;
    border-color: #999999;
    padding: 0 10px;
    margin-top: 5px;
}

#coluna2
{
    margin-left: 0px;
    width: 1px;
    float: left;
    margin-top: 5px;
}

#coluna3
{
    width: 161px;
    float: right;
    margin-top: 5px;
}

