
body {
	background-color: #000000;
	margin: 0;
	text-align: center;
}

/* div que engloba todo o site*/
.tudo {
	position: relative;
	width: 998px;
	text-align: left;
	margin: 0 auto;
}

/* div do topo */
.topo {
	width: 998px;
	height: 206px;
	float: left;
}

.topo_esquerda {
	position: relative;
	float: left;
	width: 215px;
	height: 206px;
	background-image:url(../img/fundo_logo.jpg);
}

.topo_direita {
	position: relative;
	float: left;
	width: 773px;
	height: 206px;
}
.topo_publicidade {
	position: relative;
	float: left;
	width: 773px;
	height: 108px;
	background-image:url(../img/fundo_publicidade.jpg);
}

.banner_publicidade {
	position: relative;
	float: left;
	left: 15px;
	top: 10px;
}

.txt_publicidade {
	position: relative;
	float: left;
	left: 25px;
	top: 20px;
}

.topo_menu {
	position: relative;
	float: left;
	width: 773px;
	height: 67px;
	background-image:url(../img/fundo_cinza.jpg);
}
.topo_barra {
	position: relative;
	float: left;
	width: 773px;
	height: 31px;
	background-image:url(../img/fundo_laranja.jpg);
}

.topo_canto {
	position: relative;
	float: left;
	width: 10px;
	height: 206px;
	background-image:url(../img/canto.jpg);
	_left: -1px;
}


.topo_barra_content {
	position: relative;
	top: 1px;
	width: 770px;
	_width: 764px;
	height: 30px;
	overflow: hidden;
}

.busca {
	position: relative;
	float: left;
	width: 400px;
	height: 30px;
}

.busca input {
	position: relative;
	top: 2px;
}

.login {
	position: relative;
	top: 1px;
	float: left;
	width: 360px;
	height: 30px;
	overflow:hidden;
}

.help_barra {
	position: relative;
	top: 4px;
	_top: 3px;
	left: 5px;	
}

.txt_login, txt_login a:link, txt_login a:active, txt_login a:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.txt_login a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #5f5f5f;
	background-color: #ffffff;
}
/* div que engloba as colunas laterais e a coluna do meio do site */
.conteudo {
	position: relative;
	width: 998px;
	float: left;
	top: 7px;
}



/* coluna lateral esquerda */
.esquerda {
	position: relative;
	float: left;
	width:178px;
}

/* menu */
.menu {
	position: relative;
	width: 176px;
	float: left;
}

/* tit menu */
.tit_menu {
	position: relative;
	float: left;
	width: 178px;
	height: 19px;
	background-image:url(../img/tit_menu.jpg);
	background-repeat: repeat;
}

.txt_titMenu {
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float: left;
	top: 2px;
	left: 10px;
}

/* conteudo menu */
.cont_menu {
	position: relative;
	width: 176px;
	float: left;
	background-color: #283130;
	border: 1px solid #FF7815;
}
/* itens menu */
.cont_menu ul {
	position: relative;
	width: 176px;
	margin: 0;
	padding:0;
}
.cont_menu ul li {
	position: relative;
	width: 176px;
	height: 23px;
	margin-top: 1px;
	_margin-top: -2px;
	overflow: hidden;
	background-color: #1d1d1d;
	font-weight: bold;
}

.txt_menu, txt_menu a:link, txt_menu a:active, txt_menu a:visited {
    position: relative;
	float: left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 15px;
	top: 4px;
	text-decoration: none;
}

txt_menu a:hover {
	text-decoration: underline;
}
/* fim menu */
.fim_menu {
	position: relative;
	float: left;
	width: 176px;
	height: 15px;
	top: -10px;
	_top: -20px;
	overflow: hidden;
	background-image:url(../img/fim_menu.jpg);
}

.direita {
	position: relative;
	float: left;
	width: 178px;
}
.geral_publicidade {
	position: relative;
	float: left;
	width: 178px;
	background-color: #505050;
}

.tit_direita {
	width: 178px;
	height: 20px;
	background-image:url(../img/tit_menu2.jpg);
}

.item_publicidade {
	position: relative;
	text-align: center;
	padding-bottom: 1px;
	_padding: 0px;
	margin-bottom: 3px;
	background-color: #ffffff;
	overflow: hidden;
	height: 75px;
	_height: 76px;
}
/* coluna do meio */
.meio {
	position: relative;
	float: left;
	width: 800px;
	margin-left: 10px;
}

.meio_deslogado {
	position: relative;
	float: left;
	width: 808px;
	padding-right: 2px;
}

.tit_meio {
	position: relative;
	float: left;
	width: 800px;
	height: 19px;
	background-image:url(../img/tit_menu.jpg);
	overflow: hidden;
}

.tit_meio_deslogado {
	position: relative;
	float: left;
	width: 800px;
	height: 19px;
	background-image:url(../img/tit_menu.jpg);
	overflow: hidden;
}

.conteudo_meio {
	position: relative;
	float: left;
	width: 808px;
}

.conteudo_meio_deslogado {
	position: relative;
	float: left;
	width: 808px;
}
.fim_meio {
	position: relative;
	float: left;
	width: 711px;
	height: 16px;
	background-image: url(../img/fim_meio.jpg);
	overflow: hidden;
}

