/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v1.0 - Brasília, 26 de Fevereiro de 2010
	* @author Thiago Borges
	* @category CSS
	* @package Logic BSB
*/

/* ============================================================= */
/* ========================== Body ============================= */
/* ============================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body {
	font-family: Arial, Verdana, sans-serif;  color: #3b3b3b;	
	background-image: url(/html/imagens/site/bg.gif); background-attachment:fixed;
	background-color:#eeeeee;
	width:100%; height:100%;
	margin: 0; padding: 0; border: 0; outline: 0; font-size:12px;
}

html{
	height:100%; width:100%;
}

form{
	margin:0; padding:0;
}
	
A {
	font-family: Arial, Helvetica, sans-serif; color: #a70000; text-decoration: none;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
}

img {
	border:0; padding:0; margin:0;
}

p {
	padding-bottom:10px; margin:0;
}

/* tables still need 'cellspacing="0"' in the markup */
.clear { clear: both;}
br.clear { margin: 0px; padding: 0px;}



/* =========================================================================== */
/* ===================== Logo, Acessibilidade e Busca ======================== */
/* =========================================================================== */

#divisaoTopo{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:0; padding:0;
}

#divisaoTopo .dtEsquerda{
	float:left;
	width:30%;
}
#divisaoTopo .dtDireita{
	float:right;
	width:69%;	
}



/* ============================================================= */
/* ===================== Acessibilidade ======================== */
/* ============================================================= */

.bgac{
	background-image: url(/html/imagens/site/bg_ac.png);
	background-position:top center; background-repeat:no-repeat;
	height:40px; width:582px;
	position:fixed; bottom:0; z-index:99;
	left:50%;
	margin-left:-291px;
	color:#FFFFFF; text-shadow:1px 1px #406400; font-weight:bold;
}

.bcont{
	background-image: url(/html/imagens/site/bcont.gif);
	background-position:top left; background-repeat:no-repeat;
	height:18px; width:20px;
}

.bcont2{
	background-image: url(/html/imagens/site/bcont2.gif);
	background-position:top left; background-repeat:no-repeat;
	height:18px; width:20px;
}

.bmenos{
	background-image: url(/html/imagens/site/amenos.gif);
	background-position:top left; background-repeat:no-repeat;
	height:25px; width:25px;
}

.bmais{
	background-image: url(/html/imagens/site/amais.gif);
	background-position:top left; background-repeat:no-repeat;
	height:25px; width:25px;
}

.contraste{
	color:#ffffff; font-weight:bold; text-shadow:none;
	height:18px; line-height:18px;
}

.contraste a{
	color:#ffffff; text-shadow:1px 1px #ffffff; font-weight:bold;
	height:18px; line-height:18px; text-shadow:none;
}



/* =============================================================== */
/* ===================== Barra do Governo ======================== */
/* =============================================================== */

.bgBarraAmarelaGoverno{
	background-image: url(/html/imagens/site/bg_barra_governo2.gif);
	background-repeat: no-repeat; background-position:bottom center;
	background-color:#085e09;
	width:100%; height:28px;
}

.barraGoverno{
	background-image: url(/html/imagens/site/barra_governo.gif);
	background-repeat: no-repeat; background-position:bottom right;
	width:980px; height:28px;
}

.logo{
	background-image: url(/html/imagens/site/logo.gif); background-repeat: no-repeat; background-position:top left;
	width:387px; height:86px; margin-top:5px; margin-bottom:23px;
}

.logo2{
	background-image: url(/html/skin/pl_fase/imagens/logo.gif); background-repeat: no-repeat; background-position:top left;
	width:387px; height:86px; margin-top:5px;
}

.linha{
	background-image: url(/html/imagens/site/bg_linha_topo.gif);
	background-repeat: no-repeat; background-position:top center;
}

.bgTopo{
	background: url(/html/imagens/site/bg_topo.png) no-repeat top left;
	width:982px;
}

.bgPortal{
	background: url(/html/imagens/site/bg_cont.png) repeat-y top left;
	width:982px;
	position:relative; margin:0; padding:0;
}

.imgBottomPortal{
	background: url(/html/imagens/site/cont_bottom.png) no-repeat top left;
	width:982px; height:17px;
}

.imgTopPortal{
	background: url(/html/imagens/site/cont_top.png) no-repeat bottom left;
	width:982px; height:15px;
}



/* ==================================================== */
/* ===================== Busca ======================== */
/* ==================================================== */

/* Campo Formul‡ro Input busca */

.inputBusca {
	background-image: url(/html/imagens/site/busca.gif);
	background-repeat: no-repeat; background-position:top left;
	background-color:transparent; border:none;
	width:260px; height:33px; line-height:33px;
	padding-left:10px; padding-right:10px;
	font-family: Arial, sans-serif; font-size: 14px; color: #363636; text-decoration: none;
}

