@import "bootstrap.min.css";
@import "jquery.bxslider.css";
@import "zabuto_calendar.css";
/**
                                                                 
  ######   ####  ### ##  ###  ####
   #   #  ##  ##  ## #  #   #  # #
   #   #  #    #   ##   #####  #  
   #   #  ##  ##  # ##  #      #  
  ### ###  ####  ## ###  #### ###  
                                                                                                                                                                                                                                 
 *
 * @author: Noxer - Sistemas e Tecnologias da Informação.
 * @site: http://www.noxer.com.br/
 * @email: contato@noxer.com.br
 * @date: 2019/04/01
 * @language: Portuguese
 * @job: HTML5 / CSS3 / JS
 * @tools: PHP5
 * @cms: WordPress
 * 
 * Copyright(c) Todos os direitos reservados.
 *
**/

@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-Bold.woff') format('woff'), 
		 url('../fonts/Raleway-Bold.ttf') format('truetype'), 
		 url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-Regular.woff') format('woff'), 
		 url('../fonts/Raleway-Regular.ttf') format('truetype'), 
		 url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Raleway-SemiBold.woff') format('woff'), 
		 url('../fonts/Raleway-SemiBold.ttf') format('truetype'), 
		 url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Medium';
	src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Raleway-Medium.woff') format('woff'), 
		 url('../fonts/Raleway-Medium.ttf') format('truetype'), 
		 url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General
