﻿body
{
    margin: 0;
}

.cabecalhoLogo
{
    float: left;
    width: 30%;
    height: 50px;
    background-color: rgb(197,0,12);
}

.imagemLogo
{
    width:187;
    padding-left: 5px;
    padding-top: 5px;
}

.cabecalhoMap
{
    float: left;
    width: 70%;
    height: 50px;
    background-color: Black;
    color: White;
    font-family: Arial;
}

.lateralPai
{
    float: left;
    width: 80px;
    height: 360px;
}

 

.lateralVermelha
{
    position: relative;
    background-color: rgb(197,0,12);
    width: 60px;
    height: 360px;   
}

.conteudo
{
    float: left;
    height: 100%;
}