.bBusca {
	background-image: url(/html/imagens/site/b_busca.gif);
	background-repeat: no-repeat; background-position:top left;
	width:31px; height:33px; margin:0; padding:0;
}



/* ======================================================================= */
/* ===================== Formatação do Formulário ======================== */
/* ======================================================================= */

/* Campo Formuláro Input */

.input {
	border-bottom:2px #fafafa solid;
	border-right:2px #fafafa solid;
	border-top:2px #bcc3cb solid;
	border-left:2px #bcc3cb solid;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 	
	border-radius: 7px; 
	
	background-color: #ffffff;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #44596e;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #e9e9ea; -webkit-box-shadow:inset 0 0 15px #e9e9ea; box-shadow:inset 0 0 15px #e9e9ea;
}

.input:hover {
	border-bottom:2px #e9eef1 solid;
	border-right:2px #e9eef1 solid;
	border-top:2px #98a8b5 solid;
	border-left:2px #98a8b5 solid;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 	
	border-radius: 7px; 
	
	background-color: #eaf1f4;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #44596e;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #b4c3ca; -webkit-box-shadow:inset 0 0 15px #b4c3ca; box-shadow:inset 0 0 15px #b4c3ca;
}

.input:focus {
	border-bottom:2px #e9eef1 solid;
	border-right:2px #e9eef1 solid;
	border-top:2px #98a8b5 solid;
	border-left:2px #98a8b5 solid;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 	
	border-radius: 7px; 
	
	background-color: #eaf1f4;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #44596e;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #b4c3ca; -webkit-box-shadow:inset 0 0 15px #b4c3ca; box-shadow:inset 0 0 15px #b4c3ca;
}

/* Divisões de DIVS para o fale conosco */

#pagContato{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:auto;
}

#pagContato .bsEsquerda{
	float:left;
	width:38%;
}
#pagContato .bsDireita{
	float:right;
	width:61%;	
}




/* =================================================== */
/* ===================== Abas ======================== */
/* =================================================== */

#abasTop{
	width:auto; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	margin:0; padding:0;
	position:relative;
	z-index:1; font-size:18px;
	float:right;
}

#abasTop .aba1Select{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:171px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba1.gif) no-repeat bottom right;
	font-weight:normal;
}

#abasTop .aba1{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:171px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba1.gif) no-repeat top right;
	font-weight:normal;
}

#abasTop .aba1:hover{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:171px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba1.gif) no-repeat bottom right;
	font-weight:normal;
}

#abasTop .aba1 a, .aba1Select a{
	height:35px; line-height:35px; display:block; padding-left:20px;
	color:#000;
}

#abasTop .aba2Select{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba2.gif) no-repeat bottom right;
	font-weight:normal;
}

#abasTop .aba2{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba2.gif) no-repeat top right;
	font-weight:normal;
}

#abasTop .aba2:hover{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba2.gif) no-repeat bottom right;
	font-weight:normal;
}

#abasTop .aba2 a, .aba2Select a{
	height:35px; line-height:35px; display:block;
	color:#000;
}

#abasTop .aba3Select{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba3.gif) no-repeat bottom right;
	font-weight:normal;
}


#abasTop .aba3{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba3.gif) no-repeat top right;
	font-weight:normal;
}

#abasTop .aba3:hover{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:143px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/aba3.gif) no-repeat bottom right;
	font-weight:normal;
}

#abasTop .aba3 a, .aba3Select a{
	height:35px; line-height:35px; display:block;
	color:#000;
}


#abas{
	width:535px; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	margin:0; padding:0;
	position:relative;
	z-index:1; font-size:12px;
}

#abas .left{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:311px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaleft1.gif) no-repeat top right;
	font-weight:bold;
}

#abas .left:hover{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:311px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaleft1.gif) no-repeat bottom right;
	font-weight:bold;
}

#abas .left a{
	height:35px; line-height:35px; display:block; padding-left:25px;
	color:#000;
}

#abas .right{
	float:right;
	position:relative;
	margin:0; padding:0;
	width:224px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaright2.gif) no-repeat top left;
	font-weight:bold;
}

#abas .right a{
	height:35px; line-height:35px; display:block;
	color:#000;
}

#abas .abaLeft{
	float:left;
	position:relative;
	margin:0; padding:0;
	width:311px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaleft2.gif) no-repeat top right;
	font-weight:bold;
}

#abas .abaLeft a{
	height:35px; line-height:35px; display:block; padding-left:25px;
	color:#000;
}

#abas .abaRight{
	float:right;
	position:relative;
	margin:0; padding:0;
	width:224px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaright1.gif) no-repeat top left;
	font-weight:bold;
}