--------------------------------------------------*/
html {
	overflow: hidden;
	overflow-y: scroll;	
}
section {
	float: left;
	display: block;
	width: 100%;	
}
header h1 a,
footer h2,
div.barra div.busca button,
div.barra ul.redes li a,
section.noticias a.btPlus {
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
}
.internas {
	margin-top: 70px;	
}
img {
	vertical-align: middle;
	border: 0;
	page-break-inside: avoid;
	max-width: 100%;
	height: auto;
}
a {
	outline: none !important;
}
.btn {
	font-family: 'Raleway-Bold';
	background: #6cc72b;
	color: #FFF !important;
	font-size: 14px;
	text-transform: uppercase;	
	padding: 7px 30px;
	text-decoration: none !important;	
}
.btn:hover {
	text-decoration: none !important;	
}
.alignright {
	float: right;	
	margin-left: 15px;
}
.aligleft {
	float: left;
	margin-right: 15px;
}
div.tit {
	float: left;
	display: block;
	width: 100%;
	background: url(../img/bg/bg_tit.png) repeat-x center center;	
	margin-bottom: 30px;
}
div.tit h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #009900;
	background: #FFF;
	float: left;
	padding-right: 30px;
	font-family: 'Raleway-Medium';
}
div.box {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 30px;	
}
div.box p {
    font-size: 14px;
    color: #898a8d;
    font-family: 'Raleway-Regular';
}
div.boxAcessoRapido {
	float: left;
	display: block;
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
div.boxAcessoRapido ul {
	margin: 0 auto;
	padding: 0;
	display: table;	
}
div.boxAcessoRapido ul li {
	display: inline-table;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #898a8d;
	width: 158px;
	text-align: center;
}
div.boxAcessoRapido ul li h4 {
	font-family: 'Raleway-SemiBold';
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	line-height: 16px;
	color: #898a8d;
}
div.boxAcessoRapido ul li h4 a {
	color: #898a8d;
}
div.boxListaFerramenta {
	float: left;
	display: block;
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
div.boxListaFerramenta ul {
	margin: 0 auto;
	padding: 0;
	display: table;	
}
div.boxListaFerramenta ul li {
	display: inline-table;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #898a8d;
	width: 200px;
	text-align: center;
}
div.boxListaFerramenta ul li h4 {
	font-family: 'Raleway-SemiBold';
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	color: #898a8d;
}
div.boxListaFerramenta ul li h4 a {
	color: #898a8d;
}

/* Barra
--------------------------------------------------*/
div.barra {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	background: #6cc72b;	
}
div.barra a.btTransparencia {
	font-family: 'Raleway-Bold';
	font-size: 12px;
	color: #FFF;	
	background: url(../img/bg/bg_ic_tranparencia.png) no-repeat center left;
	display: block;
	min-height: 34px;
	float: left;
	margin-left: 20px;
	margin-top: 9px;
	padding-left: 43px;
	padding-top: 10px;
}
div.barra div.acessivel {
	float: left;
	display: block;	
}
div.barra div.acessivel a {
	font-family: 'Raleway-Bold';
	color: #f1f9ff;
	font-size: 28px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}
div.barra div.acessivel a:hover,
div.barra div.acessivel a:active,
div.barra div.acessivel a:focus {
	text-decoration: none;	
}
div.barra div.acessivel a#contraste {
	text-decoration: none;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/bg/ic_contraste.png) no-repeat;	
	margin-left: 10px;
	margin-top: 11px;
}
div.barra div.ferramentas {
	float: right;
	display: block;
	width: 100%;
	margin-top: 10px;
	max-width: 560px;
}
div.barra ul.redes {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
div.barra ul.redes li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style: none;
}
div.barra ul.redes li a {
	background: url(../img/bg/bg_redes.png) no-repeat;
	width: 26px;
	height: 26px;	
}
div.barra ul.redes li a.r1 {
	background-position: 7px 0;	
}
div.barra ul.redes li a.r2 {
	background-position: -45px 0;	
}
div.barra ul.redes li a.r3 {
	background-position: -100px 0;
}
div.barra ul.redes li a.r4 {
	background-position: -150px 0;
	width: 27px;
}
div.barra ul.redes li a.r5 {
	background-position: -183px 0;
	width: 27px;
}
div.barra div.busca {
	position: relative;	
	max-width: 260px;
	float: left;
	width: 100%;
}
div.barra div.busca input {
	font-size: 13px;
	color: #898a8d;
	height: 30px;
	font-family: 'Raleway-Regular';
}
div.barra div.busca button {
	border: none;
	cursor: pointer;
	font-family: 'Raleway-Bold';
	font-size: 13px;
	position:  absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	background: url(../img/bt/bt_busca.png) no-repeat;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 1px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
div.barra div.busca button:hover {
	color: #FFF;
}

/* Header
--------------------------------------------------*/
header {
	float: left;
	display: block;
	width: 100%;
	min-height: 120px;
}
header h1 {
	 float: left;
	 display: block;
	 width: 279px;
	 height: 120px;
	 margin: 0;
	 padding: 0;	
}
header h1 a {
	background: url(../img/bg/bg_logo.svg) no-repeat 0 25px;
	background-size: contain;
	width: 279px;
	height: 120px;
	display: block;
}
header nav.primario {
	float: right;	
}
header nav.primario ul.menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 70px;
}
header nav.primario ul.menu li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 17px;	
}
header nav.primario ul.menu li a {
	background: transparent !important;
	font-family: 'Raleway-SemiBold';
	font-size: 12px;
	color: #898a8d;	
	transition: all .3s;
	padding: 5px 3px;
	display: block;
	position: relative;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
header nav.primario ul.menu li a:hover {
	background: transparent !important;
	color: #6cc72b;
}
header nav.primario ul.menu li a.ativo,
header nav.primario ul.menu li a:hover,
header nav.primario ul.menu li a:active,
header nav.primario ul.menu li a:focus {
	text-decoration: none;
	color: #6cc72b;	
	transition: all .3s;
	background: transparent !important;
}
header nav.primario ul.menu li ul {
	margin: 0;
	margin-top: -3px;
	margin-left: -2px;
	padding: 10px 0;	
	border: 1px solid #f3f3f3;
	border-bottom: 0;
	background: url(../img/bg/bg_mn.png);
}
header nav.primario ul.menu li ul li {
	margin: 0;
	padding: 0px;	
	width: 100%;
}
header nav.primario ul.menu li ul li:hover a {
	color: #6cc72b;
}
header nav.primario ul.menu li ul li a {
	font-family: 'Raleway-SemiBold';
	margin: 0;
	padding: 6px 15px;	
	color: #898a8d;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
header nav.primario ul.menu li ul li a:hover {
	color: #6cc72b;
}
header nav.primario ul.menu li ul li ul {
	margin: 0;
	margin-top:-1px;	
}
header nav.primario ul.menu li ul li a::after {
	display: none;
}
header nav.primario ul.menu li ul li {
	position: relative;	
	max-width: 190px;
}
header nav.primario ul.menu li ul li a {
	display: block;
	word-wrap: normal;
	white-space: normal;	
}
header nav.primario ul.menu li ul li ul {
	margin-left: 160px;
	margin-top: 0;
	position: absolute;
	top: -10px;
	margin-top: 0;
}

/* Destaque
--------------------------------------------------*/
section.destaque {
	max-height: 350px;
	overflow: hidden;	
}
section.destaque img {
	height: 350px;
	width: 100%;	
}
section.destaque div.item {
	position: relative;
}
section.destaque ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.destaque div.meio div.txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg/bg_fundo.png);
	width: 100%;
	min-height: 80px;
	padding: 30px;
}
section.destaque div.meio div.txt h3 {
	font-family: 'Raleway-Medium';
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 22px;	
}
section.destaque div.meio div.txt h3 a {
	color: #FFF;
}
section.destaque div.meio div.txt p {
	font-family: 'Raleway-Medium';
	font-size: 14px;
	margin-top: 0;
	padding: 0;
	color: #FFF;
}

