#boxGeral{
	height:100%;
	width:100%;
	background-color:#E6E7E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.boxTopo{
	background-image:url('../imagens/topo/bg-topo.png');
	background-repeat:repeat-x;
	height:156px;
}

.boxTopo .topo{
	width:960px;
	height:116px;
	margin:0px auto;
	display:table;
}

/**/

.boxTopo .topo .logo{
	float: left;
    margin: 0;
    padding: 25px 0 0 24px;
    width: 335px;
}

/**/

.boxTopo .topo .menuTopo{
	float:left;
	padding-top:21px;
	width:427px;
}

.boxTopo .topo .menuTopo li{ float:left; padding-right:15px; }

/**/
.boxTopo .topo .boxLogin{ display:inline-block; padding-top:16px; }

.boxTopo .topo .boxLogin p{
	background-image:url('../imagens/topo/bg-input-login.png');
	background-repeat:no-repeat;
	width:139px;
	height:28px;
}

.boxTopo .topo .boxLogin p input{
	border:none;
	background:none;
	margin:5px;
	width:130px;
	font-size:11px;
	color:#616161;
}

.boxTopo .topo .boxLogin p.assinante{ background:none; height:16px; }

.boxTopo .topo .boxLogin p.senha{ float:left; width:142px; }

.boxTopo .topo .boxLogin p.btnOk{
	background:none;
	height:21px;
	width:29px;
	float:left;
	padding-top:1px;
}

.boxTopo .topo .boxLogin p.btnOk button{
	background:none;
	border:none;
	background-image:url('../imagens/topo/btn-ok.png');
	background-repeat:no-repeat;
	width:29px;
	height:21px;
	margin:0px;
}

.boxTopo .topo .boxLogin p.esqueceu{ margin:0px; padding:0px; background:none; }

.boxTopo .topo .boxLogin p.esqueceu a{ font-size:10px; color:#353535; }

/**/

.boxTopo .menu{
	height:40px;
	display:table;
	width:960px;
	margin:0px auto;
}

.boxTopo .menu li{
	float:left;
	background-image:url('../imagens/topo/divisao-menu.png');
	background-repeat:no-repeat;
	background-position:right;
	height:40px;
}

.boxTopo .menu li div{
	background-image:url('../imagens/topo/bg-btn-noticias.png');
	background-repeat:no-repeat;
	width:207px;
}

.boxTopo .menu li div a{
	margin-left:46px;
}

.boxTopo .menu li a{
	font-family:"Trebuchet MS", Arial;
	padding:14px;
	padding-left:8px;
	padding-right:9px;
	display:block;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.boxTopo .menu li a:hover{
	text-decoration:underline;
}
.boxTopo .menu li.primeiro a{
	padding-left:20px;
}

.boxTopo .menu li.ultimo{
	background:none;
}
/**/

#videoNoticias p{
	padding:20px;
	padding-bottom:5px;
}
#videoNoticias .btnVerMais{
	padding:20px;
	padding-left:115px;
	padding-top:0px;

}
#videoNoticias .btnVerMais a{
	background-image:url('../imagens/topo/btn-ver-mais-noticias.png');
	background-repeat:no-repeat;
	width:130px;
	height:34px;
	display:block;
}

#videoNoticias .btnVerMais a:hover{
	background-position:0px -34px;
}

#videoNoticias .facebookLightbox{
	margin:0px;
	padding:0px;
	padding-left:253px;
}

/*
	BARRA DE PESQUISA DO TOPO
*/

#boxGeral #boxFiltro{
	background-image:url('../imagens/bg-site-horizontal.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
#boxGeral ul.filtroHome{
	width:960px;
	display:table;
	background-image:url('../imagens/bg-filtro-home.jpg');
	background-repeat:repeat-x;
	height:36px;
	line-height:36px;
	margin:0px auto;
}


#boxGeral ul.filtroHome li{
	float:left;
	color:#767575;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#boxGeral ul.filtroHome li.encontre{
	padding-left:25px;
	width:60px;
}

#boxGeral ul.filtroHome li.select{
	padding-top:8px;
	line-height:normal;
	padding-right:10px;
}

#boxGeral ul.filtroHome li select{
	width:200px;
	color:#767575;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #b7b5b5;
	height:20px;
}


#boxGeral ul.filtroHome li input{
	width:570px;
	color:#767575;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #b7b5b5;
	height:16px;
}

#boxGeral ul.filtroHome li.input{
	width:570px;
	padding-top:8px;
	line-height:normal;
	float: left;
	padding-right:5px;
}

#boxGeral ul.filtroHome li.pesquisar{
	width:40px;
	padding-top:7px;
	height:29px;
	line-height:normal;
	float: left;
}


#boxGeral ul.filtroHome li.naoEncontrou{
	width:250px;
	font-size:10px;
	line-height:35px;
	text-align:center;
	font-weight:normal;
	color:#615b5b;
}