#abas .abaRight:hover{
	float:right;
	position:relative;
	margin:0; padding:0;
	width:224px; height:48px;
	text-align:center;
	background: url(/html/imagens/site/abaright1.gif) no-repeat bottom left;
	font-weight:bold;
}

#abas .abaRight a{
	height:35px; line-height:35px; display:block;
	color:#000;
}



/* ============================================================== */
/* ===================== Menu Horizontal ======================== */
/* ============================================================== */

.bgStyle2 {
	background-image: url(/html/imagens/site/bg_mh.png); 
	_background-image: url(/html/imagens/site/bg_mh.gif); 
	*background-image: url(/html/imagens/site/bg_mh.gif); 
	background-repeat: no-repeat; background-position: top center;
	list-style: none;
}

.container3 {
	width: auto;
	padding: 0;
	margin: 0;
	position:relative;
	z-index:99;
	list-style: none;
	display:table; width:100%;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	position:relative;
	z-index:99;
	font-size:11px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	list-style: none;
	background-image: url(/html/imagens/site/bg_mh_sep_verde.gif); 
	background-repeat: repeat-y; background-position: right;
}
ul#topnav li a {
	float: left;
	list-style: none;
}
ul#topnav li:hover a.link, ul#topnav li a:hover.link {
	background-color:#a00005;
	background-image: url(/html/imagens/site/select.gif); 
	background-repeat: repeat-x; background-position: top center;
	color:#FFFFFF; text-shadow:1px 1px #540000;
}
ul#topnav a.link {
	padding-left:14px; padding-right:14px;
	height:45px; line-height:45px;
	font-weight:bold; font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; text-shadow:1px 1px #000000;
	text-decoration:none;
}

ul#topnav li:hover a.primeiro, ul#topnav li a:hover.primeiro {
	background-image: url(/html/imagens/site/select1.gif); 
	background-repeat: no-repeat; background-position: top left;
	color:#FFFFFF; text-shadow:1px 1px #540000;
}
ul#topnav a.primeiro {
	padding-left:6px; padding-right:6px;
	height:45px; line-height:45px;
	font-weight:bold; font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; text-shadow:1px 1px #000000;
	text-decoration:none;
}


ul#topnav a.linkUl {
	padding-left:14px; padding-right:14px;
	background-color:#a00005;
	background-image: url(/html/imagens/site/select.gif); 
	background-repeat: repeat-x; background-position: top center;
	height:45px; line-height:45px;
	font-weight:bold; font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; text-shadow:1px 1px #000000;
	text-decoration:none;
}

/* ===================== Drop Down ======================== */

ul#topnav li .sub {
	position: absolute;
	z-index:99;
	top: 45px; left: 0;
	background-color:#a00005;
	padding-left: 20px; padding-right:10px; padding-top:10px; padding-bottom:10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	display: none;
	text-align:left;
	list-style: none;
	background-image: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 240px;
	float: left;
	background-image: none;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	background-image: none;
}

/* ===================== Título do Drop Down ======================== */

ul#topnav .sub ul li h2 {
	margin: 0;
	font-size: 12px; line-height:18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:10px;
}

ul#topnav .sub ul li h2 a {	
	background-image: none;
	color: #e8e000;
	margin: 0;
	padding: 0;
}

/* ===================== Link do Drop Down ======================== */

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	font-weight:bold;
	background: url(/html/imagens/site/navlist_arrow.gif) no-repeat 0px 11px;
	padding-left:10px; padding-bottom:6px; padding-top:6px; padding-right:10px;
	display: block;
	text-decoration: none;
	color: #fff; text-shadow:1px 1px #540000;
}
ul#topnav .sub ul li a:hover {
	color: #e8e000; background-position: 0px 12px ; text-shadow:1px 1px #540000;
}




/* ========================================================================== */
/* ===================== Destaques da página Inicial ======================== */
/* ========================================================================== */

#featured{
	position:relative;
	height:240px; width:950px;
	z-index:1;
	margin:0; padding:0;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0px; right:0px; 
	list-style: inside;
	padding:0; margin:0;
	height:240px;
	width:470px;
	overflow:auto;
	overflow-x:hidden;
	z-index:1;
	background: url(/html/imagens/site/bg_fetured.png) no-repeat top left;
}
#featured ul.ui-tabs-nav li{ 
	float: left; display: inline;
	z-index:1;
	padding-left:80px; padding-right:10px;
	font-size:12px;
}

#featured ul.ui-tabs-nav li:hover{ 
	margin-left:-15px;
}

#featured li.ui-tabs-selected{ /*Selected tab style*/ 
	margin-left:-15px;
}
.teste1 {
	height:80px; margin:0; padding:0;
	color:#aa660e;
}

