@charset "iso-8859-1";

/*
CSS Componentes
Estilos de botões, inputs, forms, tables, icones e outros componentes do layout
*/

/*
**********************************
CKEditor
*/

.cke {
	float: left;
} 

.cke_bottom {
	display: none !important;
}


/*
**********************************
Tooltip
*/

.ui-tooltip {
	background: #FFF !important;
	border: 1px solid #0266a2 !important;
	color: #494949 !important;
	font-family: tahoma !important;
	font-size: 1em !important;
	
	border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
	
	-moz-box-shadow: 1px 1px 1px #333 !important;
	-webkit-box-shadow: 1px 1px 1px #333 !important;
	box-shadow: 1px 1px 1px #333 !important;
}
  
  
/*
**********************************
Loading
*/

.loading {
	background: #F5E893;
	border: 1px solid #D6972B;
	color: #000;
	height: auto;
	left: 50%;
	margin-left: -5%;
	padding: 1em 1em 1em 1em;
	position: fixed;
	text-align:center;
	top: 1em;
	width: 10%;
	z-index: 1000000;
	
	opacity: 0.95;
   -moz-opacity: 0.95;
   -khtml-opacity: 0.95;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
   filter: alpha(opacity=95);
   
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
	
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

.loading:after {
	content: " Processando... ";
}

.loading-wheel {
	background: url("../img/loading.gif") no-repeat;
	display: block;
	height: 24px;
	margin:35px auto 0 auto;
	width: 24px;
}

.loading-site {
	background: url("../img/loading.gif") no-repeat #FFF 50%;
	/*display: none;*/
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}

/*
**********************************
Ícones Glypho
*/

.ico-tbl {
	color: #88888E;
	font-size: 1.5em;
}

.ico-topo {
	color: #99999F;
	display: none;
	font-size: 2em;
	margin: 0 0 0 0.5em;
}

.ico-topo:hover, .ico-tbl:hover {
	color:#000;
}

.ico-excluir {
	color: #C00 !important;
}


/*
**********************************
Botões
*/

.btn {
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	padding: 0.73em 2.15em 0.73em 2.15em;
}

.btn-maior {
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	padding: 1em 2.5em 1em 2.5em;
}

html.ie .btn-maior {
	padding: 1em 2.4em 1em 2.4em;
}

html.opera .btn-maior {
	padding: 1em 2.57em 1em 2.57em;
}

html.mobile .btn-maior {
	text-align:center;
	white-space:nowrap;
	width:282px;
}

.btn.verde {
	background-color: #70c054;
	color: #FFF;
}

.btn.verde:hover {
	background-color: #78e455;
}

.btn.azul, .btn-maior.azul {
	background-color:#0266a2;
}

.btn.verde-claro {
	background-color:#6fc055;
}

.btn-maior.azul.verde {
	color:#FFF;
	background-color:#00a090;
}

.btn.azul:hover, .btn-maior.azul:hover, .btn-maior.azul.verde:hover {
	color:#FFF;
	background-color:#1d9ee9;
}

.btn.verde-claro:hover {
	color:#FFF;
	background-color:#78e455;
}

.btn.verde-claro.marc {
	color:#FFF;
	background-color:#b3b3b3;
}

.btn-p {
	color: #FFF;
	display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0;
    padding: 0em 0.25em 0em 0.25em;
    text-align: center;
	text-transform: uppercase;
	
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-m {
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
    padding: 0.25em 1.0em 0.35em 1.0em;
    text-align: center;
	text-transform: uppercase;
	
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-g {
	color: #FFF;
	display: inline-block;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
    padding: 0.45em 1.25em 0.5em 1.25em;
    text-align: center;
	text-transform:uppercase;
	
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-p:hover, .btn-m:hover, .btn-g:hover {
	color: #FFF;
	opacity: 0.90;
   -moz-opacity: 0.90;
   -khtml-opacity: 0.90;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
   filter: alpha(opacity=90);
}

.btn-fwd:after {
	/*
	font-family: FontAwesome;
	font-size: 1em;
	content: " \F138"
	*/	
}

.btn-act:after {
	/*
	font-family: FontAwesome;
	font-size: 1.25em;
	content: " \F107"	
	*/
}

.btn-cls:after {
	/*
	font-family: FontAwesome;
	font-size: 1.25em;
	content: " \f00d"
	*/	
}

.btn-upl:before {
	/*
	font-family: FontAwesome;
	font-size: 1.25em;
	content: "\f093 "
	*/
}

.btn-verde {
	background-color: #76B344;
    background: -webkit-gradient(linear, left top, left bottom, from(#76B344), to(#5E9134));
    background: -webkit-linear-gradient(top, #76B344, #5E9134);
    background: -moz-linear-gradient(top, #76B344, #5E9134);
    /*background: -ms-linear-gradient(top, #76B344, #5E9134);*/
    background: -o-linear-gradient(top, #76B344, #5E9134);
    background: linear-gradient(top, #76B344, #5E9134);
	
    border: 1px solid #5A9123;
    border-bottom: 1px solid #639937;
    
	box-shadow: inset 0 1px 0 0 #8CB865;
    -webkit-box-shadow: 0 1px 0 0 #8CB865 inset ;
    -moz-box-shadow: 0 1px 0 0 #8CB865 inset;
    -ms-box-shadow: 0 1px 0 0 #8CB865 inset;
    -o-box-shadow: 0 1px 0 0 #8CB865 inset;
	
    text-shadow: 0 1px 0 #3F691D;
}

.btn-laranja {
	background-color: #FF7000;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF7000), to(#CF5C02));
    background: -webkit-linear-gradient(top, #FF7000, #CF5C02);
    background: -moz-linear-gradient(top, #FF7000, #CF5C02);
    /*background: -ms-linear-gradient(top, #FF7000, #CF5C02);*/
    background: -o-linear-gradient(top, #FF7000, #CF5C02);
    background: linear-gradient(top, #FF7000, #CF5C02);
	
    border: 1px solid #BF5402;
    border-bottom: 1px solid #C95902;
    
	box-shadow: inset 0 1px 0 0 #FF8729;
    -webkit-box-shadow: 0 1px 0 0 #FF8729 inset ;
    -moz-box-shadow: 0 1px 0 0 #FF8729 inset;
    -ms-box-shadow: 0 1px 0 0 #FF8729 inset;
    -o-box-shadow: 0 1px 0 0 #FF8729 inset;
	
    text-shadow: 0 1px 0 #8D3E01;
}


.btn-vermelho {
	background-color: #B03030;
    background: -webkit-gradient(linear, left top, left bottom, from(#B03030), to(#8F1E1E));
    background: -webkit-linear-gradient(top, #B03030, #8F1E1E);
    background: -moz-linear-gradient(top, #B03030, #8F1E1E);
    /*background: -ms-linear-gradient(top, #B03030, #8F1E1E); Retirado IE11*/
    background: -o-linear-gradient(top, #B03030, #8F1E1E);
    background: linear-gradient(top, #B03030, #8F1E1E);
	
    border: 1px solid #8F1111;
    border-bottom: 1px solid #992C2C;
    
	box-shadow: inset 0 1px 0 0 #BF5656;
    -webkit-box-shadow: 0 1px 0 0 #BF5656 inset ;
    -moz-box-shadow: 0 1px 0 0 #BF5656 inset;
    -ms-box-shadow: 0 1px 0 0 #BF5656 inset;
    -o-box-shadow: 0 1px 0 0 #BF5656 inset;
	
    text-shadow: 0 1px 0 #661616;
}

.btn-azul {
	background-color: #4A6170;
    background: -webkit-gradient(linear, left top, left bottom, from(#4A6170), to(#263540));
    background: -webkit-linear-gradient(top, #4A6170, #263540);
    background: -moz-linear-gradient(top, #4A6170, #263540);
    /*background: -ms-linear-gradient(top, #4A6170, #263540);*/
    background: -o-linear-gradient(top, #4A6170, #263540);
    background: linear-gradient(top, #4A6170, #263540);
	
    border: 1px solid #263540;
    border-bottom: 1px solid #334652;
    
	box-shadow: inset 0 1px 0 0 #5E7787;
    -webkit-box-shadow: 0 1px 0 0 #5E7787 inset ;
    -moz-box-shadow: 0 1px 0 0 #5E7787 inset;
    -ms-box-shadow: 0 1px 0 0 #5E7787 inset;
    -o-box-shadow: 0 1px 0 0 #5E7787 inset;
	
    text-shadow: 0 1px 0 #161F26;
}

.btn-preto {
	background-color: #222A2E;
    background: -webkit-gradient(linear, left top, left bottom, from(#222A2E), to(#000000));
    background: -webkit-linear-gradient(top, #222A2E, #000000);
    background: -moz-linear-gradient(top, #222A2E, #000000);
    /*background: -ms-linear-gradient(top, #222A2E, #000000);*/
    background: -o-linear-gradient(top, #222A2E, #000000);
    background: linear-gradient(top, #222A2E, #000000);
	
    border: 1px solid #000000;
    border-bottom: 1px solid #0D1114;
    
	box-shadow: inset 0 1px 0 0 #343738;
    -webkit-box-shadow: 0 1px 0 0 #343738 inset ;
    -moz-box-shadow: 0 1px 0 0 #343738 inset;
    -ms-box-shadow: 0 1px 0 0 #343738 inset;
    -o-box-shadow: 0 1px 0 0 #343738 inset;
	
    text-shadow: 0 1px 0 #1B2124;
}

.btn-cinza {
	background-color: #B6B6BC;
    background: -webkit-gradient(linear, left top, left bottom, from(#B6B6BC), to(#939399));
    background: -webkit-linear-gradient(top, #B6B6BC, #939399);
    background: -moz-linear-gradient(top, #B6B6BC, #939399);
    /*background: -ms-linear-gradient(top, #B6B6BC, #939399);*/
    background: -o-linear-gradient(top, #B6B6BC, #939399);
    background: linear-gradient(top, #B6B6BC, #939399);
	
    border: 1px solid #999999;
    border-bottom: 1px solid #AAAAAA;
    
	box-shadow: inset 0 1px 0 0 #CCCCCC;
    -webkit-box-shadow: 0 1px 0 0 #CCCCCC inset ;
    -moz-box-shadow: 0 1px 0 0 #CCCCCC inset;
    -ms-box-shadow: 0 1px 0 0 #CCCCCC inset;
    -o-box-shadow: 0 1px 0 0 #CCCCCC inset;
	
    text-shadow: 0 1px 0 #AAAAAA;
}


/*
**********************************
Formulários
*/

.frm-set {
	/*background: #F3F3F9;
	border: 1px solid #C7CFD4;*/
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}

.frm-set-btn {
	background: #F3F3F9;
	border: 1px solid #C7CFD4;
	margin: 0 0 0 0;
	padding: 0.5em;
	text-align: center;
}

.frm-leg {
	background: #C7CFD4;
	border: 1px solid #C7CFD4;
	color: #000;
	margin: 0 0 0.75em 0;
	padding: 0.25em 1em 0.5em 1em;
}

.frm-lin {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

.frm-lin:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;	
}

.frm-lbl, .frm-lbl-v {
	color: #666;
	display: block;
	float: left; 
	margin-right: 0.5%;
	padding: 0.5em;
	width: 10.8%;
	text-align: right;
}

.frm-lbl-m {
	width: 12.8%;
}

.frm-lbl.grande, .frm-lbl-v-g.grande {
	width: 20%;
}

.frm-lbl:after {
	/*content: ":"*/
}

.frm-lbl.empty:after {
	content: ""
}

.frm-dado, .frm-info {
	color: #000;
	display: inline-block;
	padding: 0.35em 0.4em 0.35em 0em;
	margin: 0;	
}

.frm-txt, .frm-txt-area, .frm-slc, .frm-txt-lista, .frm-slc-pgn, .frm-overflow, .frm-recaptcha {
	background:url(../img/bg-camos-frm.png) left top no-repeat;
	border: 1px solid #0266a2;
	color: #000000;
	margin: 0;
	padding: 0.65em;
	
	/*border-radius: 2px;  
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;*/
}

.frm-slc {
	padding: 0.58em;
}

html.opera .frm-slc {
	padding: 0.7em;
}

html.safari .frm-slc {
	line-height:2.25em;
}

.frm-txt:focus, .frm-txt-area:focus, .frm-slc:focus, .frm-txt-lista:focus, .frm-slc-pgn:focus, .frm-overflow:focus, .frm-recaptcha:focus, #recaptcha_response_field:focus {
	border: 1px solid #6fc055 !important;
}

.frm-txt-lista, .frm-slc-pgn {
	padding: 0.25em;
	width: 100%
}

.frm-slc-pgn {
	padding: 0.25em;
	width: auto;
}

.safari .frm-slc, .safari .frm-slc-pgn {
	line-height: 1.75em;
}

.frm-rdo, .frm-chk, .frm-chk-lista {
	margin: 0;
	padding: 0;
}

.frm-overflow {
	display: block;
	float: left;
	height: 3em;
	overflow: auto;
}

.frm-recaptcha {
	background: none;
	border: 0px solid #0266a2;
	display: block;
	float: left;
	padding: 0em;
}

.frm-captcha-v2-cadastro{
	margin-left: 96px;
}

#recaptcha_area {
	border: 0px solid #0266a2 !important;
}

.frm-recaptcha p {
	margin:0;
	padding: 0;
}

.frm-size-ppp {
	max-width: 6.95%;
	width:6.95%;	
}

.frm-size-pp {
	max-width: 11%;
	width:11%;	
}

.frm-size-pp2 {
	max-width: 12.6%;
	width:12.6%;	
}

.frm-size-p {
	max-width: 22.25%;
	width:22.25%;	
}

.frm-size-m {
	max-width: 37%;
	width:37%;	
}

.frm-size-g {
	max-width: 51.5%;
	width:51.5%;	
}

.frm-size-gm {
	max-width: 60%;
	width:60%;	
}

.frm-size-gg {
	max-width: 83%;
	width:83%;	
}

.frm-size-ggg {
	max-width: 100%;
	width:100%;	
}

.frm-size-hei-pp {
	height: 3.5em;
	max-height: 3.5em;
}

.frm-size-hei-p {
	height: 5em;
	max-height: 5em;
}

.frm-size-hei-m {
	height: 12em;
	max-height: 12em;
}

.frm-size-hei-g {
	height: 20em;
	max-height: 20em;
}

.frm-size-hei-gg {
	height: 30em;
	max-height: 30em;
}

::-webkit-input-placeholder, :-moz-placeholder, :-ms-input-placeholder, .placeholder  {
	color: #737373;
}

:required {
	/*border: 1px solid #900;*/
}

:required:invalid {
	outline: none;
}

:required:valid {
	/*border: 1px solid #6fc055;*/
}

:-moz-ui-invalid, :invalid, :-moz-submit-invalid {
    box-shadow: none;
}


/*
Formulários - Subformulários (forms pequenos suspensos)
*/

.frm-peq {
	margin-top: 0.25em !important;
	min-width: 35% !important;
	width: 35% !important;
}

.frm-peq .frm-set {
	margin: 0 0 0 0;
	padding: 0.25em 0 1em 0;
	min-width: 100% !important;
	width: 100% !important;
}

.frm-peq .frm-set-btn {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 31%;
	text-align: left;
}

.frm-peq .frm-lbl {
	padding: 0.25em;
	margin-right: 1%;
	width: 30%;
}

.frm-peq .frm-txt, .frm-peq .frm-txt-area {
	padding: 0.25em !important;
}

.frm-peq .frm-slc {
	padding: 0.15em !important;
}

.safari .frm-peq .frm-slc {
	line-height: 1.25em;
}

.frm-peq .frm-size-p {
	max-width: 16.1%;
	width:16.1%;	
}

.frm-peq .frm-size-m {
	max-width: 33.1%;
	width:33.1%;
}

.frm-peq .frm-size-g {
	max-width: 67%;
	width:67%;	
}


/*
Formulários - Subformulários de busca (forms pequenos suspensos para busca)
*/

.frm-busca .frm-set {
	background: #FCF7C4;
	border: 1px solid #C7CFD4;
}

.frm-peq .frm-set-btn {
	background: #FCF7C4;
}


/*
**********************************
Overlay - Mensagem de erro.
*/

.ovr-erro {
	display: none;
}

.ovr-erro-fundo {
	background: url(../img/overlay-erro-fundo.png);
	position: fixed;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 999998;
}

.ovr-erro-msg {
	background: #FFF;
	border: 1px solid #CCC;
	height: auto;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
	padding: 2em 2.5em 3em 2.5em;
	position: fixed;
	top: 20%;
	width: 500px;
	z-index: 999999;
   
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}

.ovr-erro-msg p {
	font-size: 1.25em;
}
	
.ovr-erro-msg .at {
	color: #900;
	font-size: 1.50em;
	margin-bottom: 0.5em !important;
}

.ovr-erro-ok {
	background: #F5E893;
	border: 1px solid #D6972B;
	color: #000;
	display: none;
	height: auto;
	left: 50%;
	margin-left: -150px;
	padding: 1em 1em 1em 1em;
	position: fixed;
	text-align:center;
	top: 5em;
	width: 300px;
	z-index: 1000000;
	
	opacity: 0.95;
   -moz-opacity: 0.95;
   -khtml-opacity: 0.95;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
   filter: alpha(opacity=95);
   
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
	
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

.ovr-erro-ok p {
	margin: 0;	
}

/* iPhone 5 ou menor */
@media screen and (max-width: 568px) {
	.ovr-erro-msg {
		margin-left: -140px;
		width: 280px;
	}

	.ovr-erro-msg-ok {
		margin-left: -140px;
		width: 280px;
	}
}

/*
**********************************
Tabelas
*/

.tbl-lista {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin-bottom:1.5em;
	font-size:1em;
	width: 100%;
}

.tbl-lista.branca {
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	margin-bottom:0.2em;
	font-size:1em;
	width: 100%;
}

.tbl-lista.tbl-titulo {
	border-top: none;
	border-right: none;
	margin-bottom:0.2em;
	font-size:1em;
	width: 100%;
}

.tbl-lista.tbl-titulo td {
	color:#FFF;
	padding:0 0em 0 0.4em !important;
	text-align:center;
}

.tbl-lista.tbl-titulo td.first {
	padding:0 0em 0 0 !important;
}

.tbl-lista.tbl-titulo td.last {
	padding:0 0 0 0.4em !important;
}

.tbl-lista.tbl-titulo td div.bloco-tbl-cinza {
	background:#b3b3b3; 
	line-height:1.6em;
	padding:2.85em 0;
	width:100%; 
}

.tbl-lista.tbl-titulo td div.bloco-tbl-verde {
	background:#6fc055; 
	line-height:1.6em;
	padding:1.28em 0;
	width:100%; 
}

.tbl-lista.tbl-titulo td div.bloco-tbl-verde.over-verde:hover {
	background:#a2e58c;
}

.tbl-lista.tbl-titulo strong {
	font-size:1.2em !important;
}

.tbl-lista caption {
	padding: 0em 0 0.25em 0;
	text-align: left;
}

.tbl-lista th {
	background: #00a090;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	color:#FFF;
	font-weight: normal;
	padding: 0 !important;
	text-align: center;
}

.tbl-lista.branca th, .tbl-lista.tbl-titulo td {
	width:21%;
}

.tbl-lista.branca th.first, .tbl-lista.branca td.first, .tbl-lista.tbl-titulo td.first, .tbl-lista.tbl-titulo td.first {
	width:37%;
}

.tbl-lista th.sub {
	background: #DFE5E8;
}

.tbl-lista th.ord-off {
	color: #000;
}

.tbl-lista td {
	background:#e4efee;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 0.5em 1em;
}

.tbl-lista.tbl-titulo td {
	background:none;
	border-left: none;
	border-bottom: none;
	padding: 1em 1em;
}

.tbl-lista.branca td {
	background:#FFF;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 1em 1em;
}

.tbl-lista.branca td i {
	font-size:2em;
}

.tbl-lista.branca td i.verde {
	color:#6fc055;
}

.tbl-lista.branca td i.cinza {
	color:#d6d6d6;
}


.tbl-lista.branca td:first-child {
	background:#FFF;
	border-left: 1px solid #b3b3b3 !important;
	border-bottom: 1px solid #d5d5d5;
	padding: 0.5em 1em;
}

.tbl-lista.branca tr:last-child td {
	background:#FFF;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.5em 1em;
}

.tbl-lista td span {
	color: #999;
}

.tbl-lista .reg {
	background: #FFF;
}

.tbl-lista .reg-checked {
	background: #F3F3F9;
}

.tbl-lista .reg:hover, .tbl-lista .reg-checked:hover {
	background: #F3F3F9;
	cursor: pointer;
}

.tbl-lista .pgn {
	background-color: #E6EAED;
}

.tbl-lista .ord-on {
	background-color: #A5B4BD;
	border: 2px solid #A5B4BD;
	color: #000000;
}

.tbl-lista .ord-on:hover, .tbl-lista .ord-off:hover {
	background-color: #A5B4BD;
	border: 2px solid #A5B4BD;
	color: #a70e13;
	cursor: pointer;
}


/*
**********************************
Paginacao
*/

.paginacao .lnk-pgn, .paginacao .lnk-pgn-ativa, .paginacao .pgn-off {
	font-weight: normal;
	padding: 0 2px;
	
}

.paginacao .pgn-off {
	color: #AAAAAA;
}

.paginacao .lnk-pgn-ativa {
	color: #a70e13;
}