#boxGeral ul.filtroHome li.naoEncontrou a{
	color:#5a5353;
	font-weight:bold;
}




/*
	CONTEUDO
*/
#boxGeral #boxSite{
	width:100%;
	background-image:url('../imagens/bg-site-horizontal.jpg');
	background-repeat:repeat-y;
	background-color:#e6e7e7;
	background-position:center;
	padding-top:8px;
}

#boxGeral #boxSite .site{
	width:960px;
	margin:0px auto;
}

#boxGeral #boxSite .site .conteudo{
	clear:both;
	display:table;
	width:960px;
}

.comentarios{
	background-color:#FCFCFC;
	border:1px solid #EEEEEE;
	padding: 10px 15px 10px 15px;
	width:650px;
}

.textoCategorias{
	color:#393939;
	font-size: 13px;
	margin: 10px 20px 5px 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
	line-height:18px;
}

/*
	BREADCRUMB
*/
ul.bread{
	display:table;
	padding-top:20px;
	padding-left:100px; /* 100 PIXELS DE PADDING NA ESQUERDA */
	width:860px;
}

ul.bread li{
	float:left;
	padding-right:5px;
	color:#224c62;
}

ul.bread li.ativa{
	font-weight:bold;
}


ul.bread li a{
	color:#224c62;
	font-weight:normal;
	text-decoration:underline;
}

/*
	RODAPE
*/

#boxGeral #boxRodape{
	margin-top:30px;
	clear:both;
	display:table;
	background-image:url('../imagens/bg-rodape.jpg');
	background-repeat:repeat-x;
	height:364px;
	width:960px;
}

#boxGeral #boxRodape a{
	padding:0px;
	margin:0px;
	border:none;
}

#boxGeral #boxRodape li{
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#boxGeral #boxRodape ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#boxGeral #boxRodape ul li.linha1{
	display:table;
	height:44px;
}

#boxGeral #boxRodape ul li.linha1 ul.menuRodape{
	padding-left:15px;
	padding-top:17px;
	height:27px;
	float:left;
	width:580px;

}

#boxGeral #boxRodape ul li.linha1 ul.menuRodape li{
	padding:0px;
	margin:0px;
	float:left;
	padding-right:10px;
}

#boxGeral #boxRodape ul li.linha1 ul.menuRodape li a{
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
	border:none;
	letter-spacing:-0.01em
}

#boxGeral #boxRodape ul li.linha1 form{
	margin:0px;
	padding:0px;
	color:#fff;
	float:left;
	width:350px;
	display:table;
	margin-top:14px;
}


#boxGeral #boxRodape ul li.linha1 input{
	width:60px;
}

#boxGeral #boxRodape ul li.linha1 button{
}

#boxGeral #boxRodape ul li.linha1 p{
	float:left;
	padding-right:2px;
}

#boxGeral #boxRodape ul li.linha1 p.assinante{
	padding-top:5px;
	font-weight:bold;
	font-size:10px;
}

#boxGeral #boxRodape ul li.linha1 p.senha{ font-size:10px;}

#boxGeral #boxRodape ul li.linha1 p.senha a{ color:#fff; text-decoration:underline; }

#boxGeral #boxRodape ul li.linha2{
	height:61px;

}

#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento{
	height:62px;
	background-image:url('../imagens/bg-icones-rodape.png');
	background-repeat:no-repeat;
	background-position:5px 15px;
	padding-left:90px;

}

#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li{
	float:left;
	width:90px;
	padding-right:45px;
	font-size:10px;
	padding-top:20px;
	text-align:left!important;
}


#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li a{
	color:#666666;
	font-weight:bold;
}

#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li.penultimo{
	padding-right:45px;
}


#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li.redeautorizados{
	padding:0px;
	padding-left:60px;
	padding-top:20px;
	color:#666666;
	width:120px;
	text-align:center;
	background-image:url('../imagens/icone-brasil.png');
	background-repeat:no-repeat;
	height:38px;
	margin-top:2px;
	margin-left:150px;
}

#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li.telefone{
	padding-left:30px;
	padding-top:15px;
	color:#666666;
	width:275px;
	text-align:center;
}

#boxGeral #boxRodape ul li.linha2 ul.menuRodapeAtendimento li.telefone p{
	font-size:22px;
}

#boxGeral #boxRodape ul li.linha3{
	width:960px;
	height:100px;
	color:#666666;
	display:table;
}

#boxGeral #boxRodape ul li.linha3 p{
	float:left;	text-align:left!important;
}

#boxGeral #boxRodape ul li.linha3 p.pagSeguro{
	background-image:url('../imagens/bg-pagseguro.jpg');
	background-repeat:no-repeat;
	width:160px;
	height:85px;
	background-position:30px 15px;
}

#boxGeral #boxRodape ul li.linha3 .geoTrust{
	float:left;
	background-repeat:no-repeat;
	width:120px;
	height:85px;
	margin-top: 25px;
	margin-left: 5px; 	
}

