﻿/*Ref:http://tableless.com.br/criando-um-menu-horizontal-com-css/*/

body {
    font-family: Verdana, Arial;
    font-size: 12px;
    background: #ffffff url(/Content/Images/Base/fundoCabecalho.gif) repeat-x scroll top left;
    margin: 5pt;
    color: #2D2D2D;
}

h1 {
    font-family:Arial;
    font-size:20px;
    color:#727170;
    font-weight:bold;
}

h2 {
    font-family:Arial;
    font-size:18px;
    color:#727170;
    font-weight:bold;
    color: #0c4c6b;
}
h3 {
    font-family:Arial;
    font-size:18px;
    color:#727170;
    font-weight:bold;
    color: #0c4c6b;
}
.divGerenciamento {
    float: left;
    height: 300px;
    width: 320px;
    margin: 50px 0 0 0;
    padding: 1px;
    top: 50%;
    list-style: none;
    text-align: center;
}

.pontoCinza {
    background: #ffffff url(/Content/Images/Base/pontoUnicoCinza.gif) repeat-x scroll top left;
}

.editor-label {
    margin: 6px auto;
}

.servicosHome {
    text-align: center;
}

.sobreDescricao {
    font-family: Arial;
    font-size: 15px;
}

.imgServicosHome {
    display: inline-block;
    padding: 0px 13px;
}

.textoaServicosHome {
    font-family: Arial;
    font-size: 18px;
    color: #727170;
    font-weight: bold;
}

.textoaServicosHomeN {
    font-weight: normal;
    font-size: 17px;
    cursor: default;
}

.serviosBasico {
    margin: 10px 0;
    padding: 5px 5px;
    border: 2px solid #EDEDED;
    font-weight: normal;
    font-size: 18px;
    color: #727170;
}

.servicosDescricao {
    cursor: default;
    margin: 12px;
    font-size: 17px;
    font-family: Arial;
}

.noticiaBusca {
    border-bottom: 3px solid #EDEDED;
    font-family: Arial;
    font-size: 12px;
    color: #636362;
}

.formContato {
    border-bottom: 3px solid #EDEDED;
    font-family: Arial;
    font-size: 12px;
    color: #636362;
    margin: 0 0 10px 0;
}

.formContatoTelefone {
    margin: 0 0 10px 0;
}

#logo {
    width: 435px;
    float: left;
}

#container {
    width: 1000px;
    padding: 0px;
    margin: 1px auto;
}

#header {
    margin: 0px;
    padding: 0px;
    width: 999px;
    height: 112px;
    /*border-bottom: 1px solid #EDEDED;*/
}

#footer {
    float: left;
    width: 100%;
    margin: 5px 0px;
    padding: 0px 0px;
    height: 140px;
    background-color: #9B9B9B;
}

#footerContainer {
    width: 1000px;
    padding: 0px;
    margin: 1px auto;
    /*height: 100%;
    width: 100%;*/
    /*background: #9B9B9B url(/Content/Themes/Base/Images/logoBrancoRodape.png) no-repeat scroll top 50% left 50%;*/
    /*border-right: 3px solid #f00;*/
}

.logoBranco {
    margin-top: 4%;
    float: left;
}

.textoRodape {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
    width: 200px;
    margin: 2% 0 0 0;
}

#contatoRodape {
    float: left;
    margin: 10px 0 0 40px;
}

.textoContatoRodape {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.textoNavegacaoRodape {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#navegacaoRodape {
    float: left;
    margin: 2px 0 0 50px;
}

    #navegacaoRodape a:hover {
        text-decoration: underline;
    }

.menu {
    text-align: right;
    font-family: Arial;
    /*font-weight: bold;*/
}

    .menu ul {
        margin: 50px 0px 0px 0px;
        padding: 8px;
        list-style: none;
        float: left;
        width: auto;
        /*background-color: #EDEDED;*/
        border-top: 2px solid #EDEDED;
        border-bottom: 2px solid #EDEDED;
    }

        .menu ul li {
            display: inline;
        }

            .menu ul li a {
                padding: 2px 15px;
                display: inline-block;
                /* visual do link */
                /*background-color: #EDEDED;*/
                color: #636362;
                text-decoration: none;
                /*border-bottom: 3px solid #EDEDED;*/
            }

                .menu ul li a:hover {
                    /*background-color: #D6D6D6;*/
                    color: #000;
                    /*border-bottom: 1px solid #EA0000;*/
                    text-decoration: underline;
                }
