@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@800&display=swap');
html, body {height:100%;} 
body{
font-family: 'Roboto', sans-serif;

}
a{
	text-decoration:none;
	color:#069;
	font-weight:bold;
	font-size:10px;
}
a:hover{

	font-size:10px;
	color:#06f;
	font-weight:bold;
}

.linhas{


}
.texto{
	font-size:11px;
}
.header_tab{
	font-size:13px;
	background:#069;
	padding:15px;
	font-weight:bold;
	color:#fff;
	
}

.desc_complemento{
	font-family:Arial;
	background:#E8E8E8;
	font-size:12px;
	font:bold;
	color:#333;
	border-radius:6px;
	
}
.logo_top{
	background:url(img/bktopo.png);
	font-size:25px;
	font:bold;
	width:100%;
	margin:-7px;

}
.logo_topa{
	background:url(img/bktopo.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:#006699;
	border-radius:6px;
}

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

#rodape {
	font-size:13px;
	text-align:center;
    position: absolute;
    font-size: 12px;
    height: 100px;
    width: 100%;
   	color:#069;
    bottom: 0;
    margin-top: 5px;
	
}
.logo_tope{
	background:url(img/bktopo.png);
	font-size:25px;
	font:bold;
	width:100%;
	margin-top:-30px;
}
.logo_topo{
	background:url(img/bktopo.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/bktopo.png);
	color:#ffffff;
	font:bold;
}
.aviso{
	font-family:Arial;
	font-size:12px;
}
.btn{
	margin-top:5px;
	width:200px;
	height:30px;
	color:#fff;
	background-color:#069;
	border-radius:2px;
}

.btn:hover, .btn:focus, .btn:active{
	color:#fff;
	background-color:#0066CC;
}

.atencao{
	text-align:justify;
	background:#009;
}
.btn_entrar{
	width:100%;
	height:100%;
}
.sair{
	margin-bottom:-30px;
}
html, body {height:100%;} 

#tudo{
	min-height: 100%;
	position:relative;  /*Contexto de posicionamento */
}
#topo{
	height:137px;

	background-color:#F2F2F2    ;
}

#rodape{
	text-align:center;
	background-color:#006699;
	color:#FFF;
	height:100px;
	width:100%;
	bottom:0;	
}
#descricao{
	width:400px;	
	height: 30px;
}
#complemento{
	width:400px;	
}

#tit{
	margin-left:14.5%;
	margin-right:14.5%;
	text-align:left;
	color:#069;
	
}
#tit_bar{
	text-align:left!important;
	background-color:#069;	
	padding:10px;
	color:#fff;
	font-weight:bold;
	margin: 0 auto;
}
#foo_text{
	position:absolute;
	margin-top:15px;
	text-align:center;
	margin-left:18.4%;
	margin-right:14.5%;
}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:105px;}

#logo{
	
	height:137px;
	width:95%;
	background-image:url(../imagem/logo_nova.png);
	background-size:250px;
	margin-left:65px;
	margin-top:10px;
	background-repeat:no-repeat;
}



#pt{
	font-family: 'Roboto', sans-serif;
	float:right;
	color:#069;
	margin-right:7%;
}		
#conteudo{
	text-align:center;
	width:100%;
}
.clear {clear:both;}

#btnfiltrar{
	color:#fff;
	background-color:#35A2DA;
	width:150px;
	border:none;
	border-radius:2px;
	padding:5px;

}

#btnfiltrar:hover, #btnfiltrar:focus, #btnfiltrar:active{
	color:#fff;
	background-color:#06C;
}
#colspan{
	background-color:#069 ;
	color:#FFF;
}

#colspan a{
	color:#f9b600;
}

#colspan a:hover,#colspan a:active, #colspan a:focus, #colspan a:visited{
	color:#FDF8D1;
}
#rodape_transp {
			position: absolute;
			font-size: 12px;
			height: 95px;
			width: 100%;
			background-color: #9f9f9f;
			color: #012615;
			margin-top:20px;
		}