/* Home
--------------------------------------------------*/
section.home div.boxNoticias div.boxNoticia {
	float: left;
	display: block;
	width: 100%;
	min-height: 340px;	
}
section.home div.boxNoticias a.btMaisNoticias {
	text-align: center;
	margin: 0  auto !important;
	margin: 15px 0;
	color: #009900;
	margin-top: -15px !important;
	font-family: 'Raleway-Medium';	
	display: table;
	font-size: 15px;
}
section.home  div.sliderRevista {
	min-height: 300px;
}
section.home  div.sliderRevista {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.home  div.sliderRevista ul li {
	float: left;	
}
section.home .bx-wrapper .bx-controls-direction a.bx-prev {
	width: 20px;
	height: 20px;
	background: url(../img/bg/bg_seta_1.png) no-repeat;
	margin-top: -10px;
	left: -50px;	
}
section.home .bx-wrapper .bx-controls-direction a.bx-next {
	width: 20px;
	height: 20px;
	background: url(../img/bg/bg_seta_2.png) no-repeat;
	margin-top: -10px;
	right: -50px;	
}
section.home div.boxNoticias div.boxNoticia h3 {
	font-size: 14px;
	line-height: 20px;
	color: #009900;	
	font-family: 'Raleway-Bold';
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
section.home div.boxNoticias div.boxNoticia h3 a {
	color: #009900;
}
section.home div.boxNoticias div.boxNoticia img {
	margin-bottom: 10px;
}
section.home div.boxNoticias div.boxNoticia p {
	font-size: 14px;
	color: #898a8d;	
	font-family: 'Raleway-Regular';
}
section.home div.boxEstatistica {
	float: left;
	display: block;
	width: 100%;
	background: url(../img/bg/bg_estastica.jpg) no-repeat top 20px right 20px #f2f2f2;
	padding: 30px;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 110px;
	overflow: hidden;
}
section.home div.boxEstatistica ul {
	margin: 0;
	padding: 0;	
}
section.home div.boxEstatistica ul li {
	margin: 0;
	padding: 0;	
	float: left;
}
section.home div.boxEstatistica h1 {
	font-family: 'Raleway-Bold';
	padding: 8px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	margin: 0;
	width: 90px;
	text-align: center;
	background: #4c5f7e;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
section.home div.boxEstatistica h2 {
	font-family: 'Raleway-Bold';
	font-size: 20px;
	margin: 20px 0;
	padding: 0;
	color: #4c5f7e;	
}
section.home div.boxEstatistica p {
	font-family: 'Raleway-Regular';
	font-size: 14px;
	color: #4c5f7e;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
section.home div.boxEstatistica h3 {
	font-family: 'Raleway-Medium';
	font-size: 15px;
	color: #4c5f7e;
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
}
section.home div.boxEstatistica h4 {
	font-family: 'Raleway-Bold';
	font-size: 30px;
	color: #4c5f7e;
	text-transform: uppercase;
	margin: 3px 0 15px 0;
	display: block;
	padding: 0;	
}
section.home div.boxEstatistica select {
	color: #898a8d;	
	font-family: 'Raleway-Regular';
}
section.home div.boxEstatistica .btn {
	float: right;
	background: #4c5f7e;
	margin-top: 20px;	
}
section.home div.boxBiblioteca h3 {
	height: 100px;	
}
section.home div.boxBiblioteca {
	position: relative;
	margin-bottom: 30px;
	min-height: 280px;
	background: #fafafa;
	overflow: hidden;
}
section.home div.boxBiblioteca img {
	height: 270px;	
}
section.home div.sliderRevista ul {
	margin: 0;
	padding: 0;	
}
section.home div.sliderRevista ul li {
	margin: 0;
	padding: 0;	
}
section.home div.boxBiblioteca h3 {
	font-family: 'Raleway-SemiBold';
	display: block;
	background: #fafafa;
	min-height: 150px;
	padding: 30px 20px;
	font-size: 14px;
	color: #4c5f7e;
	margin: 0;
	line-height: 20px;
}
section.home div.boxBiblioteca h3 a {
	color: #4c5f7e;
}
section.home div.boxBibliotecaa a {
	display: block;	
	color: #4c5f7e;
	width: 100%;
}
section.home div.boxBibliotecaa a.bg_seta_1 {
	background: red;	
}
section.home div.boxBiblioteca div.dsc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../img/bg/bg_bi.png);
	min-height: 270px;	
	opacity: 0;
	transition: all .3s;
}
section.home div.boxBiblioteca img {
	min-height: 270px;	
}
section.home div.boxBiblioteca div.dsc a {
	font-family: 'Raleway-Regular';
	text-align: center;
	font-size: 14px;
	padding: 40px 30px;
	display: block;	
	color: #FFF;
	width: 100%;
	min-height: 260px;
	text-decoration: none;
}
section.home div.boxBiblioteca div.dsc span {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	bottom: 30px;	
	font-family: 'Raleway-Regular';
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
section.home div.boxBiblioteca:hover div.dsc {
	opacity: 1;
	transition: all .3s;
}
section.home div.boxAgendaCalendario {
	float: left;
	display: block;
	width: 100%;
	padding-top: 10px;
	background: #f2f2f2;
	font-size: 14px;
	color: #898a8d;
	font-family: 'Raleway-Regular';
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	overflow: hidden;
}
section.home div.boxAgendaCalendario div.dadosCalendario {
	float: left;
	display: block;
	width: 100%;
	background: #68c029;
	padding: 20px;
}
section.home div.boxAgendaCalendario div.dadosCalendario h3 {
	font-family: 'Raleway-Bold';
	font-size: 14px; 
	margin: 0;
	padding: 0;	
	text-align: center;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 5px;
}
section.home div.boxAgendaCalendario div.dadosCalendario h3 a {
	color: #FFF;
	display: block;
	text-align: center;	
	line-height: 22px;
}
section.home div.videos {
	float: left;
	display: block;
	width: 100%;
	min-height: 450px;
}
section.home div.videos div.boxVideo {
	float: left;
	display: block;
	width: 815px;	
}
section.home div.videos div.boxVideo div.descricao {
	float: left;
	display: none;
	width: 170px;
	padding-right: 10px;
}
section.home div.videos div.boxVideo div.descricao h3 {
	color: #FFF;
	font-size: 18px;
	margin: 0;
	padding: 0;	
}
section.home div.videos div.boxVideo div.descricao h5 {
	color: #FFF;
	font-size: 9px;
	line-height: 13px;
	margin: 0;
	padding: 10px 0;	
}
section.home div.videos div.boxVideo div.descricao p {
	line-height: 14px;
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 0;	
}
section.home div.videos div.boxVideo div.video {
	float: left;
	display: block;
	margin-left: 100px;
}
section.home div.videos div.listaVideos {
	position: relative;
	float: right;
	display: block;
	width: 210px;	
}
section.home div.videos div.listaVideos div.boxItem {
	float: left;
	display: block;
	width: 200px;
	clear: left;
	margin-bottom: 10px;
}
section.home div.videos div.listaVideos div.boxItem img {
	height: 100px;
}
section.home div.videos div.listaVideos div.boxItem p {
	display: none;
	line-height: 14px;
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 6px 0;	
}
section.home div.videos div.listaVideos div.boxItem a {
	color: #FFF;	
}

/* Vídeos
--------------------------------------------------*/
section.videos div.boxVideo {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 40px;	
}

/* Notícias
--------------------------------------------------*/
section.noticias div.boxNoticias div.boxNoticia {
	float: left;
	display: block;
	width: 100%;
	min-height: 345px;
	height: 345px;	
}
section.noticias div.boxNoticias div.boxNoticia h3 {
	font-size: 14px;
	color: #009900;	
	font-family: 'Raleway-Bold';
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
section.noticias div.boxNoticias div.boxNoticia h3 a {
	color: #009900;
}
section.noticias div.boxNoticias div.boxNoticia img {
	margin-bottom: 20px;
}
section.noticias div.boxNoticias div.boxNoticia p {
	font-size: 14px;
	color: #898a8d;	
	line-height: 22px;
	font-family: 'Raleway-Regular';
}
section.noticias div.noticiaDestaque {
	min-height: 512px !important;	
}
section.noticias div.noticiaDestaque h3,
section.noticias div.noticiaDestaque h3 a {
	font-size: 18px !important;	
}
section.noticias a.btPlus {
	width: 42px;
	height: 42px;
	background: url(../img/bt/bt_mais.png) no-repeat center center;	
	margin: 0 auto;
	display: table;
}

/* Internas - Detalhes
--------------------------------------------------*/
section.internasDetalhes article {
	max-width: 770px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 80px;
}
section.internasDetalhes div.boxImprensa {
	float: left;
	display: block;
	width: 100%;
	min-height: 180px;	
}
section.internasDetalhes div.boxImprensa h4 {
	background: #4c5f7e;
	padding: 6px !important;
	color: #FFF !important;
	font-size: 14px;
	display: block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
section.internasDetalhes div.imgDestaque {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 50px;	
	text-align: center;
}
section.internasDetalhes div.imgDestaque img {
	margin: 0 auto;
}
section.internasDetalhes article,
section.internasDetalhes article p {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;	
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
}
section.internasDetalhes article p a,
section.internasDetalhes article p a:hover,
section.internasDetalhes article p a:active,
section.internasDetalhes article p a:focus {
	color: #898a8d;	
	text-decoration: none;
}
section.internasDetalhes article p a:hover {
	text-decoration: underline;
}
section.internasDetalhes div.titulo {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
section.internasDetalhes div.titulo h1 {
	font-family: 'Raleway-Bold';
	margin: 0;
	padding: 0;
	display: block;
	color: #009900;
	font-size: 18px;
	line-height: 28px;
	padding-left: 30px;
	background: url(../img/bg/bl_2.png) no-repeat left 4px;
}
section.internasDetalhes div.titulo h1.ativo {
	background: url(../img/bg/bl_3.png) no-repeat left 4px;
}
section.internasDetalhes div.titulo h1 a {
	padding-left: 30px;	
}
section.internasDetalhes div.txt {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 70px;
}
section.internasDetalhes div.txt h1,
section.internasDetalhes div.txt h2,
section.internasDetalhes div.txt h3,
section.internasDetalhes div.txt h4,
section.internasDetalhes div.txt h5,
section.internasDetalhes div.txt h6 {
	font-family: 'Raleway-SemiBold';
	margin: 0;
	padding: 0;
	display: block;
	color: #009900;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 28px;
}
section.internasDetalhes div.txt h1 a,
section.internasDetalhes div.txt h2 a,
section.internasDetalhes div.txt h3 a,
section.internasDetalhes div.txt h4 a,
section.internasDetalhes div.txt h5 a,
section.internasDetalhes div.txt h6 a {
	color: #009900;
}
section.internasDetalhes div.txt ul,
section.internasDetalhes div.txt ol {
	margin: 0;
	padding: 0;
	list-style: none;	
	margin-bottom: 20px;
}
section.internasDetalhes div.txt ul li,
section.internasDetalhes div.txt ol li {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;	
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
	line-height: 23px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/bg/bl_1.png) no-repeat 0 8px;
}
section.internasDetalhes div.txt ul li a,
section.internasDetalhes div.txt ol li a {
	color: #898a8d;	
}
section.internasDetalhes div.txt ul ul,
section.internasDetalhes div.txt ol ol {
	margin-left: 15px;	
}
section.internasDetalhes.perguntas .nav {
	float: left;
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
section.internasDetalhes.perguntas .nav ul {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin-bottom: 40px;	
}
section.internasDetalhes.perguntas .nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;	
	float: left;
	margin-right: 10px;
}
section.internasDetalhes.perguntas .nav ul li a {
	font-family: 'Raleway-Bold';
	background: #4c5f7e;
	display: block;
	padding: 8px 25px;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	text-decoration: none;
}
section.internasDetalhes.perguntas .nav ul li.active a {
	background: #6cc72b;
	font-family: 'Raleway-Bold';	
}
section.internasDetalhes.perguntas div.conteudo {
	display: none;	
}
section.internasDetalhes.perguntas div.titulo {
	margin: 0;
	padding: 0;
}
section.internasDetalhes.perguntas div.titulo a:active,
section.internasDetalhes.perguntas div.titulo a:focus {
	text-decoration: none;
}
section.internasDetalhes.perguntas div.boxPerguntas {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 30px;	
}
.page-id-13380 section.internasDetalhes article {
	max-width: inherit;
}
div.lateralBoletim ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	max-width: 280px;
	margin-top: 20px;
}
div.lateralBoletim ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
div.lateralBoletim ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #898a8d;
    margin-bottom: 18px;
    font-family: 'Raleway-Regular';
}s

/* Relatório
--------------------------------------------------*/
section.internasDetalhes.relatorio div.txt ul li,
section.internasDetalhes.relatorio div.txt ol li {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;	
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
	line-height: 23px;
	padding-bottom: 5px;
	padding-top: 7px;
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../img/bg/bl_2.png) no-repeat 0 8px;
}

/* Biblioteca
--------------------------------------------------*/
section.biblioteca div.boxBiblioteca {
	position: relative;
	margin-bottom: 30px;
	min-height: 460px;
	background: #fafafa;
}
section.biblioteca div.boxBiblioteca h3 {
	font-family: 'Raleway-SemiBold';
	display: block;
	background: #fafafa;
	min-height: 150px;
	padding: 30px 20px;
	font-size: 14px;
	color: #4c5f7e;
	margin: 0;
	line-height: 20px;
	text-align: center;
}
section.biblioteca div.boxBiblioteca h3 a {
	color: #4c5f7e;
}
section.biblioteca div.boxBibliotecaa a {
	display: block;	
	color: #4c5f7e;
	width: 100%;
}
section.biblioteca div.boxBiblioteca div.dsc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../img/bg/bg_bi.png);
	min-height: 270px;	
	opacity: 0;
	transition: all .3s;
}
section.biblioteca div.boxBiblioteca img {
	height: 270px;	
}
section.biblioteca div.boxBiblioteca div.dsc a {
	font-family: 'Raleway-Regular';
	text-align: center;
	font-size: 14px;
	padding: 40px 30px;
	display: block;	
	color: #FFF;
	width: 100%;
	min-height: 260px;
	text-decoration: none;
}
section.biblioteca div.boxBiblioteca div.dsc span {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	bottom: 30px;	
	font-family: 'Raleway-Regular';
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
section.biblioteca div.boxBiblioteca:hover div.dsc {
	opacity: 1;
	transition: all .3s;
}

/* Diretoria
--------------------------------------------------*/
section.internasDetalhes.diretoria article {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 80px;
}
section.internasDetalhes.diretoria article div.one_half,
section.internasDetalhes.diretoria .fusion-person.person {
	text-align: center;
	min-height: 550px;
	display: block;	
	padding: 0 10px;
}
section.internasDetalhes.diretoria article div.one_half img {
	margin: 0 auto;
	margin-bottom: 40px;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	border-radius: 360px;
}
section.internasDetalhes.diretoria .person-imgage-container img {
	margin: 0 auto;
	margin-bottom: 20px;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	border-radius: 360px;
}
section.internasDetalhes.diretoria article h4 {
	font-size: 14px !important;
	color: #898a8d !important;
	padding: 0;
	margin: 0;
	margin-bottom: 5px !important;
}
section.internasDetalhes.diretoria .person-name {
    font-family: 'Raleway-SemiBold';
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    display: block;
    color: #009900;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}
section.internasDetalhes.diretoria .person-desc {
	min-height: 300px;	
}
section.internasDetalhes.diretoria .nav ul {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin-bottom: 40px;	
}
section.internasDetalhes.diretoria .nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;	
	float: left;
	margin-right: 10px;
}
section.internasDetalhes.diretoria .nav ul li a {
	font-family: 'Raleway-Bold';
	background: #4c5f7e;
	display: block;
	padding: 8px 25px;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	text-decoration: none;
}
section.internasDetalhes.diretoria .nav ul li.active a {
	background: #6cc72b;
	font-family: 'Raleway-Bold';	
}

/* Gestão Anterior
--------------------------------------------------*/
section.internasDetalhes.gestaoAnterior article {
	max-width: 780px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 80px;
}
section.internasDetalhes.gestaoAnterior .nav ul {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin-bottom: 40px;	
}
section.internasDetalhes.gestaoAnterior .nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;	
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
section.internasDetalhes.gestaoAnterior .nav ul li a {
	font-family: 'Raleway-Bold';
	background: #4c5f7e;
	display: block;
	padding: 8px 25px;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	text-decoration: none;
	width: 100%;
	text-align: center;
}
section.internasDetalhes.gestaoAnterior .nav ul li.active a {
	background: #6cc72b;
	font-family: 'Raleway-Bold';	
}
section.internasDetalhes.gestaoAnterior div.tab-content {
	max-width: 370px;
	width: 100%;
	float: right;		
}
section.internasDetalhes.gestaoAnterior .nav {
	max-width: 370px;
	float: left;	
}
section.internasDetalhes.gestaoAnterior div.tab-content strong {
	margin-top: 20px;	
}

/* Comissões
--------------------------------------------------*/
section.internasDetalhes.comissoes div.txt ul,
section.internasDetalhes.comissoes div.txt ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
section.internasDetalhes.comissoes div.txt ul {
	margin-bottom: 20px;	
}
section.internasDetalhes.comissoes div.txt h4 {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;
	font-family: 'Raleway-Regular';
	margin-bottom: 0;
	text-transform: capitalize;	
}

/* Transparência
--------------------------------------------------*/
section.internasDetalhes.transparencia div.txt {
	margin-bottom: 30px;	
}
section.internasDetalhes.transparencia .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	border: none;
	margin-bottom: 40px;	
}
section.internasDetalhes.transparencia .nav ul li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;	
	float: left;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}
