@media only screen and (min-width: 1281px) { 
	body {
		/*background-image: url('../../../../images/sistema/back-folha.png');*/
		background-image: url('../../../../images/sistema/back-folha-branco.png');
		background-position: center top;
		background-repeat: repeat-y; 
	}
}

@media only screen and (max-width: 1280px) { 
	body {
		background-image: none;
	}
}

body {
	color: #444e54;
	/*background-image: url('../../../../images/sistema/back-folha.png');*/
	/*background-image: url('../../../../images/sistema/back-folha-branco.png');
	background-position: center top;
	background-repeat: repeat-y; */

}

.tm-headerbar {
	/*margin-top: 0px;*/
	/*margin-bottom: 0px;*/
	/*background-color: antiquewhite;*/
	/*background-image: url('../../../../images/yootheme/demo/default/home_warp_teaser.png');*/
	background-image: url('../../../../images/sistema/banner-2.png');
	height: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tm-navbar {
	margin-top: 0px;
}

.uk-search-field {
	font-size: 13px;
}

.tm-footer {
	font-size: 12px;
}

.tm-footer p {
	margin-right: 20px;
}

.tm-totop-scroller {
	margin-top: 20px;
}

/* Sub Menus Lateral */
.uk-nav ul a {
	padding: 0px 0px 2px 14px;
	font-size: 12px
}

/* Sub Menus Principal */
.uk-nav-navbar > li > a {
	font-size: 12px;
}

/* Titulo dos artigos */
.uk-article-title {
	font-size: 26px;
}

.uk-breadcrumb {
	font-size: 12px;
}

.moldura1 {
	padding: 10px;
	background: #f7fdff;
	color: #728089;
	border: 1px solid rgba(76, 93, 111, 0.15);
	border-radius: 4px;
}

.moldura2 {
	padding: 20px;
	background: #f7fdff;
	color: #728089;
	border: 1px solid rgba(76, 93, 111, 0.15);
	border-radius: 4px;
}

.legenda-boletim {
	font-size: 12px;
	padding-left: 8px;
}

.noticias-destaque {
	/*background-color: #d3eaf5;*/
	
	/*background-image: url('../../../../images/sistema/back-noticias.png');
	background-repeat: repeat-x;*/
	
}
.noticias-destaque h3 {
	/*font-weight: bold;*/
}
.noticias-destaque h4 a {
	font-size: 16px;
	
	font-weight: bold;
}
.noticias-destaque li h4 {
	margin-bottom: 10px;
}
.noticias-destaque .category-module {
	padding-left: 12px;
}
.noticias-destaque ul {
	list-style-type: none;
}
.noticias-destaque li {
	background-image: url('../../../../images/sistema/seta.png');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;	
}
	

.logos-box {
	padding: 5px;
	width: 87px;
	float: left;
}

.logos-box img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */

}

.logos-box img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


.com_docman h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
}

.com_docman .docman-row {
	padding-top: 10px;
	margin-top: 5px;
}

.com_docman .docman-row .docman-document-header {
	margin-top: 5px;
}

.com_docman .docman-document-description {
	margin-left: 10px;
}

.com_docman .docman-document-description p {
	font-size: 13px;
}

.botao {
	display: inline-block;
	min-height: 30px;
	padding: 0 12px;
	border: none;
	background: #92cda6;
	line-height: 29px;
	color: #ffffff;
	letter-spacing: normal;
	border: 1px solid rgba(255, 255, 255, 0);
	border-bottom-color: rgba(0, 0, 0, 0.08);
	background-origin: border-box;
	
	background-image: -webkit-linear-gradient(top, #95BACF, #8FABCA);	
	background-image: linear-gradient(to bottom, #95BACF, #8FABCA);
	
	/*background-image: -webkit-linear-gradient(top, #95cfa9, #8fcaa3);
	background-image: linear-gradient(to bottom, #95cfa9, #8fcaa3);*/
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}
.botao:hover,
.botao:focus {
  /*background-color: #8fc8a2;*/
  background-color: #81a1b8;
  color: #ffffff;
  outline: none;
  background-image: none;
}
.botao:active {
  /*background-color: #82bc96;*/
  background-color: #6f91aa;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(0, 0, 0, 0.08);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.botao a {
	color: #ffffff;
	text-decoration: none;

}

.icon1 {
	margin-right: 7px;
	margin-bottom: 5px;
}
