body{
	background: url(../imagens/bg_interno.gif) no-repeat top center;
	margin: 0px;
}

*{
	margin: 0;
	padding: 0 
}

ul{ margin: 0px; }
a{ outline: none; }

#page{
	width: 780px;
	height: auto;
	margin: 0 auto;
}

	#header{
		width: 771px;
		height: 158px;
		margin: 0 0 0 9px;
	}

	#header h1 a{
		width: 188px;
		height: 98px;
		background: url(../imagens/logo_sindisfac.gif) no-repeat;
		text-indent: -9000px;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	
	/* Busca e Acesso Restrito */
	.info_topo{
		width: 460px;
		height: 54px;
		float: left;
		padding: 17px 0 0 123px;
	}
	
	.info_topo span.busca{
		width: 202px;
		height: auto;
		float: left;
		margin: 0 0 0 7px;
	}
	
	.info_topo span.acesso_restrito{
		width: 235px;
		height: auto;
		float: left;
		margin: 0 0 0 16px;
	}
	
		.info_topo span.busca label, .info_topo span.acesso_restrito span label{
			height: 10px;
			background: url(../imagens/seta.gif) no-repeat 3px 4px;
			display: block;
			font-family: "Verdana", Arial, Helvetica;
			font-size: 10px;
			padding: 0 0 0 9px;
			margin: 0 0 3px 0;
			color: #08376a;
		}
		
		.info_topo span.acesso_restrito label a{
			width: 150px;
			display: block;
			float: left;
			clear: both;
			font-family: "Verdana", Arial, Helvetica;
			font-size: 10px;
			text-decoration: none;
			color: #08376a;
		}
		
		/* Input e Submit Busca */
		.info_topo span.busca input[type="text"]{
			width: 144px;
			height: 15px;
			background: url(../imagens/bg_input.gif) repeat-x;
			border: solid 1px #bcbcbc;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-family: "Verdana", Arial, Helvetica;
			font-size: 11px;
			padding: 2px 0 0 1px;
			float: left;
		}
		
		.info_topo span.busca input[type="submit"]{
			width: 51px;
			height: 19px;
			background: url(../imagens/bt_buscar.gif) no-repeat;
			display: block;
			text-indent: -9000px;
			border: none;
			cursor: pointer;
			margin: 0 0 0 3px;
			float: left;
			/* IE */
			font-size: 0px;
			line-height: 0px;
		}
		
		/* Input, Password e Submit Acesso Restrito */
		.info_topo span.acesso_restrito span.acesso_usuario, .info_topo span.acesso_restrito span.acesso_senha{
			width: 90px;
			height: auto;
			float: left;
		}
		
		.info_topo span.acesso_restrito span input[type="text"], .info_topo span.acesso_restrito span input[type="password"]{
			width: 84px;
			height: 15px;
			background: url(../imagens/bg_input.gif) repeat-x;
			border: solid 1px #bcbcbc;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-family: "Verdana", Arial, Helvetica;
			font-size: 11px;
			padding: 2px 0 0 1px;
			float: left;
		}
		
		.info_topo span.acesso_restrito button[type="button"]{
			width: 55px;
			height: 19px;
			background: url(../imagens/bt_acessar.gif) no-repeat;
			display: block;
			text-indent: -9000px;
			border: none;
			cursor: pointer;
			margin: 13px 0 0 0;
			float: left;
			/* IE */
			font-size: 0px;
			line-height: 0px;
		}

	/* Menu Principal - Topo */
	.menu_topo ul{
		list-style: none;
		float: left;
	}
	
		.menu_topo ul li{
			float: left;
		}
		
		.menu_topo ul li.institucional a{
			width: 108px;
			height: 27px;
			background: url(../imagens/bt_institucional.gif) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
			margin: 0 3px 0 18px;
		}
			
			.menu_topo ul li.institucional a:hover{
				background: url(../imagens/bt_institucional_over.gif) no-repeat;
			}
		
		.menu_topo ul li.informacao a{
			width: 103px;
			height: 27px;
			background: url(../imagens/bt_informacao.gif) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
			margin: 0 3px 0 0;
		}
		
			.menu_topo ul li.informacao a:hover{
				background: url(../imagens/bt_informacao_over.gif) no-repeat;
			}
		
		.menu_topo ul li.empresasfiliadas a{
			width: 138px;
			height: 27px;
			background: url(../imagens/bt_empresasfiliadas.gif) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
			margin: 0 3px 0 0;
		}
		
			.menu_topo ul li.empresasfiliadas a:hover{
				background: url(../imagens/bt_empresasfiliadas_over.gif) no-repeat;
			}
			
		.menu_topo ul li.servicos a{
			width: 88px;
			height: 27px;
			background: url(../imagens/bt_servicos.gif) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
			margin: 0 3px 0 0;
		}
		
			.menu_topo ul li.servicos a:hover{
				background: url(../imagens/bt_servicos_over.gif) no-repeat;
			}
		
		.menu_topo ul li.faleconosco a{
			width: 116px;
			height: 27px;
			background: url(../imagens/bt_faleconosco.gif) no-repeat;
			text-indent: -9000px;
			display: block;
			float: left;
		}
		
			.menu_topo ul li.faleconosco a:hover{
				background: url(../imagens/bt_faleconosco_over.gif) no-repeat;
			}
		
	.banner_info{
		width: 771px;
		height: 57px;
		display: block;
		float: right;
		margin: 3px 0 0 0;
	}
	
	/* Corpo do Site */
	#page-body{
		width: 771px;
		height: auto;
		float: left;
		margin: 13px 0 0 9px;
	}
		
		/* Menu Lateral */
		.menu_lateral{
			width: 188px;
			height: auto;
			float: left;
			margin: 0 0 0 9px;
		}
		
		.menu_lateral ul{
			list-style: none;
		}
		
			.menu_lateral ul li{
				width: 188px;
				height: 24px;
				background: url(../imagens/li.gif);
				margin: 0 0 3px 0;
				/* IE */
				line-height: 17px;
			}
			
			.menu_lateral ul li a{
				height: 21px;
				text-decoration: none;
				font-family: "Verdana", Arial, Helveica;
				font-size: 11px;
				color: #FFF;
				display: block;
				padding: 3px 0 0 8px;
			}
			
				.menu_lateral ul li a:hover{
					background: url(../imagens/li_over.gif);
				}
				
		/* Area do conteudo geral */
		.cont_interno{
			width: 556px;
			height: auto;
			float: right;
			margin: 0 6px 0 0;
			text-align: justify;
			font-family: "Verdana", Arial, Helveica;
			font-size: 11px;
		}
		
			.cont_interno table, .cont_interno table tr td{
				border: solid 1px #CCC;
			}
			
		.cont_interno ul{
			padding: 0 0 0 25px; 
		}
		
		.cont_interno ul li{
			margin: 0 0 3px 0;
		}
			
			/* Migalha */
			.migalha{
				width: 556px;
				height: 16px;
				display: block;
				border-bottom: dashed 1px #bfbfbf;
				font-family: "Verdana", Arial, Helveica;
				font-size: 9px;
			}
			
			.migalha a{
				text-decoration: none;
				color: #ed1d25;
			}
			
				.migalha a:hover{
					text-decoration: underline;
				}
		
		/* Configuração UL LI (dentro de conteudo) */
		.cont_interno ul.conteudo{
			list-style: none;
			font-family: "Verdana", Arial, Helveica;
			font-size: 11px;
			float: left;
		}
		
			.cont_interno ul.conteudo li{
				background: url(../imagens/seta_v.gif) no-repeat 3px 4px;
				margin: 0 0 4px 0;
				padding: 0 0 0 10px;
			}
		
				.cont_interno ul.conteudo li a{
					text-decoration: none;
					color: #000;
				}
			
				.cont_interno ul.conteudo li a:hover{
					text-decoration: underline;
				}
			
			/* Noticias */
			span.titulo_not a{
				width: 554px;
				font-family: "Verdana", Arial, Helvetica;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				margin: 8px 0 2px 0;
				color: #08376a;
				display: block;
				float: left;
				clear: both;
			}
			
				span.titulo_not a:hover{
					text-decoration: underline;
				}
			
			span.cont_not{
				width: 554px;
				font-family: "Verdana", Arial, Helvetica;
				font-size: 11px;
				color: #000;
				display: block;
				float: left;
				clear: both;
			}
			
			/* Geral */
			.cont_interno a{
				color: #ed1d25;
				text-decoration: none;
			}
			
				.cont_interno a:hover{
					text-decoration: underline;
				}
				
			/* Convenios */
			.cont_interno select#cat, .cont_interno #subcat_conv select, .cont_interno #ssubcat_conv select{
				border: solid 1px #ccc;
				padding: 1px;
				font-family: "Verdana", Arial, Helveica;
				font-size: 11px;
				margin: 0 5px 0 0;
			}
			
			/* Download */
			.cont_interno a.download{
				height: 16px;
				text-decoration: none;
				color: #000;
				display: block;
				background: url(../imagens/ico_download.gif) no-repeat;
				padding: 0 0 0 20px;
			}
			
				.cont_interno a.download:hover{
					text-decoration: underline;
				}
				
			/* Ajax */
			.cont_interno div#convenio div.tit_ajax, div.tit_ajax{
				clear: both;
				background: url(../imagens/pontilhado.gif) no-repeat 2px 5px;
				padding: 0 0 0 10px;
				margin: 3px 0 0 0;
			}
			
			.cont_interno div#convenio div.info_ajax{
				margin: 12px 0 12px 10px;
			}
			
			/* Busca Associados */
			#divBusca{
				width: 556px;
				margin: 0 0 15px 0;
				clear: both;
				float: left;
			}
			
				#divBusca span{
					width: 556px;
					clear: both;
					float: left;
				}
			
				#divBusca label{
					font-family: "Verdana", Arial, Helveica;
					font-size: 11px;
					float: left;
					display: block;
					padding: 2px 4px 0 0;
				}
				
				#divBusca input[type="text"]{
					width: 170px;
					height: 15px;
					background: url(../imagens/bg_input.gif) repeat-x;
					border: solid 1px #bcbcbc;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					font-family: "Verdana", Arial, Helvetica;
					font-size: 11px;
					padding: 2px 0 0 1px;
					float: left;
				}
				
				#divBusca button{
					width: 51px;
					height: 19px;
					background: url(../imagens/bt_buscar.gif) no-repeat;
					display: block;
					text-indent: -9000px;
					border: none;
					cursor: pointer;
					margin: 0 0 0 3px;
					float: left;
					/* IE */
					font-size: 0px;
					line-height: 0px;
				}
				
			/* Campo adicionar pergunta F.A.Q */
			span.add_comentario{
				width: 556px;
				height: auto;
				display: block;
				border-bottom: dashed 1px #CCC;
				padding: 0 0 8px 0;
				margin: 0 0 8px 0;
			}
			
				span.add_comentario textarea{
					width: 400px;
					height: 80px;
					border: solid 1px #bcbcbc;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					font-family: "Verdana", Arial, Helvetica;
					font-size: 11px;
					padding: 2px 0 0 1px;
					margin: 3px 0 3px 0;
					clear: both;
				}
				
				span.add_comentario input[type="submit"]{
					width: 51px;
					height: 19px;
					background: url(../imagens/bt_enviar.gif) no-repeat;
					text-indent: -9000px;
					border: none;
					display: block;
					cursor: pointer;
					clear: both.
					/* IE */
					font-size: 0px;
					line-height: 0px;
				}
				
			/* Logado */
			span.logado{
				height: 10px;
				background: url(../imagens/seta.gif) no-repeat 3px 4px;
				display: block;
				font-family: "Verdana", Arial, Helvetica;
				font-size: 10px;
				padding: 0 0 0 9px;
				margin: 0 0 3px 0;
				color: #08376a;
			}
			
			/* Tabela Indices Financeiros */
			table.indices_financeiros{
				width: 350px;
				height: auto;
				font-family: "Verdana", Arial, Helvetica;
				font-size: 11px;
				border: none;
				float: left;
			}
			
			table.indices_financeiros tr td{
					border: none;
					padding: 2px 0;
				}
				
				table.indices_financeiros tr td.variacao_positiva{
					padding: 0 0 0 12px;
					background: url(../imagens/seta_positivo.gif) no-repeat 1px 5px;
					color: #009900;
				}
				
				table.indices_financeiros tr td.variacao_negativa{
					padding: 0 0 0 12px;
					background: url(../imagens/seta_negativo.gif) no-repeat 1px 5px;
					color: #ff0000;
				}
				
				table.indices_financeiros tr td.nao_variacao{
					padding: 0 0 0 12px;
					background: url(../imagens/ico_nulo.gif) no-repeat 1px 5px;
				}
				
				.box_indice{
					width: 188px; 
					height: 197px; 
					float: left;
					overflow: hidden;
					margin: 0 18px 0 0;
				}
				
					.box_indice object{
						width:190px;
						height:235px;
						margin: -25px 0 0 0;
						display: block;
					}
					
			/* Box Esqueci minha senha */
			#esqueciSenha{
				width: 187px;
				background-color: #DADADA;
				border:1px solid #CCC;
			}

			#topoSenha{
				width: 187px;
				height: 18px;
				background-color: #08376A;
			}

			#conteudoSenha{
				width: 187px;
				text-align: left;
				padding-left:5px;
				padding-right:5px;
			}
			
				#conteudoSenha p{
					font-family: "Verdana", Arial, Helvetica;
					font-size: 11px;
				}
			
			#conteudoSenha table tr td{
				font-family: "Verdana", Arial, Helvetica;
				font-size: 10px;
			}
			
			#conteudoSenha table tr td a{
				text-decoration: none;
				color: #ed1d25;
			}
			
			#conteudoSenha table tr td input[type="text"]{
				width: 80px;
				height: 15px;
				background: url(../imagens/bg_input.gif) repeat-x;
				border: solid 1px #bcbcbc;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				font-family: "Verdana", Arial, Helvetica;
				font-size: 11px;
				padding: 2px 0 0 1px;
				float: left;
			}
			
			#conteudoSenha table tr td input[type="image"]{
				width: 51px;
				height: 19px;
				background: url(../imagens/bt_enviar.gif) no-repeat;
				text-indent: -9000px;
				border: none;
				display: block;
				cursor: pointer;
				clear: both.
				/* IE */
				font-size: 0px;
				line-height: 0px;
			}
			
			span.busca ul#ul_totais{
				list-style: none;
			}
			
			span.busca h3{
				color: #000!important;
			}
			
			/* Duvida */
			.box_pergunta{
				border-bottom: dashed 1px #CCC;
				margin: 0 0 6px 0;
			}
			
			.pergunta_duvida{
				margin: 0 0 6px 0;
				font-weight: bold;
			}
			
			.resposta_duvida{
				color: #535353;
				margin: 0 0 8px 0;
			}
			
			.integra_duvida{
				margin: 3px 0 8px 0;
			}
			
			.enviado_duvida{
				margin: 0 0 7px 0;
			}
			
			.img_convenios{
				width: 196px; 
				height: auto; 
				float: left; 
				margin: 0 15px 10px 0;
			}
			
			/* h2, h3, p, br, ... */
			h2{
				font-family: "Verdana", Arial, Helveica;
				font-size: 13px;
				font-weight: bold;
				color: #08376a;
				margin: 13px 0 8px 0;
			}
			
			h3{
				font-family: "Verdana", Arial, Helveica;
				font-size: 11px;
				font-weight: bold;
				color: #ed1d25;
				margin: 10px 0 0 0;
			}
			
				h3.borda{
					border-top: dashed 1px #ccc;
					margin: 12px 0 0 0;
					padding: 8px 0 5px 0;
				}
			
			p{
				font-family: "Verdana", Arial, Helveica;
				font-size: 11px;
				margin: 0 0 0 0;
			}
			
			br{
				line-height: 11px;
			}
			
	/* Rodape Geral */
	#footer{
		width: 771px;
		height: 80px;
		background: url(../imagens/fundo_rodape.gif) no-repeat 0 24px;
		border-top: dashed 1px #bfbfbf;
		margin: 10px 0 0 9px;
		float: left;
	}
	
		.menu_footer ul{
			width:  614px;
			height: 19px;
			list-style: none;
			margin: 0 auto;
			padding: 4px 0 0 171px;
		}
		
			.menu_footer ul li{
				font-family: "Verdana", Arial, Helvetica;
				font-size: 11px;
				float: left;
				padding: 0 11px;
				border-left: solid 1px #a6a6a6;
			}
			
				.menu_footer ul li a{
					text-decoration: none;
					color: #000;
				}
				
				.menu_footer ul li a:hover{
					text-decoration: underline;
				}
			
			.menu_footer ul li:first-child{
				border-left: none;
				padding: 0 11px 0 0;
			}
			.menu_footer ul li:last-child{
				padding: 0 0 0 11px;
			}
			
	.address{
		width: 650px;
		height: auto;
		float: left;
		font-family: "Verdana", Arial, Helvetica;
		font-size: 11px;
		color: #000;
		padding: 10px 0 0 10px;
	}
	
	#footer a.assinatura{
		width: 65px;
		float: right;
		text-align: right;
		margin: 10px;
		font-family: "Verdana", Arial, Helvetica;
		font-size: 11px;
		text-decoration: none;
		color: #000;
	}
	
		#footer a.assinatura:hover{
			text-decoration: underline;
		}