body, html{
    margin: 10px 10px 10px 10px;
    font-family: "Lucida Grande", Verdana, Arial, Serif;
     background-color: #efefef;
}

A{
    color: Orange;
    font-weight: bold;
}

.linhas_horizontais{
    background-color: #4a4d4a;
    color: #fca401;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.contentor{
    background-color: white;
    border: 1px solid #4a4d4a;
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
}

.logo{
    text-align: right;
    padding-right: 50px;
    height: 200px;
    vertical-align: top;
    background-image: url('../img/imagem_figuras_entrada.jpg');
}

.linhas_menu{
    background-color: #4a4d4a;
    color: #fca401;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    height: 35px;
    background-image: url('../img/fundo_linhas_menu.jpg');
}

.linhas_menu A{
    color: white;
    text-decoration: none;
}

.esquerda{
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.direita{
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    border-left: 1px solid #e6ded5;
}

.menu{
    border: 1px solid #e6ded5;
}

.menu_titulo{
    color: #9a0606;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e6ded5;
    border-top: 1px solid #e6ded5;
}

.menu_resumo{
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

.menu_entrar{
    border: 2px outset white;
    background-color: #9a0606;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    text-decoration: none;
}