#boxGeral #boxRodape ul li.linha3 .ebit{
	float:left;
	padding-top:2px;
}

#boxGeral #boxRodape ul li.linha3 .ebitOuro{
	float:left;
	padding-top:10px;
	padding-right:10px;
}

#boxGeral #boxRodape ul li.linha3 p.pagamento{
	font-weight:bold;
	font-size:10px;
	width:350px;
	height:45px;
	padding-top:15px;
	padding-left:10px;
	background-image:url('../imagens/bg-formas-pagamento.png');
	background-repeat:no-repeat;
	background-position:10px 30px;
}

#boxGeral #boxRodape ul li.linha3 p.obs{
	font-weight:normal;
	font-size:9px;
	width:370px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
}

#boxGeral #boxRodape ul li.linha4{
	height:150px;
	font-size:12px;
		text-align:left!important;
}

#boxGeral #boxRodape ul li.linha4 ul{
	padding-top:10px;
	display:table;
}

#boxGeral #boxRodape ul li.linha4 ul li{
	padding-left:40px;
	color:#555;
	float:left;
	font-size:10px;
	width:585px;
	text-align:left;
}

#boxGeral #boxRodape ul li.linha4 ul li.logoVideo{
	height:80px;
	width:216px;
}

#boxGeral #boxRodape ul li.linha4 ul li.seloRodape{
	padding:0px;
	height:120px;
	width:103px;
	padding-top:7px;
	padding-left:15px;
}

#boxGeral #boxRodape ul li.linha4 ul li.logoAprova{
	background-image:url('../imagens/logo-aprova-rodape.jpg');
	background-repeat:no-repeat;
	height:75px;
	width:135px;
	margin-top:0px;
}


/* calendario */

	.calendario{
		margin:0px;
		padding:0px;
		background-repeat:no-repeat;
		width:160px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		height:620px;
	}


	.calendario p.proximos{
		margin:0px;
		padding:0px;
		margin-left:11px;
		padding-top:13px;
		font-size:10px;
		color:#1e4f6a;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}


.calendario ul.navegacao{ 
	width:158px;
	display:table;
	height:23px;
	background-repeat:no-repeat;
	margin-top:13px;
	margin-left:1px;
}

.calendario ul.navegacao li{ 
	padding:0px;
	margin:0px;
	list-style:none;
	width:110px;
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;

}
.calendario ul.navegacao li.nav{ margin:0px; padding:0px; width:15px; padding-top:4px; margin-left:5px;}

.calendario .boxcalendario{
	height:252px;
	display:table;
}

 .tabCalendario{
		margin:0px;
		padding:0px;
		margin-top:20px;
		width:146px;
		margin-left:6px;
		font-weight:bold;
		color:#1e4f6a;

	}

.calendario .boxcalendario thead{
		background-color:#e6e6e6;
		font-family:Verdana, Arial, Helvetica, sans-serif!important;
		font-size:11px;
	}

	.calendario .boxcalendario thead tr th{
		font-weight:bold;
		text-align:center;
	}

	.calendario tbody tr td{
		text-align:center;
		height:28px;
		line-height:28px;
		font-size:11px;
		letter-spacing:-1px;
		font-weight:bold;
	}


	.calendario tbody tr td span{
		color:#8d8d8d;
	}

	.calendario tbody tr td.marca1{
		background-repeat:no-repeat;
		background-position:center;
	}
	.calendario tbody tr td.marca2{
		background:url('imagens/marcacao-prata.png');
		background-repeat:no-repeat;
		background-position:center;
	}

	.logo{
		padding-left:105px;
		padding-top:26px;
	}


	.detalhes{
		color:#6b6b6b;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		height:280px;
		margin-left:12px;
		width:140px;
		overflow:auto;
	}
	
	.detalhes p{
		padding:0px;
		margin-bottom:4px!important;
		font-size:10px;
		padding:6px 0px 6px 10px;
		width:125px;
	}
	.detalhes .data{
		font-size:11px;
		font-weight:bold;
		padding:3px;
		text-align:center;
		margin-bottom:6px;
		background-color:#e6e6e6;
		width:130px;
	}
	.detalhes .titulo{
		font-weight:bold;
		display:block;
		margin-bottom:6px;
		margin-top:10px;
		padding:0px;
		width:130px;
	}
	
	.detalhes p.cinza{
		background-color:#F0F0F0;
		width:125px;
	}

	.calendario{
		background-image:url('../imagens/calendario/bg-calendario-v-azul.png');
	}
	.calendario ul.navegacao{ 
		background-image:url('../imagens/calendario/bg-mes-azul.png');
	}
	.calendario ul.navegacao li{ 
		color:#1e4f6a;
	}
	.calendario thead{
		color:#007caf;
	}
	.detalhes .data{
		color:#007caf;
	}
	.detalhes .titulo{
		color:#007caf;
	}
	.marca1{
		background:url('../imagens/calendario/marcacao-azul.png');
	}
