﻿body
{
    font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
    background-color: #f2f2f2;
}

.geral
{
    width: 871px;
    margin: 0px auto;
    margin-top: 19px;
}

.container-logo
{
    width: 165px;
    display: inline;
}

#page-header
{
    height: 80px;
}

#page-header h1
{
    width: 165px;
    height: 65px;
    float: left;
    background: url(../Images/Logomarca2.png) no-repeat;
}
#page-header h1 a
{
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
}

.menu
{
    margin: 25px 0 0;
    float: right;
}

.menu ul
{
    margin: 0;
    padding: 0;
    float: left;
}

.menu ul li
{
    display: inline;
}

.menu ul li a
{
    float: left;
    text-decoration: none; /*color: white;*/
    color: Black;
    margin: 10.5px 30px; /*background-color: #333;*/
}

.menu ul li a:visited
{
    color: Black;
}

.menu ul li a:hover
{
    padding-bottom: 2px; /*color: #fff;*/ /*background-color: Orange;*/
    border-bottom: solid 3px orange;
}

.outros-sistemas
{
    float: right;
    background-color: White;
    margin-top: 150px;
    left: 0;
    border-bottom: solid 1px orange; /*border-right: solid 1px orange;*/
    border-left: solid 1px orange;
    border-top: solid 1px orange;
}

.outros-sistemas div
{
    width: 50px;
    margin-bottom: 21px;
}

.outros-sistemas div img
{
    width: 100%;
    cursor: pointer;
}

.page-content
{
    margin-top: 10px;
    background-color: White;
    padding: 15px;
    min-height: 510px;
}

.footer
{
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    clear: both;
    height: 60px;
    border-top: solid 1px #CDCDCD;
    font-family: Verdana;
    font-size: 8pt;
    color: #464545;
    background-color: #F89904;
    text-align: center;
    background-image: url(../Images/imagem_rodape.png);
    background-repeat: no-repeat;
}

.page-title
{
    font-size: 25px;
    margin-bottom: 40px;
    border-bottom: solid 1px orange;
    padding-bottom: 6px;
    width: 250px;
}

.tit-box
{
    font-size: 11px;
    margin-top: 21px;
    margin-bottom: 35px;
}
.tit-box label
{
    font-size: 11px;
    color: #3D3D3D;
    font-weight: bold;
}

.tit-box label a
{
    font-size: 11px;
    color: #3D3D3D;
    font-weight: bold;
    text-decoration:none;
    
}

.tit-box label a:hover
{
    font-size: 11px;
    color: #3D3D3D;
    font-weight: bold;
    text-decoration:underline;
}

.linha-cad
{
    margin-top: 7px;
    color: Gray;
}

.tit-box p
{
    margin-bottom: 9px;
}
.tit-box img
{
    margin-left: 9px;
    width: 150px;
    float: right;
}