section.internasDetalhes.transparencia .nav ul li a.tab-link {
	font-family: 'Raleway-Bold';
	background: #4c5f7e;
	display: block;
	padding: 8px 25px;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	text-decoration: none;
	width: 100%;
	text-align: center;
}
section.internasDetalhes.transparencia .nav ul article {
	display: none;	
}
section.internasDetalhes.transparencia .nav ul li.active a.tab-link {
	background: #6cc72b;
	font-family: 'Raleway-Bold';	
}
section.internasDetalhes.transparencia .nav ul li.active article {
	display: block;	
}
section.internasDetalhes.transparencia .nav div.txt {
	margin-bottom: 0;	
}

/* Registro Certificado
--------------------------------------------------*/
section.registroCertificado form.formularioRegistro {
	margin-top: 25px;
	margin-bottom: 50px;
}
section.registroCertificado form.formularioRegistro input {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 300;
    font-stretch: normal;
	margin-bottom: 13px;
	border: 1px solid #e6e6e6;
	background: #FFF;
}
section.registroCertificado form.formularioRegistro select {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
	font-style: normal;
	background: #FFF;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 300;
    font-stretch: normal;
	margin-bottom: 14px;
}
section.registroCertificado form.formularioRegistro button {
	float: right;	
}
section.registroCertificado form.formularioRegistro .btn {
	font-size: 12px !important;	
}

