/* CSS Document */

/* Topo */ 


	

.topo {
	height:150px;
	background:url('/images/topo/bg_topo_logo.png') no-repeat;

}



.topo_ant {
	background:url('/images/topo/bg_topo.jpg');
}

.topo_in1 {
	
	background-position:bottom;
	
	
}

.logo {
	padding-top:10px;
}

.menu_abmes{
	background:#FFF ;

	color:#000;
	position:relative;
	margin-top:100px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
	z-index: 3100;
	width:630px;
	margin-left:auto;
	border-radius:5px;
	font-size:14px;
	
}



.menu_abmes li {	
	margin: 5px 5px;
	
	
}


.menu_abmes li a {
	padding:10px;
	
	
	
}



.navbar {
	background:url('/images/menu/bg_menu.jpg');
	height:60px;
	box-shadow: #999;
	border-bottom:#CCC solid 5px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
	z-index:3300;	
	
	
}


.navbar-inverse .navbar-brand {
	border-radius: 4px;
	background-image: url('/images/menu/bg_menu_item.jpg');
	box-shadow: 0 1px 0 rgba(255,255,255,0.07);
	color: #fff;
	height:40px;
	padding: 10px 15px;
	margin: 5px 10px;
	
}

.navbar-inverse .navbar-nav > li {
	border-right:#4d932e 1px solid;
	border-radius:4px;
	font-size:17px;
	margin: 5px 10px;
	
}

.navbar-inverse .navbar-nav > li > a {
	padding: 10px 15px;	
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	border-radius: 4px;
	background-image: url('/images/menu/bg_menu_item.jpg');
	box-shadow: 0 1px 0 rgba(255,255,255,0.07);
	color: #fff;
	height:40px;
	
}

h1, h2, h3, h4, h5{
	font-family: 'Fira Sans', sans-serif;
	
}

.destaquep {
	pading: 5px;
	height:210px;
}
	
.destaqueg {
	height:420px;	
}

.migalha_busca{ 
	height:50px;
}

.migalha {
	font-family: 'Fira Sans', sans-serif;
	line-height:30px;;
	margin-top:10px;	
	
}

.migalha_home {
	width:20px;

	
}

hr {
	color:#00941f;
}

.post_home {
	padding:5px;
}

.titulo_post_home {
	color: #00941f;
	font-family: 'Fira Sans', sans-serif;
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	
	
}

.img_post_home {
	display:block;
	float:left;
	margin-right:15px;

	
}

.categoria_post_home a{
	
	color:#999;
	font-family: 'Fira Sans', sans-serif;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	
}

.categoria_post_home a hover{
	
	color:#00941f;
	font-family: 'Fira Sans', sans-serif;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	
}

.intro_post_home{
	display:block;
	
}

.leiamais_post_home {
	
	color:#00941f;
	font-family: 'Fira Sans', sans-serif;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	
}

.titulo_categoria {
	color:#00941f;
}

.titulo_noticia {
	color:#00941f;
	
}

.banners {
	background:#FFF;
	
}

.banner  {
	margin:auto;
	

}



.parceiros {
	text-align:center;
	

}

.footer_abmes {
	background:#000;
	color:#fff;
	border-top: 5px solid #00941f;
	
	
}

.logo_rodape{
	width:180px;
}

.endereco {
	font-family: 'Fira Sans', sans-serif;
	font-size:12px;
	color:#fff;

	
}

.lista {
	font-family: 'Fira Sans', sans-serif;
	font-size:14px;
	color:#000;

	
}


/*css barra fixa*/


.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}




	