.teste1 a {
	color:#765800; margin:0; padding:0;
}
.teste1 h3 {
	color:#ffffff; font-weight:bold; font-size:14px; line-height:16px;
	text-shadow:1px 1px #dca205;
}

.teste2 {
	height:80px; margin:0; padding:0;
	color:#155100;
}

.teste2 a {
	color:#155100; margin:0; padding:0;
}

.teste2 h3 {
	color:#ffffff; font-weight:bold; font-size:14px; line-height:16px;
	text-shadow:1px 1px #629718;
}

.teste3 {
	height:80px; margin:0; padding:0;
	color:#003f57;
}

.teste3 a {
	color:#003f57; margin:0; padding:0;
}

.teste3 h3 {
	color:#ffffff; font-weight:bold; font-size:14px; line-height:16px;
	text-shadow:1px 1px #006e99;
}

#featured ul.ui-tabs-nav li img{ 
	float:left;
	cursor:pointer;
	padding:4px;
	border:0;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; cursor:pointer;
}
#featured .ui-tabs-panel{ 
	position:relative; z-index:0;
}

/* === Imagem do Destaque === */

#featured .ui-tabs-panel .img{ 
	top:0px;
	left:0px;
	position:relative;
	z-index:3;
	widows:550px; height:240px;
}

/* === Título e Texto do Destaque === */

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:15px; left:15px;
	z-index:95;
	width:460px;
	background-image: url(/html/imagens/site/preto.png);
	color:#FFFFFF; text-shadow:1px 1px #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
}

#featured .ui-tabs-panel .info .desteSb{ 
	bottom:-3px;
	right:-3px;
	position:absolute;
	z-index:96;
	width:50px; height:50px;
}

#featured .info h2{ 
	font-size:22px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	color:#FFFFFF; font-weight:normal; line-height:26px;
	margin:0;
}

#featured .info h2 a{ 
	font-size:22px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	color:#FFFFFF; font-weight:normal; text-decoration:none;
}

#featured .info p{ 
	margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#featured .leftb{
	background: url(/html/imagens/site/dest_left.png) no-repeat left bottom;
	position:absolute;
	z-index:777; bottom:0; left:0;
	width:6px; height:6px;
}

#featured .rightb{
	background: url(/html/imagens/site/dest_right.png) no-repeat right bottom;
	position:absolute;
	z-index:777; bottom:0; right:0;
	width:6px; height:6px;
}



/* ======================================================= */
/* ===================== Conteúdo ======================== */
/* ======================================================= */

.bTopLeftHome{
	background-image: url(/html/imagens/site/bhome_left_top.gif); background-repeat: no-repeat; background-position: top left;
	margin:0; padding:0; position:relative;
}

.bTopRightHome{
	background-image: url(/html/imagens/site/bhome_right_top.gif); background-repeat: no-repeat; background-position: top right;
	margin:0; padding:0;
}

.bBottomLeftHome{
	background-image: url(/html/imagens/site/bhome_left_bottom.gif); background-repeat: no-repeat; background-position: bottom left;
	margin:0; padding:0;
}

.bBottomRightHome{
	background-image: url(/html/imagens/site/bhome_right_bottom.gif); background-repeat: no-repeat; background-position: bottom right;
	margin:0; padding:0;
}

/* ======================================================================= */
/* ===================== Formatação do Calendário ======================== */
/* ======================================================================= */

.bgCal {
	margin-bottom:20px; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; background-color:#ffffff;
	border:1px #dfdfdf solid;
}

/* Campo Formuláro Input Busca de Calendário */

