﻿body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
    /* Reseta regras */
    margin:0px;
    padding:0px;
}

body{
    color:#555555;
    font-size:13px;
    background: #eeeeee;
    font-family:Arial, Helvetica, sans-serif;
    width: 100%;
}

h1{
    font-size:28px;
    font-weight:bold;
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
    letter-spacing:1px;
}

h2{
    font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
    letter-spacing:1px;
    padding-left:2px;
    text-transform:uppercase;
    white-space:nowrap;
    margin-top:4px;
    color:#888888;
}

#principal p{
    padding-bottom:8px;
}

.clear{
    clear:both;
}

#principal{
    width:800px;
    /* Centering it in the middle of the page */
    margin:60px auto;
}

.conteudo{
    margin-top:20px;
    background:#FFFFFF;
    border:1px solid #E0E0E0;
    padding:15px;
    /* Bordas arredondadas */
  /* css 3  -moz-border-radius:20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; */
    text-align: center;
}

.err{
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.successo{
    color:#00CC00;
}

a, a:visited {
    color:#00BBFF;
    text-decoration:none;
    outline:none;
}

a:hover{
    text-decoration:underline;
}

.tutorial-info{
    text-align:center;
    padding:10px;
}

#rodape /*rodapé do sistema */
{
    background-color: #262B7B;
    text-align: center;
    font-size:8pt;
    font-family: Verdana;
    font-weight:bold;
    width:100%;
    height:50px;
    position:fixed;
    bottom:0px;
    left:0px;
    padding-top: 10px;
    display: inline-table;

}

#rodape li {
        list-style: none;
        display: inline;
        color: #FFFFFF;
}

.rodape-funcoes {
    height: 17px;
}

.rodape-selos {
    height: 33px;
}