/* rodape do site */
.rodape {
	position: relative;
	clear: both;
	width: 990px;
	height: 20px;
	background-image:url(../img/bg_rodape.jpg);
	top: 10px;
	text-align: center;
	color: #ffffff;
}

/* alternancia das linhas de tabelas */
.cor1 {
	background-color: #5d5d5d;
}

.cor2 {
	background-color: #9a9a9a;
}

.cor_destaque {
	background-color: #FF7814;
}
.txt_td{ 
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}


.txt_td:link{ 
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}
.txt_td:active{
	
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
	
	}
.txt_td:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
	
	}	

.txt_td:hover {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
	text-decoration: underline;
}

/* link dos titulos */

.link_tit:link{
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
}
.link_tit:active{
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
}
.link_tit:visited{
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
	
}	

.link_tit:hover {
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
}

/* */

/* tr titulo das tabelas */
.tr_tit {
	background-color: #ffffff;
}

.tr_tit td {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
}
/*  */
.listagem {
	width: 792px;
	position: relative;
	
	padding-bottom: 20px;
}

.listagem tr.tr_form {
	background-color: #9a9a9a
}
.listagem td {
	padding: 2px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx exibição dos sacs xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.geral_item_sac {
	position: relative;
	float: left;
}
.separador_busca {
	position: relative;
	clear: both;
	width: 800px;
	height: 19px;
	background-image:url(../img/tit_menu2.jpg);
	margin-bottom: 10px;
	overflow: hidden;
	
}
.item_sac {
	position: relative;
	float: left;
	width: 396px;
	height: 105px;
	padding-right: 8px;
	margin-bottom: 10px;
}

.tit_item_sac {
	position: relative;
	width: 396px;
	height:20px;
	background-image:url(../img/tit_menu.jpg);
	background-repeat: repeat;
}

.txt_tit_item_sac {
	position: relative;
	float: left;
	width: 380px;
	height:20px;
}

.txt_mais_item_sac {
	position: relative;
	float: left;
	width: 10px;
	height:20px;
	text-align: right;
	right: 5px;
	top: 2px;
}

.txt_tit {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	top: 2px;
	_top: 0px;
	left: 5px;
	font-weight: bold;
}

.conteudo_item_sac {
	position: relative;
	width: 396px;
	height: 85px;
	background-color: #ffffff;
}

.img_item_sac {
	position: relative;
	float: left;
	width: 160px;
	height: 85px;
	text-align: center;
	overflow: hidden;
}

.img_item_sac img {
	position: relative;
	top: 2px;
}

.separador_item_sac {
	position: relative;
	float: left;
	width: 2px;
	height: 83px;
	background-image:url(../img/separador_sac.jpg);
	background-repeat: repeat;
}

.descricao_item_sac {
	position: relative;
	float: left;
	width: 230px;
	height: 85px;
}

.txt_desc_sac {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	position: relative;
	top: 5px;
	left: 5px;
	font-weight: bold;
}

.txt_desc_categoria {
	color: #CA4526;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	position: relative;
	top: 5px;
	font-weight: bold;
}
.link_sac{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link_sac:link{
	color:#000000; 
	text-decoration: none;
}
.link_sac:active{
	color:#000000; 
	text-decoration: none;
}
.link_sac:visited{
	color:#000000; 
	text-decoration: none;	
}	

.link_sac:hover {
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
}

.link_mais{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.link_mais:link{
	color:#000000; 
	text-decoration: none;
}
.link_mais:active{
	color:#000000; 
	text-decoration: none;
}
.link_mais:visited{
	color:#000000; 
	text-decoration: none;	
}	

.link_mais:hover {
	color:#000000; 
	text-decoration: none;
	text-decoration: underline;
}

.paginacao {
	position: relative;
	float: left;
	width: 800px;	
	text-align: center;
}

.txt_pag{ 
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-left: 5px;*/
	text-decoration: none;
}
.txt_pag_empresa{ 
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

.txt_pag:link{ 
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-left: 5px;*/
	text-decoration: none;
}
.txt_pag:active{
	
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-left: 5px;*/
	text-decoration: none;
	
	}
.txt_pag:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-left: 5px;*/
	text-decoration: none;
	
	}	

.txt_pag:hover {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-left: 5px;*/
	text-decoration: none;
	text-decoration: underline;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx paginas internas xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.tit_interna {
		
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;

}
.table_interna {
	width: 800px;
	background-color: #ffffff;
	border: 1px solid #FF7815;	
}
.table_interna td {
	padding: 20px;
	color: #000000;
}
.table_interna u {
	color: #FA7510;
	font-weight: bold;
}

.table_interna a,table_interna a:link,table_interna a:active,table_interna a:visited {
	color: #FA7510;
	font-weight: bold;
}

.table_planos {
	width: 700px;
	background-color: #ffffff;
	border: 1px solid #FF7815;	
}
.table_planos td {
	padding: 2px;
	color: #000000;
}

.txt_laranja {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FA7510;
	font-weight: bold;
}

.campo_obrigatorio {
	color:#ffffff;
	margin-left:5px;
}

#textoSuperiorRodape{
	margin:12px 0 0 0;
	float:left;
	width:990px;
	height:275px;
	*height:280px;
	color:#000;
	text-align:left;
	position:relative;
	background-color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	vertical-align:baseline;
}

#textoSuperiorRodape p{
 	font-weight:bold;	
 	margin-top:10px;
 	padding-left:5px;
}