.inputCal {
	border:1px #e5e4e4 solid;
	
	background-color: #ffffff;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #214a21;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

.inputCal:hover {
	border:1px #ffc114 solid;
	
	background-color: #ffffff;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #e9a400;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

.inputCal:focus {
	border:1px #ffc114 solid;
	
	background-color: #ffffff;
	padding:4px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #e9a400;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

/* Botão Busca de Calendário */

.botaoCal {
	border:1px #e5e4e4 solid;
	
	background-color: #ffffff;
	padding-left:4px; padding-right:4px; padding-top:3px; padding-bottom:3px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #214a21;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

.botaoCal:hover {
	border:1px #ffc114 solid;
	
	background-color: #ffffff;
	padding-left:4px; padding-right:4px; padding-top:3px; padding-bottom:3px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #e9a400;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

.botaoCal:focus {
	border:1px #ffc114 solid;
	
	background-color: #ffffff;
	padding-left:4px; padding-right:4px; padding-top:3px; padding-bottom:3px;

	font-family: Arial,Sans-Serif; font-size: 14px; color: #e9a400;	text-decoration: none;
	-moz-box-shadow:inset 0 0 15px #f7f7f7; -webkit-box-shadow:inset 0 0 15px #f7f7f7; box-shadow:inset 0 0 15px #f7f7f7;
}

/* ============================================================= */
/* ===================== Título Interno ======================== */
/* ============================================================= */

#tituloInterno{
	position:relative;
	height:115px; width:950px;
	z-index:1;
	margin:0; padding:0;
}

#tituloInterno .leftb{
	background: url(/html/imagens/site/dest_left.png) no-repeat bottom left;
	position:absolute;
	z-index:777; bottom:0; left:0;
	width:6px; height:6px;
}

#tituloInterno .rightb{
	background: url(/html/imagens/site/dest_right.png) no-repeat right bottom;
	position:absolute;
	z-index:777; bottom:0; right:0;
	width:6px; height:6px;
}

#tituloInterno .img{ 
	top:0px;
	left:0px;
	position:relative;
	z-index:3;
	widows:450px; height:115px;
}

/* === Título e Texto do Destaque === */

#tituloInterno .info{ 
	position:absolute; 
	top:0px; right:0px;
	z-index:95;
	width:600px; height:115px;
	background: url(/html/imagens/site/bg_titinterno.png) no-repeat left top;
	text-shadow:1px 1px #bc8e01;
}

#tituloInterno .pdTit {
	padding-left:70px;
}

#tituloInterno .info h3 {
	color:#ffffff; font-weight:bold; font-size:22px; margin:0; padding:0;
}



/* ============================================================== */
/* ===================== Divisão de Dvis ======================== */
/* ============================================================== */

#divisaoInicial{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	margin:0; padding:0;
	position:relative;
}

#divisaoInicial .diEsquerda{
	float:left;
	width:72%;
	margin:0; padding:0;
	position:relative;
}

#divisaoInicial .diDireita{
	float:right;
	width:27%;
	margin:0; padding:0;
	position:relative;
}

#divisao{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:0; padding:0;
	position:relative;
}

#divisao .left{
	float:left;
	position:relative;
	margin:0; padding:0;
}

#divisao .right{
	float:right;
	position:relative;
	margin:0; padding:0;
}

.divisaoHome {
	border-right: 1px #cccccc dashed; padding-right:25px;
}

.bordaLista {
	border: 1px #000000 solid; padding:15px; margin-top:2px;
}




/* ============================================= */
/* ================== Accordion ================ */
/* ============================================= */

dl#accordion {
	list-style-type:none;
	margin: 0;
	height:auto !important;
	display:table; width:100%;
}
	dl#accordion .indent {  
		padding-top:7px !important;
		padding-bottom:5px !important
		}

	dl#accordion a {
		display: block;
		text-decoration: none; margin:0; padding:0;
		}

	dl#accordion dt {
		margin-top:10px; padding:0;
		}
		dl#accordion dt a {
			background:url(/html/imagens/site/marker-acc.gif) top right no-repeat;
			padding-top:8px; padding-bottom:8px; padding-left:10px; padding-right:25px;
			font-weight:bold;
			text-decoration:none;
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#f7f7f7; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			}

		dl#accordion dt a:hover {
			background:url(/html/imagens/site/marker-acc.gif) bottom right no-repeat;
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#ebebeb; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			color:#696969;
			}

		dl#accordion dt.active a{
			background:url(/html/imagens/site/marker-acc.gif) bottom right no-repeat;
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#ebebeb; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			color:#696969;
			}

	dl#accordion dd {
		display:none;
		margin-bottom:0;
		
	}
		dl#accordion dd .indent {
			padding:10px !important;
		}
		dl#accordion dd a {
			display:inline;
			background:none;
			padding:0;
			font-weight:normal;
			width:auto;
			text-decoration:underline;
		}
		dl#accordion dd a:hover {
			text-decoration:none;
			background:none;
		}
		
dl#accordion2 {
	list-style-type:none;
	margin: 0;
	height:auto !important;
	display:table; width:100%;
}
	dl#accordion2 .indent {  
		padding-top:7px !important;
		padding-bottom:5px !important
		}

	dl#accordion2 a {
		display: block;
		text-decoration: none; margin:0; padding:0;
		}

	dl#accordion2 dt {
		margin-top:10px; padding:0;
		}
		dl#accordion2 dt a {
			background:url(/html/imagens/site/marker-acc.gif) top right no-repeat;
			padding-top:8px; padding-bottom:8px; padding-left:10px; padding-right:25px;
			font-weight:bold;
			text-decoration:none;
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#f7f7f7; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			}

		dl#accordion2 dt a:hover {
			/*background:url(/html/imagens/site/marker-acc.gif) bottom right no-repeat;*/
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#ebebeb; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			color:#696969;
			}

		dl#accordion2 dt.active a{
			/*background:url(/html/imagens/site/marker-acc.gif) bottom right no-repeat;*/
			border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
			background-color:#ebebeb; color:#a90000; text-shadow: 1px 1px #ffffff; font-weight:bold;
			-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
			color:#696969;
			}

	dl#accordion2 dd {
		display:none;
		margin-bottom:0;
		
	}
		dl#accordion2 dd .indent {
			padding:10px !important;
		}
		dl#accordion2 dd a {
			display:inline;
			background:none;
			padding:0;
			font-weight:normal;
			width:auto;
			text-decoration:underline;
		}
		dl#accordion2 dd a:hover {
			text-decoration:none;
			background:none;
		}
		
