body, div, dl, dt, dd, ul, li, ol,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input,
textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: tahoma;
}
h1, h2, h4, h5, h6 {
	font-family: helvetica,arial;
}
h3 {
	font-family: tahoma;
	font-size: 15px;
}
h4 {
	font-size: 18px;
	height: 25px;
}
fieldset, img {
	border: 0;
}
address {
	display: inline;
}
a {
	color: #333333;
	text-decoration: none;
}
body {
	font-size: 12px;
	 background: url("../images/bg-body.png") repeat-x; 
	/* background: url("../images/bg-body-outubro-rosa.png") repeat-x; */
}
#wrapper {
	width: 960px;
	margin: auto;
	min-height: 100%;
}
#top {
	background: url("../images/bg-top.png") no-repeat scroll left top transparent;
	padding-left: 200px;
	font: 8pt tahoma;
	float: left;
	width: 760px;
}
#top .first {
	background: url("../images/ico-trf5.png") no-repeat scroll left center transparent; /* Comentar esta linha e a seguinte em meses comemorativos, tipo outubro rosa */
	margin-left: 20px;
	padding-left: 20px !important;
}
#top-nav li {
	border-right: 1px solid #424242;
	float: left;
	height: 25px;
	list-style: none outside none;
	padding: 12px 10px 2px;
}
#top-nav li.active a {
	/*color: black;*/ 
	 color: white; /* Alterar para preto, linha acima, em meses comemorativos, tipo outubro rosa */
	font-weight: bold;
}
#top-nav li a {
	/*color: black;*/
	 color: white; /* Alterar para preto, linha acima, em meses comemorativos, tipo outubro rosa */
	
}
#top .top-acessibility {
	float: right;
	margin-top: 12px;
}
#logo {
	margin-top: 15px;
	margin-bottom: -18px;
	height: 96px;
	width: 960px;
	float: left;
	background-image: url(/images/selo-50anos.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
#logo > a {
	display: block;
	/* background-image: url(/images/outubro-rosa.png); */
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
}
#content #busca {
	background: url("../images/bg-search.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 232px;
	float: right;
	margin: -70px 0 25px 0;
}
#busca input {
	color: #CCCCCC;
	border: 0;
	height: 25px;
	width: 200px;
	margin-top: 3px;
	margin-left: 30px;
}
#navigation {
	margin-top: 10px;
	float: left;
}
#navigation ul {
	float: left;
}
#navigation > ul > li {
	list-style: none outside none;
	height: 26px;
	margin: 0 9px 0 0;
	padding: 12px 0 0;
	float: left;
}
#navigation > ul > li:first-child {
	padding-left: 17px;
	background: url("../images/ico-mini-home.png") no-repeat scroll left center transparent;
}
#navigation ul li a {
	margin-bottom: 10px;
	margin-right: 10px;
	font: 13px tahoma;
}
.overlay {
	background-color: #222222;
	border-radius: 5px;
	padding: 15px;
	margin-top: 5px;
	z-index: 999999;
	display: none;
	position: absolute;
	font: 9pt tahoma;
	width: 450px;
}
.overlay h2 {
	color: white;
	font: 12pt helvetica,arial;
	font-weight: bold;
}
.overlay img {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 15px;
	margin-right: 10px;
}
.overlay ul {
	float: left;
	display: block;
	width: 450px;
}
.overlay ul li {
	padding-left: 0;
	margin-top: 10px;
	list-style: none outside none;
	display: block;
	width: 47%;
	float: left;
}
.overlay a.close {
	background: url("../images/ico-close.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 16px;
	float: right;
}
.overlay a {
	color: #cecece;
}
.overlay a:hover {
	color: white;
}
#content {
	margin: 10px 0 20px 0;
	float: left;
	width: 100%;
	min-height: 200px;
}
#content > div {
	margin-top: 20px;
	float: left;
	width: 100%;
}
#content > div#noticias {
	width: 715px;
}
#content > div#destaques {
	width: 715px;
}
div#banners {
	float: right;
	width: 245px;
}
div#banners ul {
	list-style-type: none;
}
#content h3 {
	text-transform: uppercase;
	float: left;
	color: #20639c;
}
#content p {
	text-align: justify;
}
#content ul > li > ul {
	padding-left: 15px;
	list-style-type: square;
}
.minimize {
	background: url("../images/bt-minimize.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 17px;
	width: 17px;
	float: right;
}
.minimize.down {
	background: url("../images/bt-minimize.png") no-repeat scroll 0 -17px transparent;
}
#content > div > div {
	float: left;
	width: 100%;
}
#cp {
	background: url("../images/bg-tabs.jpg") no-repeat scroll right top transparent;
	width: 590px;
	display: block;
	float: left;
	height: 249px;
}
#cp > ul {
	float: left;
	width: 240px;
	list-style: none;
}
#cp > div {
	float: left;
}
#cp input {
	padding: 4px;
	margin-top: 8px;
	font-size: 12px;
	border: 1px solid silver;
	border-radius: 4px;
}
#cp input[type='text'] {
	width: 150px;
}
#cp input[type='reset'], #cp input[type='button'], #cp input[type='submit'] {
	background: url("../images/state_default_bg.png") repeat-x scroll 0 0 #D4D4D4;
	border: 1px solid;
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	border-radius: 4px;
	font: 9pt tahoma;
	font-weight: bold;
	color: #34404f;
	text-shadow: 1px 1px white;
}
#cp .ui-tabs-nav li.grupo {
	color: black;
	font-size: 85%;
}
#servicos {
	float: right;
	height: 249px;
	width: 353px;
}
#servicos ul, #contatos ul {
	border: 0;
	background: none;
}
#servicos .ui-tabs-panel {
	height: 175px;
	background-color: #b3cce0;
}
#footer {
	float: left;
	padding-top: 6px;
	width: 100%;
}
#footer > div {
	float: left;
	padding-right: 0px;
	width: 175px;
}
#footer div span {
	font: 12px Tahoma;
}
div #topcontatos {
	float: right;
	width: auto;
}
#topcontatos ul li {
	display: inline;
	list-style: none outside none;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: inherit;
	text-decoration: none;
	padding: 2px 0px 2px 25px;
	margin-right: 10px;
}
#servicosinternos {
	background-image: url("../images/ico-padlock_closed.png");
}
#faleconosco {
	background-image: url("../images/ico-mail.png");
}
#facebook {
	background-image: url("../images/ico-facebook.png");
}
#instagram {
	background-image: url("../images/ico-instagram.png");
}
div#contatos {
	width: 772px;
	float: right;
	border: 0;
}
div#contatos > div div div{
	float: right;
}
.enderecos {
	display: inline;
}
.telefones {
	float: right;
	clear: both;
}
div#contatos ul {
	background: none;
	padding: 0;
}
div#contatos .ui-tabs-panel {
	background-color: #b3cce0;
	padding: 4px;
	height: 5em;
	margin: 0;
	border-top-right-radius: 4px;
}

