/******************************************* G E R A L ************************************************/
body{
    font-family: verdana, arial;
    font-size: 12px;
    margin: 5px auto;
    text-align: justify;
    width: 950px;
}

#corpo{
    position: relative;
    float: left;
    width: 100%;
}

#imgTopo{
    margin-bottom: -3px;
}

h1, h2, h3{
    text-align: center;
    clear: both;
    padding: 0 5px;
    /*background-color: yellow;*/
}

a, a img{
    border: none;
    color: #002aff;
}

p{
    *margin-top:5px;
}

hr{
    width: 100%;
    clear: both;
}

input:focus, textarea:focus{
    border: 1px solid #000;
}

/***************************************** G E N É R I C O S ****************************************/

.adSense{
    padding-top: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    color: #9c9c9c;
    padding-left: 5px;
    margin-top: 10px;
}

.flutuar{
    position: relative;
    float: left;
}

.mensagem, .errorlist{
    color: #ff0000;
    /*background-color: #FFFEEF;*/
    width: 100%;
    text-align: center;
    border: 1px dotted #ff0000;
}

.mensagem_sucesso{
    color: #005F0D;
    /*background-color: #FFFEEF;*/
    width: 100%;
    text-align: center;
    border: 1px dotted #005F0D;
}

.menu_visivel{
    visibility: visible;
    width: auto;
    height: auto;
}

.menu_invisivel{
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.menu_visivel li{
    margin-left: 30px;
}

.link{
    cursor: pointer;
    cursor: hand;
    color: #002aff;
    text-decoration: underline;
}

.navegador{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navegador a{
    text-decoration: none;
}

/*.contador{
    width: 62px;
    height: 47px;
    padding: 5px;
    padding-top: 30px;
    text-align: center;
    border: 1px solid #990000;
    font-weight: bold;
    color: #aa0000;

    float: right;
    margin-right: 80px;
}*/

.contador{
    text-align: center;
    font-weight: bold;
    color: #aa0000;
    float: right;
    margin-right: 10px;
}

.colunas{
    margin: 0;
    margin-top: 5px;
    /*border-left: 2px solid #d3d3d3;*/
    padding-left: 5px;
    text-align: left;
    /*display: table;*/
    position: relative;
    float: left;
    /*background-color:yellow;*/
}

.invisivel{
    display: none;
}

.help{
    display: none;
    padding: 2px;
    margin: 2px;
    background-color: #FBF8F0;
    width: 460px;
    text-align: justify;
    font-size: 11px;
}

#conteudo input[type="button"], #conteudo input[type="checkbox"],
#conteudo input[type="radio"], #conteudo input[type="submit"]{
    width: auto;
}

.link_normal{
    color: #002AFF;
    font-weight: normal;
}

.link_fechar{
    color: #FF0000;
    font-weight: bold;
}

.table{
    margin: 0;
    clear: both;
}