.autoridade a {
	padding-top:8px; padding-bottom:8px; padding-left:10px; padding-right:25px; margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
	border-width: 1px; border-color: #e0e0e0; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background-color:#f7f7f7; color:#1b6395; text-shadow: 1px 1px #ffffff; font-weight:bold;
	-moz-box-shadow:inset 0 0 10px #dedede; -webkit-box-shadow:inset 0 0 10px #dedede; box-shadow:inset 0 0 10px #dedede;
	display:block;
}




/* =================================================================== */
/* ===================== Caixas dos Destaques ======================== */
/* =================================================================== */

/* === Título das Caixas Destaque === */

.bgTitulo {
	background-image: url(/html/imagens/site/bg_tit.gif); 
	background-repeat: repeat-x; background-position: top left;
	background-color:#333333;
	margin:0; padding:0;
	display:table; width:100%;
	border-bottom:1px #ffffff dashed;
}

.bgTitulo .bLeft {
	background-image: url(/html/imagens/site/blefttit.gif); 
	background-repeat: no-repeat; background-position: top left;
	margin:0; padding:0;
}


.bgTitulo h1 {
	background-image: url(/html/imagens/site/brighttit.gif); 
	background-repeat: no-repeat; background-position: top right;
	margin:0; padding-left:15px; padding-right:15px; padding-top:13px; padding-bottom:13px;
	color:#ffffff; text-shadow:1px 1px #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.bgTitulo h1 a {
	color:#ffffff; text-shadow:1px 1px #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.sombraDestaqueFoto{
	background-image: url(/html/imagens/site/sombrafoto.gif);
	background-repeat: no-repeat; background-position:bottom center;
	padding-bottom:15px;
}

.bordaDestaqueFoto{
	border:2px #cbffb2 solid; padding:2px; background-color:#FFFFFF;
}



/* ======================================================= */
/* ===================== Notícias ======================== */
/* ======================================================= */		

.bgDataNews{
	background-color:#ae0000;
	padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;
	color:#FFFFFF; text-shadow:1px 1px #950000;
	font-weight:bold;
}

/* Easy Slider */

#container2{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:355px;
	height:auto;			
}	

#slider{
	margin:0 auto; padding:0;
	position:relative;
	text-align:left;
	width:355px;
	height:auto;
	overflow:hidden;
	position:relative;		
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	position:relative;
	float:left;
	width:355px;
	height:380px;
	display:table;
	overflow:hidden;
}

#prevBtn, #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-9999999px;	
	width:15px;
	height:24px;
	position:absolute;
	left:290px;
	top:9px;
}

#nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-999999px;	
	width:15px;
	height:24px;
	position:absolute;
	left:325px;
}

#prevBtn a, #nextBtn a{ 
	margin-left:0px;
	display:block;
	width:15px;
	height:24px;
	background:url(/html/imagens/site/bleft.gif) no-repeat 0 0;
}

#nextBtn a{ 
	background:url(/html/imagens/site/bright.gif) no-repeat 0 0;
}

.data {
	color:#979797; font-size:12px; font-weight:normal;
}

.vejaMaisNews{
	background-image: url(/html/imagens/site/bg_mh.gif); 
	background-repeat: repeat-x; background-position: top left;
	background-color:#333333;
	padding-left:20px; padding-right:20px; padding-top:6px; padding-bottom:7px;
	
	color:#FFFFFF; font-weight:bold;
	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-bottom: 9px; 
	
	-khtml-box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000; 
	-webkit-box-shadow:inset 0 0 10px #000000; 
	box-shadow:inset 0 0 10px #000000;
}

.vejaMaisNews:hover{
	background-image: url(/html/imagens/site/bg_mh.gif); 
	background-repeat: repeat-x; background-position: top left;
	background-color:#333333;
	padding-left:20px; padding-right:20px; padding-top:6px; padding-bottom:7px;
	
	color:#FFFFFF; font-weight:bold;
	
	border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-bottom: 9px; 
	
	-khtml-box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000; 
	-webkit-box-shadow:inset 0 0 10px #000000; 
	box-shadow:inset 0 0 10px #000000;
}
/* // Easy Slider */




