body {

  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
@font-face {
  font-family: 'Gara';
  font-style: normal;
  font-weight: 800;
  src:url(../fonts/Gara.ttf) format('ttf');
}

/* TOPO */

.atalhos {
	padding:0 4px 2px 4px;
	color:#fff;
	font-weight:bold;
}

.linha-topo {
 	background-color:#00394d;  /*  ese era o anterior #00394d #999999*/
	color:#fff;
	
}

.linha-topo a  {
	color:#fff;
}

.linha-menu-topo {
	font-size: 12px;
}

.table-finalidade {
	width:40%;
}
.table-convenio {
	width:50%;
}

.linha-menu-topo li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.linha-menu-topo li a:hover {
	background: transparent;
}


.topo {
	background: #FFFFFF;
	color: #FECD45;
	padding: 20px 0;
}	

.topo h1 {
	margin: 0px;
	color: #003366
}

.topo a{
	text-decoration: none;
	color: #337ab7;
}

.topo a:hover{
	text-decoration: none;
	color: #337ab7;
}

.topo a:visited{
	text-decoration: none;
	color: #09C;
}


.menu-topo {
	background: #23669c;
}