/* Boletim
--------------------------------------------------*/
section.boletim form.formularioRegistro {
	margin-top: 25px;
	margin-bottom: 25px;
}
section.boletim form.formularioRegistro input {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 300;
    font-stretch: normal;
	margin-bottom: 13px;
	border: 1px solid #e6e6e6;
	background: #FFF;
}
section.boletim form.formularioRegistro select {
	font-size: 14px;
	line-height: 22px;
	color: #898a8d;
	margin-bottom: 18px;
	font-family: 'Raleway-Regular';
	font-style: normal;
	background: #FFF;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 300;
    font-stretch: normal;
	margin-bottom: 14px;
}

/* Agenda
--------------------------------------------------*/
section.agenda div.txt {
	margin-top: 20px;	
}
section.agenda div.boxAgendaCalendario {
	float: left;
	display: block;
	width: 100%;
	padding-top: 10px;
	background: #f2f2f2;
	font-size: 14px;
	color: #898a8d;
	font-family: 'Raleway-Regular';
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	overflow: hidden;
}
section.agenda div.boxAgendaCalendario div.dadosCalendario {
	float: left;
	display: block;
	width: 100%;
	background: #68c029;
	padding: 20px;
}
section.agenda div.boxAgendaCalendario div.dadosCalendario h3 {
	font-family: 'Raleway-Bold';
	font-size: 14px; 
	margin: 0;
	padding: 0;	
	text-align: center;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 5px;
}
section.agenda div.boxAgendaCalendario div.dadosCalendario h3 a {
	color: #FFF;
	display: block;
	text-align: center;	
	line-height: 22px;
}
section.agenda .sliderLocation div.slide {
	float: left;
	display: block;
	width: 100%;
	padding: 35px 20px;
	background: #fafafa;	
	overflow: hidden;
}
section.agenda .sliderLocation h3 {
	font-size: 14px;	
	margin: 0;
	padding: 0;
	color: #4c5f7e;
	line-height: 22px;
}
section.agenda .sliderLocation h3 strong {
	font-size: 16px;
}
section.agenda .sliderLocation h3 a {
	color: #4c5f7e;
}
section.agenda .sliderLocation a:hover,
section.agenda .sliderLocation a:active,
section.agenda .sliderLocation a:focus {
	color: #009900;	
	text-decoration: none;
}
section.agenda .bx-wrapper {
  height: 200px;
}
section.agenda .bx-controls a {
  left: 45% !important;
  top: 0 !important;
  bottom: 0!important;
  right: 0 !important;
}
section.agenda .bx-controls .bx-prev {
  top: -30px !important;
  display: none;
}
section.agenda  .bx-controls .bx-next {
  top: 350px !important;
  background: url(../img/bg/bg_seta_baixo.png) no-repeat;
  width: 27px;
  height: 20px;
}
section.agenda  div.agendaMes {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	float: left;	
	margin-top: 40px !important;
}