/* =================================================== */
/* ===================== Faqs ======================== */
/* =================================================== */

#faq h3{
	font-size:20px; font-family:Times New Roman, Arial, Times, serif;
	color:#5d7bc6; text-shadow:1px 1px #ffffff; margin:0px; padding:0;
}


/* ===================== Perguntas e Respostas ======================== */

.pr {
	border-width: 1px; border-color: #cbcbcb; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background-image: url(/html/imagens/site/bg_caminho.gif); background-repeat:repeat-x; background-position: top; background-color:#edecec;
	
	padding-left:10px; padding-right:10px; padding-bottom:5px; padding-top:5px; cursor:pointer; margin-bottom:10px;
		
	font-family: Arial, Helvetica, sans-serif; color:#3576a4; text-shadow: 1px 1px #ffffff; font-weight:bold;
}

#box-toggle<@= $indice@> .tgl<@= $indice@> { margin-bottom:15px;}

#teste {
	border-width: 1px; border-color: #cbcbcb; border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background-image: url(/html/imagens/site/bg_caminho.gif); background-repeat:repeat-x; background-position: top; background-color:#edecec;
	
	padding-left:10px; padding-right:10px; padding-bottom:5px; padding-top:5px; cursor:pointer; margin-bottom:10px;
		
	font-family: Arial, Helvetica, sans-serif; color:#3576a4; text-shadow: 1px 1px #ffffff; font-weight:bold;	
}

#setaToogle {
	background-image: url(/html/imagens/site/seta_toogle.gif); background-repeat: no-repeat; background-position: 0px 5px;
	padding-left:22px;
	font-family: Arial, Helvetica, sans-serif; color:#3576a4; text-shadow: 1px 1px #ffffff; font-weight:bold; display:compact; cursor:pointer;
}



/* ============================================================= */
/* ===================== Página Interna ======================== */
/* ============================================================= */

/* ===================================================================================== */
/* ===================== Divs para divisão das páginas internas ======================== */

#divisaoInicial{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:auto;
}

#divisaoInicial .diEsquerda{
	float:left;
	width:72%;
	display:table;
}

#divisaoInicial .diDireita{
	float:right;
	width:27%;
	display:table;
}

/* ====================================================== */
/* ===================== Caminho ======================== */

.caminho {
	color:#cd9600;
	font-weight:bold; line-height:16px;
	margin:0; padding-top:10px;
}

.caminho a {
	color:#cd9600;
	 font-weight:bold;
	text-decoration:underline;
}

.caminho a:hover {
	color:#000000;
	 font-weight:bold;
	text-decoration:none;
}

.bordaFotos {
	border:2px #6a96d4 solid;
}



/* ==================================================== */
/* ==================== Listagem ====================== */
/* ==================================================== */

/* ============= Listagem primeiro Nível ============= */

.listaTitulo1Nivell {
	border-bottom-width: 1px; border-bottom-color: #a9a9a2; border-bottom-style: dotted;
	
	padding-top: 3px; padding-bottom: 3px;
}

.listaTitulo1Nivell a {	
	color:#000000;
}

.listaTitulo1Nivel a:hover {	
	color:#75e353;
}



/* ================================================== */
/* ==================== Slider ====================== */
/* ================================================== */

/*--- CAROUSEL ---*/
.carousel-box {
	position:relative;
	width:100%;
	overflow:hidden;
	z-index:44;
}
	.carousel-box .prev,
	.carousel-box .next {
		position:absolute;
		z-index:44;
		top:49px;
		width:29px;
		height:31px;
		background-repeat:no-repeat;
		background-position:left top;
	}
	.carousel-box .prev {
		left:0;
	}
	.carousel-box .next {
		right:0;
	}
	.carousel-box .carousel {
		width: !important;
		overflow:hidden;
		margin-left:28px;
	}
	.carousel-box ul li {
		width:200px;
		height:128px;
		float:left;
		position:relative;
		z-index:44;
		padding:0;
		margin-left:4px; margin-right:4px;
	}
		
			
			
/* =============================================================== */
/* ========================== Rodapé ============================= */
/* =============================================================== */

.bgRodape {
	background-image: url(/html/imagens/site/bg_rodape.png);
	_background-image: url(/html/imagens/site/bg_rodape.gif);
	*background-image: url(/html/imagens/site/bg_rodape.gif);
	background-repeat: no-repeat; background-position: bottom center;
	width:980px;
}

.bgRodape h3 {
	color:#008000;
	 font-weight:bold;
	margin:0;
	padding-bottom:15px; padding-left:25px;
	border-bottom:1px #e3e3e3 dashed;
}