/* Vertical Tabs
----------------------------------*/
.ui-tabs .ui-tabs-nav li a {
	padding: 2px;
}
#cp .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 15em;
	height: 215px;
	background: white;
	border: none
}
#cp .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border: 0;
}
#cp .ui-tabs-nav li a,
#servicos .ui-tabs-nav li a,
#contatos .ui-tabs-nav li a {
	display: block;
	color: black;
	font: 8pt tahoma;
}
#contatos .ui-tabs-nav li a {
	font-size: 9pt;
}
#cp .ui-tabs-nav li.ui-tabs-selected a,
#servicos .ui-tabs-nav li.ui-tabs-selected a,
#contatos .ui-tabs-nav li.ui-tabs-selected a {
	font-weight: bold;
}
#cp .ui-tabs-nav li.ui-tabs-selected,
#servicos .ui-tabs-nav li.ui-tabs-selected,
#contatos .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	border-right-width: 1px;
	background: #b3cce0;
}
#cp .ui-tabs-panel {
	padding: 0 10px 10px 10px;
	float: left;
	background: #b3cce0;
}
.ui-tabs-hide {
	display: none;
}

/* Notícias */
#noticias ul, #destaques ul {
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
	clear: both;
	font-family: Arial;
}
#noticias ul li {
	float: left;
	width: 48%;
	height: 70px;
	padding-right: 10px;
	margin: 10px 0;
}
#destaques ul li {
	font: 13px tahoma;
	margin: 10px 0;
}
#noticias ul li a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
#noticias ul li a:hover, #destaques ul li a:hover {
	font-weight: bold;
	border-bottom: 1px dotted #909090;
}
.noticia {
	margin-bottom: 10px;
}
.noticia li.icon {
	background-repeat: no-repeat;
	padding-left: 20px;
}
.noticia li.icon-pdf {
	background-image: url(/images/ico-pdf.gif);
}
.noticia h4, .noticia p {
	height: auto;
	margin-bottom: 20px;
}
div.data {
	padding: 0 0 0 15px;
	background-image: url(/images/ico-clock-small.png);
	background-repeat: no-repeat;
	font: 8pt tahoma;
	color: #909090;
}
ul.noticia.imagens {
	width: 170px;
	float: right;
	margin: 0 0 20px 20px;
	color: #909090;
	font-size: 10px;
	list-style-type: none;
}
#destaques .data {
	display: none;
}
#newsRotator {
	height: 250px;
	float: left;
	position: relative;
}
#newsRotator p.destaqueTitulo {
	color: white;
	position: relative;
	top: 5px;
	left: 5px;
	width: 230px;
	height: 100px;
	line-height: 22px;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 14pt;
	text-align: left;
	padding: 5px;
	overflow: hidden;
}
#newsRotator p.destaqueTitulo a {
	color: white;
}
#newsRotator p.destaqueTexto {
	color: white;
	overflow: hidden;
	padding: 10px;
	font-family: tahoma;
	text-align: left;
}
#newsRotator p.destaqueTexto a {
	color: white;
}
.window {
	height: 250px;
	width: 680px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
#fundoEscuro {
	position: relative;
	top: -250px;
	left: 0px;
	background: black;
	height: 250px;
	width: 250px;
	filter:alpha(opacity=80); /* para o IE */
    -moz-opacity:0.8; /* para o FireFox */
    opacity:0.8; /* para o outros Navegadores */
}
/*--Paging Styles--*/
.paging {
	position: relative;
	top: -280px;
	left: 10px;
	width: 178px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	/* background: url(paging_bg2.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-indent: -999999px;
	display: block;
	float: left;
	height: 9px;
	width: 9px;
	margin: 3px;
	overflow: hidden;
	background: #474A4B;
	border-radius: 9px;
	cursor: pointer;
}
.paging a.active {
	text-indent: -999999px;
	display: block;
	float: left;
	height: 9px;
	width: 9px;
	margin: 3px;
	overflow: hidden;
	background: white;
	border-radius: 9px;
}
.paginador {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	float: right;
	clear: both;
}
.paginador li {
	float: left;
	height: 20px;
	width: 20px;
	margin: 1px;
	padding: 2px;
}
.paginador li a {
	text-indent: 0;
	margin: 2px;
	vertical-align: middle;
	text-align: center;
}
.paginador li a.page-num {
	background-image: none;
	color: orange;
}
.paginador li a.atual {
	color: gray;
}
.artigo p {
	text-align: justify;
	text-indent: 30px;
	margin-bottom: 10px;
}
.artigo ul {
	margin-left: 60px;
	margin-bottom: 10px;
}


/** Início do plugin imageZoom **/
div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div.jquery-image-zoom a.botaoFechar {
	background: url(/images/jquery.imageZoom.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -17px;
	top: -17px;
	/* IE-users are prolly used to close-link in right-hand corner */
	*left: auto;
	*right: -17px;
	text-decoration: none;
	text-indent: -100000px;
	outline: 0;
	z-index: 11;
}
div.jquery-image-zoom a.botaoFechar:hover {
	background-position: left -25px;
}
div.jquery-image-zoom a.botaoFullSize {
	background: url(/css/images/fullsize.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 675px;
	top: -18px;
	/* IE-users are prolly used to close-link in right-hand corner */
	*left: auto;
	*right: -17px;
	text-decoration: none;
	text-indent: -100000px;
	outline: 0;
	z-index: 11;
}
div.jquery-image-zoom img,
div.jquery-image-zoom embed,
div.jquery-image-zoom object,
div.jquery-image-zoom div {
	width: 100%;
	height: 100%;
	margin: 0;
}
/** Fim do plugin imageZoom **/


table.lista {
	width: 70%;
	background-color: black;
	margin: auto;
	margin-bottom: 20px;
}
table.lista caption {
	font: bold 12pt Arial;
	color: #521;
}
table.lista thead tr {
	background-color: #b3cce0;
}
table.lista tr {
	background-color: white;
}
 table.lista td {
	padding: 1px;
	text-align: center;
}
table.lista ul {
	list-style-type: none;
}
.quadro {
	background-color: #FDFCF8;
	border: 1px solid #E2CE99;
}
.quadro-conteudo {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.quadro-conteudo li {
	margin-bottom: 10px;
}
.titulo {
	background-color: #E9DEAE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	padding: 1px;
	text-align: center;
}
#wrapper li.ui-state-hover {
	background: #aaddff;
}
#contatos li.ui-state-active, #servicos li.ui-state-active, #contatos li.ui-state-hover, #servicos li.ui-state-hover {
	border: 1px solid #34404f;
}
#banners li {
	margin-bottom: 6px;
}
#content #contador_atos_judiciais {
	background-color: black;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	padding: 6px 0;
	text-transform: uppercase;
	width: 100%;
}

#contador_atos_judiciais header,
#contador_atos_judiciais footer {
	font-size: 16px;
	text-align: center;
}

#contador_atos_judiciais p {
	font-size: 10px;
	padding-right: 6px;
	text-align: right;
}

#contador_atos_judiciais footer > div {
	float: left;
	width: 25%;
}

.box-policy {
	position: fixed;
	background: #000B;
	width: 100%;
	z-index: 998;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.msg-policy {
	display: block;
	text-align: center;
	padding-top: 0.5rem;
	color: #fff;
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

.msg-policy a {
	color: #008AFF;
}

.btn-policy {
	cursor: pointer;
	background-color: #5776B0A0;
	color: #FFF;
	border: 0;
	border-radius: 1rem;
	margin: 0.8rem;
	font-size: 0.8rem;
}

.btn-policy:hover {
	background-color: #5776B0;
}
				
.box-policy.hide {
	display: none !important;
}