/* Footer
--------------------------------------------------*/
footer {
	float: left;
	display: block;
	width: 100%;
	padding: 40px 0;
	min-height: 300px;
	background: #4c5f7e;
}
footer h2 {
	width: 270px;
	height: 62px;
	background: url(../img/bg/bg_logo_rodape.png) no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 40px;
}
footer div.bxIcone {
	text-align: center;
}
footer div.bxIcone.transp {
	margin-bottom: 40px;
}
footer div.bxIcone img {
	margin-bottom: 10px;	
}
footer address {
	font-family: 'Raleway-Regular';
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer h3 {
	font-family: 'Raleway-Bold';
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
footer h3 a,
footer h3 a:hover,
footer h3 a:active,
footer h3 a:focus {
	color: #FFF;
}
footer p {
	font-family: 'Raleway-Regular';
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer p a,
footer p a:hover,
footer p a:active,
footer p a:focus {
	color: #FFF;
}
footer div.boxFaleConosco a.btn {
	font-family: 'Raleway-Bold';
	background: #394a65;
	color: #FFF;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}
footer div.boxFaleConosco {
	 float: left;
	 display: block;
	 width: 100%;
	 margin-bottom: 30px;
}
footer div.news {
	margin-top: 20px;
	position: relative;	
}
footer div.news input {
	height: 42px;
	font-family: 'Raleway-Regular';
}
footer div.news button {
	font-family: 'Raleway-Bold';
	font-size: 14px;
	position:  absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	color: #FFF;
	background: #394a65;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius: 1px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
footer div.news button:hover {
	color: #FFF;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;
   left:100%;
   margin-top:-6px;
   margin-left:-1px;
   -webkit-border-radius:0 0px 0px 0px;
   -moz-border-radius:0 0px 0px 0px;
   border-radius:0 0px 0px 0px;
}  
.dropdown-submenu > a:after {
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {

}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
@media (max-width: 1199px) {
	header nav.primario ul.menu li {
		margin-left: 5px;
	}
	header nav.primario ul.menu li a {
		font-size: 13px;
		text-transform: none;	
	}
	header nav.primario ul.menu li ul li a {
		text-transform: none;	
	}
	div.boxListaFerramenta ul li {
		width: 160px;		
	}
	section.home div.boxNoticias div.boxNoticia {
		min-height: 320px;	
	}
	div.boxAcessoRapido ul li {
		width: 125px;	
	}
	section.home div.videos div.boxVideo {
		width: 690px;	
	}
	section.home div.videos div.boxVideo div.video {
		margin: 0;	
	}
	section.home div.videos div.boxVideo div.video iframe {
		width: 690px;	
	}
	footer div.boxFaleConosco a.btn {
		font-size: 13px;	
	}
	footer div.news button {
		font-size: 13px;	
	}
	footer div.news input {
		font-size: 13px;
		height: 41px;	
	}
}

@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {

   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
   }

   .navbar-nav .open .dropdown-menu {
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
   }
  section.trabalheConosco .table th {
	font-size: 11px;  
  }
}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
  section.home div.boxBiblioteca img {
	min-height: 240px;  
  }
  section.home div.boxBiblioteca {
	min-height: 240px;  
  }
}  

input.error,
textarea.error,
select.error  {
	border: 1px solid #ff3d3d !important;
}
label.error {
	position: absolute;
	right: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	display: none;
	text-indent: -9999px;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* Styles specific to this particular page */
.scroll-pane {
	width: 100%;
	height: 430px;
	overflow: auto;
}
.horizontal-only {
	height: auto;
	max-height: 200px;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: transparent url(../img/bg/bg-scrollbar-track-y.png) repeat-y center center;
	background-color: transparent;
	position: relative;
}
.jspDrag {
	background: transparent url(../img/bg/bg-scrollbar-trackend-y.png) no-repeat center top;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.moduletable .page-header {
	display: none;
}

body.a11y-desaturate {
	color: #fff;
	background-color: #000 !important;
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray; 
}
body.a11y-desaturate,
body.a11y-desaturate p,
body.a11y-desaturate article p {
	color: #FFF !important;	
}
body.a11y-desaturate div.tit h2 {
	color: #000 !important;	
}
body.a11y-desaturate a,
body.a11y-desaturate a:hover,
body.a11y-desaturate a:active,
body.a11y-desaturate a:focus {
	text-decoration: underline !important;
	color: #FFF333 !important;
}


body.desaturate {
  background: black !important;
  background-color: black !important;
  background-image: none !important;
  border: none;
  color: yellow !important; }
  body.desaturate* {
    background: black !important;
    background-color: black !important;
    background-image: none !important;
    border: none;
    color: yellow !important; }

body.desaturate {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray; }