#rdLinks {
	margin: 0; padding:0;
	list-style: none;
	position:relative;
	z-index:22;
}

#rdLinks ul {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
	position:relative;
}

#rdLinks ul li {
	margin: 0;
	position: relative;
	list-style: none;
	padding-top:5px; padding-bottom:5px;
	background-image: url(/html/imagens/site/bullet-dest.gif); background-repeat: no-repeat; background-position: 0px 10px;
	padding-left:13px; font-weight:bold;
}

#rdLinks ul li a {
	color:#494949;
}

#rdLinks ul li a:hover {
	color:#000000;
}

/* === Link do rodapé === */

.linkr {
	background-image: url(/html/imagens/site/navlist_arrow.gif); background-repeat: no-repeat; background-position: 0px 9px;
	padding-left:10px; padding-top:3px; padding-bottom:3px;
}

.linkr a {
	color:#3b3b3b;
}

.linkr a:hover {
	color:#008000;
}

/* === Logo ANTT === */

.logoAntt {
	background-image: url(/html/imagens/site/logoantt.gif); background-repeat: no-repeat; background-position: top;
	width:190px; height:106px;
}



/* =============================================================== */
/* ===================== Copyright e Menu ======================== */
/* =============================================================== */

#divisaoCm{
	width:100%; 	/* Para customizar o tamanho da barra altere esse valor e o valor de .bsCentro */
	display:table;
	margin:auto;
}

#divisaoCm .cmEsquerda{
	float:left;
	width:40%
}

#divisaoCm .cmDireita{
	float:right;
	width:59%;
	font-weight:bold;
	color:#268704;
}



/* =====================================================================================*/
/* =============================== Tamanhos de Fonts ===================================*/
/* =====================================================================================*/

/* ============= Italic ( italico ) ============= */

.italic {
	font-style:italic;
}

.italic a {
	font-style:italic;
}

.italic a:hover {
	font-style:italic;
}

/* ============= Bold ( negrito ) ============= */

.bold {
	font-weight: bold;
}

.bold a {
	font-weight: bold;
}

.bold a:hover {
	font-weight: bold;
}

/* ============= Tamanho da Fonte de 10 px ============= */

.brod {
	font-size: 10px; 
}

.brod a {
	font-size: 10px; 
}

.brod a:hover {
	font-size: 10px; 
}

/* ============= Efeito de underline na fonte ============= */

.underline {
	text-decoration: none;
}

.underline a {
	text-decoration: underline;
}

.underline a:hover {
	text-decoration: none;
}



/* ======================================================================= */
/* ================== CSS DE CORES (Fontes e backgrounds) ================ */
/* ======================================================================= */

/* ================== Verde escuro ================ */
/* ================================================ */

/* ============== Cor de Font ( Links principais ) ============== */

.terra {
	color: #f6b105;
}

.terra a {
	color: #f6b105;
}

.terra a:hover {
	color: #000000;
}

/* ================== Branco ================ */
/* ========================================== */

/* ============== Cor de Font branca ( texto e link ) ============== */

.mercurio {
	color: #FFFFFF;
}

.mercurio a {
	color: #FFFFFF;
}

.mercurio a:hover {
	color: #ffffff;
}

/* ============== Background de cor Branca ============== */

/* Branca do fundo do site */

.bg_mercurio {
	background-color: #ffffff;
}



/* =========================================== */
/* ================== Tooltip ================ */
/* =========================================== */

p#vtip { 
	display: none; 
	position: absolute; 
	padding-left: 10px; padding-right:10px; padding-bottom:5px; padding-top:5px;
	font-size: 12px; color:#ffffff; text-shadow:1px 1px #000000; font-weight:bold;
	border: 1px solid #000000;
	z-index: 99;
	
	background-image: url(/html/imagens/site/bg_tooltip.png);
	_background:none!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/html/imagens/site/bg_tooltip.png',sizingMethod='scale');
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px; 
	
	-khtml-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000; 
	-webkit-box-shadow: 0 0 5px #000000; 
	box-shadow: 0 0 5px #000000;
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; left: 7px 
}


/* ====================================================== */
/* ================== Voltar para o Topo ================ */
/* ====================================================== */

#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
}
#back-top {
	position: fixed;
	bottom: 10px;
	right:20px;
	display:none;
}

#back-top a {
	width: 62px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 62px;
	height: 62px;
	display: block;
	margin-bottom: 7px;
	background: #27637d url(/html/imagens/site/up-arrow.gif) no-repeat center 15px;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #fff;
	background-position:center -75px;
}

.error {
	color: #f00;
}

input.error {
	border: 1px solid #f00;
}

select.error
{
	border: 1px solid #f00;
}