﻿body {
    background-color: #F7A465;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: white;
    text-decoration: none;
}

/* --------------------------------------------------------- */

#fundoBranco {
    width: 100%;
    height: 140px;
    min-width: 1005px;
    background-color: white;
}

#header {
    height: 125px;
    min-width: 1005px;
    padding-top: 15px;
}

#header img {
    margin: 5px 0 0 5%;
    float: left;
}

#logomarca div {
    font-size: 50pt;
    margin: 0 auto !important;
    text-align: center;
}

#logomarca div span {
    color: #F98836;
}

#logomarca p {
    font-family: "Lucida Handwriting", Lucida, sans-serif;
    margin: 0 auto;
    text-align: center;
}

#conteudo {
    width: 1005px;
    margin: 60px auto;
}

ul {
    width: 100%;
    padding: 0;
}

#services li {
    float: left;
    display: inline;
    width: 170px;
    margin: 30px 0 30px 60px;
    color: white !important;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
}

#services li a:hover {
    color: #3D3A38;
}


footer {
        background-color: #fff;
        text-align: center;
        height: auto;
        padding: 15px 0;
        position: fixed;
        bottom: 0px;
        width: 100%;
        color: #3F3D3D;
    }