html, body{
	background: #fff;
	height: 100%;
}

ul{
	padding: 0;
}

div.top-content{
	background-color: #bad160;
	padding: 3px 0;
}

div.top-content li{
	display: inline;
	font-size: 0.9em;
	list-style: none;
	margin-left: 15px;
	color: #fff;
}

div.top-content a{
	color: #fff !important;
}

div.top-content span{
	margin-right: 5px;
}

#container_total{
	min-height: 100%;
	position: relative;
}

#nav-menu{
	background: none;
	border: none;
	border-radius: 0;
	height: auto;
	border-bottom: 1px solid #b7bfbd;
}

#nav-menu .nav a, #nav-menu .navbar-brand{
	background: none;
	color: #8e9397 !important;
	padding: 0px 20px;
	padding-top: 40px;

	transition: 0.3s;
}

#nav-menu .nav a span{
	font-size: 1.5em;
}

#nav-menu .nav a:hover{
	opacity: 0.7;
}

#nav-menu .navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	background: none;
}

#nav-menu .nav span{
	font-size: 1.2em;
}

.logo{
	max-width: 250px;
	margin: 10px;
}

.home-content div a{
	display: inline-block;
	min-height: 152px;
}

.home-content div img{
	max-height: 152px;
}

#artigos table tr td{
	vertical-align: middle !important;
	padding: 5px 10px;
}

@media screen and (max-width: 520px){
	.logo{
		max-width: 180px;
		margin: 10px;
	}

	#nav-menu .nav a, #nav-menu .navbar-brand{
		background: none;
		color: #fff;
		padding: 15px;
		text-align: center;
	}
}

/*********************************************************************/
/**************************** CONTEUDO *******************************/
/*********************************************************************/
#content{
	color: #747474;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
}

hr.titulo{
	border-bottom: 5px solid #b7bfbd !important;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 60px;
}

#content hr{
	border: none;
	border-bottom: 2px solid #b7bfbd;
}

#content img{
	padding: 10px !important;
}

#content h4{
	color: #819532;
}

#content .redes img{
	margin: 0 !important;
	padding:0 !important;
}

.captcha-container{
	overflow: hidden;
}

#captcha-image img{
	float: left;
	padding: 0 !important;
}

.refresh{
	margin-left: 15px;
}

@media screen and (max-width: 320px){
	
}


/*********************************************************************/
/****************************** FORM *********************************/
/*********************************************************************/

.btn span{
	margin-right: 10px;
}

form label{
	color: #069;
}

input, textarea{
	max-width: 100%;
}

/*********************************************************************/
/****************************** FOOTER *******************************/
/*********************************************************************/

#footer{
	background-color: #bad160;
	bottom: 0px;
	color: #fff;
	font-size: 0.8em;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}