a{
    text-decoration:none;
    color:#069;
    font:bold;
    font-family:Arial;
    font-size:10px;
}
a:hover{
    font-family:Arial;
    font-size:11px;
    color:#9e644c;
    font:bold;
}

.linhas{
    background:#fdf8d1;
    color: #069;
}
.texto{
    font-family:Arial;
    font-size:11px;
}
.header_tab{
    font-family:Arial;
    background:#069;
    font-size:12px;
    font:bold;
    color:#fff;
}

.desc_complemento{
    font-family:Arial;
    background:#D9D9D9;
    font-size:12px;
    font:bold;
    color:#069;
    border-radius:6px;
}

.logo_top{
    background:url(../img/logo_nova.png);
    font-size:25px;
    font:bold;
    width:100%;
    margin:-7px;
}

.logo_topa{
    background:url(../img/logo_nova.png);
    font-size:25px;
    font:bold;
    width:100%;
    margin-top:-50px;
}

.titulo{
    text-align:center;	
    font-weight:bold;
    color:#fff;
    font-size:14px;
    background-color:#069;
    border-radius:6px;
}

.celula_botao{
    text-align:center;	
    font-weight:bold;
    color:#069;
    font-size:14px;
    background-color:#fff;
    border-radius:6px;
}

.logo_tope{
    background:url(../img/logo_nova.png);
    font-size:25px;
    font:bold;
    width:100%;
    margin-top:-30px;
}

.logo_topo{
    background:url(../img/logo_nova.png);
    font-size:25px;
    font:bold;
    width:100%;
    margin:-7px;
}

.logo_php{
    font-size:14px;
    text-align:center;
    color:#069;
}

.footer{
    text-align:center;
    background:url(../img/logo_nova.png);
    color:#ffffff;
    font:bold;
}

.aviso{
    font-family:Arial;
    font-size:12px;
}

.btn{
    margin-top:5px;
    width:200px;
    height:30px;
    color:#fcf198;
    background-color:#069;
    border-radius:6px;
}

.btn:hover, .btn:focus, .btn:active{
    color:#fcf198;
    background-color:#703218;
}

.atencao{
    text-align:justify;
    background:#009;
}

.btn_entrar{
    width:100%;
    height:100%;
}

.sair{
    margin-bottom:-20px;
}

html, body {height:100%;} 

body{
    font: Arial!important;
    background-color: #fff;	
}

#tudo{
    position: relative;
    height: 100%;
}

#topo{
    height:137px;
    width:100%;
    background-color:#069;
}

#descricao{
    width:400px;	
}

#complemento{
    width:400px;	
}

#rodape{
    position: relative;
    font-size:11px;
    height:100px;
    width:100%;
    background-color:#069;
    color:#fff;
    bottom:0;
    text-align:center;
    margin-top: 5px;
}

#tit{
    margin-left:14.5%;
    margin-right:14.5%;
    text-align:left;
    color:#069;
}

#tit_bar{
    margin-top:-15px;
    background:url(../img/dot.png);
    margin-left:14.5%;
    margin-right:14.5%;
    height:10px;
}

#foo_text{
    position:absolute;
    margin-top:15px;
    text-align:center;
    margin-left:18.4%;
    margin-right:14.5%;
}

* html #tudo {height: 100%;}

#logo{
    margin-left:5%;
    position:absolute;
    height:137px;
    margin-top:25px;
    width:95%;

    background-repeat:no-repeat;
	
}

#pt{
    font-family:Arial;
    float:right;
    color:#fff;
    margin-right:5%;
    margin-top:8px;
}

#conteudo{
    position: absolute;
    text-align:center;
    width:100%;
}

.clear {clear:both;}

#btnfiltrar{
    color:#fcf198;
    background-color:#069;
    border-color:#753d11;
    border-radius:6px;
}

#btnfiltrar:hover, #btnfiltrar:focus, #btnfiltrar:active{
    color:#fcf198;
    background-color:#703218;
    border-color:#069
}

#colspan{
    background-color:#069;
    color:#FCF198;
}

#colspan a{
    color:#f9b600;
}

#colspan a:hover,#colspan a:active, #colspan a:focus, #colspan a:visited{
    color:#FDF8D1;
}

#menu {
    text-align:center;
    margin-top:10px;
}

#menu-top {
    text-align:center;
    margin-top:3px;	
}

#menu-top ul {
    padding:10px;
    margin:0px;
    /*float:left;*/
    display: inline-block;
    width:90%;
    background-color:#9DDDFC;
    list-style:none;
    text-align: center;
    border-radius:8px;
}

#menu-top ul li {
    display:inline;
}

#menu ul {
    padding:10px;
    margin:0px;
    /*float:left;*/
    display: inline-block;
    width:90%;
    background-color:#9DDDFC;	
    list-style:none;
    text-align: center;
    border-radius:8px;
}

#menu ul li {
    display:inline;
}

#menu ul li a {
    padding: 2px 10px;
    float: left;
    /* visual do link  */
    background-color:#9DDDFC;	
    color: #333;
    text-decoration: none;
    border-bottom: 3px solid #9DDDFC;
    border-radius:4px;
}

#menu ul li a:hover {
    background-color: #D9D9D9;
    color: #6D6D6D;
    border-bottom: 3px solid #bc5c1b;
}
