﻿@charset "UTF-8";

	/*			copyright 2009 Desenvolvido por SimbioX www.simbiox.com.br			*/

	#preloadImagens
	{
		width: 0;
		height: 0;
		padding: 0;
		display: none;
		background: url("img/divisor_simbiodoc.gif");
		background: url("img/divisor_vertical.gif");
		background: url("img/bg_topo_interno.gif");
		background: url("img/sombra_direita_topo_index.gif");
		background: url("img/sombra_esquerda_topo_index.gif");
		background: url("img/bg_topo_index.gif");
		background: url("img/logo_simbiox.gif");
		background: url("img/sombra_direita_rodape.gif");
		background: url("img/sombra_esquerda_rodape.gif");
		background: url("img/logo.gif");
		background: url("img/sombra_direita.gif");
		background: url("img/sombra_direita_topo.gif");
		background: url("img/sombra_esquerda_topo.gif");
		background: url("img/bg_topo.gif");
		background: url("img/bg_rodape_interno.gif");
		background: url("img/bg_rodape.gif");
		background: url("img/sombra_esquerda.gif");
		background: url("img/box_modulos.png");
		background: url("img/modulo_capacitacao.png");
		background: url("img/modulo_versoes.png");
		background: url("img/modulo_workflow.png");
		background: url("img/modulo_auditoria.png");
		background: url("img/modulo_administrativo.png");
		background: url("img/diagrama_digitalizacao_alocada_mini.jpg");
		background: url("img/diagrama_digitalizacao_distribuida_mini.jpg");
		background: url("img/diagrama_digitalizacao_centralizada_mini.jpg");
		background: url("img/diagrama_digitalizacao_alocada.jpg");
		background: url("img/diagrama_digitalizacao_centralizada.jpg");
		background: url("img/diagrama_digitalizacao_distribuida.jpg");
		background: url("img/banner_solucao_geral.jpg");
		background: url("img/banner_solucao_contabil.jpg");
		background: url("img/banner_solucao_juridico.jpg");
	} 

/* 							ZERAR CSS 								*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,th,var {
		font-style:normal;
		font-weight:normal;
	}
/*	ol,ul {
		list-style:none;
	}
*/
	caption,th {
	text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
	/*	font-size:100%;		*/
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym {
		border:0;
	}

/* 							GERAL 									*/

	a{
/*		color:#024c59;	*/
		color:#555;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;	
	}
	body {
/*		color:#024c59;	*/
		color:#444;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
	}
	.formulario{
		width:485px;
		height:20px;
		color:#444;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:20px;
		padding-left:5px;
		background:#d5e9f2;
		border:none;
	}

/* 							CONTEUDO 								*/


/**********					TOPO				**********/

	div#topo_bg{
		height:151px;
	}
	div#topo_bg div#topo{
		height:84px;
		width:788px;
		margin:auto;
	}
	img.logo{
		margin-top:20px;
		margin-left:20px;
		float:left;
	}
	img.logo2{
		margin-top:20px;
		margin-right:20px;
		float:right;
	}
	div.chat_online{
		float:right;
		margin-right:30px;
		margin-top:30px;
		text-align:center;
	}

/**********				RODAPÉ				**********/

	div#rodape_bg{
		background:url("img/bg_rodape.gif");
		height:27px;
	}
	div#rodape_bg div#rodape{
		background:url("img/bg_rodape_interno.gif");
		height:100%;
		margin:auto;
		width:788px;
	}
	div#rodape_conteudo{
		float:left;
		width:778px;
		text-align:center;
		line-height:27px;
		font-size:11px;
		color:#fff;
	}
	div#fim{
		margin:auto;
	}
	div#fim_bg div#fim{
		height:25px;
		width:788px;
	}

/**********					MENU				**********/

	div#menu{
		height:67px;
		width:788px;
		margin:auto;	
	}
	div#menu div#menu_interno{
		width:778px;
		height:100%;
		float:left;
		background-color:#afafaf;

	}
	#menu_interno ul {
		padding:0;
		margin:0;
		float: left;
		width: 100%;
		list-style:none;
	}
	#menu_interno ul li{
		display:inline;
	}
	#menu_interno ul li a{
		float:left;
		color:#fff;
		text-decoration:none;
		height:62px;
	}
	#menu_interno ul li a:hover{
		float:left;
		color:#888;
		text-decoration:none;
		height:62px;
		border-bottom:solid 5px #00aeef;
	}
	#menu_interno ul li#menu_solucao2:hover{
		height:62px;
	}
	div#topo div#topo_interno{
		width:778px;
		height:100%;
		float:left;
	}
	#menu_home{
		background:url("img/menu_home.gif") 0 0;
		width:92px;
	}
	#menu_home:hover{
		background:url("img/menu_home.gif") 0 65px;
		width:92px;
	}	
	#menu_home_on{
		background:url("img/menu_home.gif") 0 65px;
		width:92px;
	}
		
	#menu_institucional{
		background:url("img/menu_institucional.gif") 0 0;
		width:166px;
	}
	#menu_institucional:hover{
		background:url("img/menu_institucional.gif") 0 65px;
		width:166px;
	}
	#menu_institucional_on{
		background:url("img/menu_institucional.gif") 0 65px;
		width:166px;
	}
	#menu_clientes{
		background:url("img/menu_clientes.gif") 0 0;
		width:131px;
	}
	#menu_clientes_on{
		background:url("img/menu_clientes.gif") 0 65px;
		width:131px;
	}
	#menu_clientes:hover{
		background:url("img/menu_clientes.gif") 0 65px;
		width:131px;
	}	
	#menu_solucao{
		background:url("img/menu_solucao.gif") 0 0;
		width:145px;
	}
	#menu_solucao:hover{
		background:url("img/menu_solucao.gif") 0 65px;
		width:145px;
	}
	#menu_solucao_on{
		background:url("img/menu_solucao.gif") 0 65px;
		width:145px;
	}
	
	#menu_noticias{
		background:url("img/menu_noticias.gif") 0 0;
		width:134px;
	}
	#menu_noticias:hover{
		background:url("img/menu_noticias.gif") 0 65px;
		width:134px;
	}
	#menu_noticias_on{
		background:url("img/menu_noticias.gif") 0 65px;
		width:134px;
	}			
	#menu_contato{
		background:url("img/menu_contato.gif") 0 0;
		width:110px;
	}
	#menu_contato:hover{
		background:url("img/menu_contato.gif") 0 65px;
		width:110px;
	}
	#menu_contato_on{
		background:url("img/menu_contato.gif") 0 65px;
		width:110px;
	}

/**********					SUB MENU				**********/
	
	#menu_interno ul li a.submenu{ 
		height:30px;
		line-height:30px;
		margin-left:20px;
		width:100%;
	}
	#menu_interno ul li a.first{ 
		height:30px;
		line-height:30px;
		margin-left:20px;
		width:100%;
		margin-top:5px;
	}
	#menu_interno ul li a.first:hover{ 
		background-color:#009eea;
		height:30px;
		width:110px;
		border:none;
		color:#fff;
		font-weight:bold;
		line-height:30px;
		margin-left:0px;
		margin-top:5px;
	}
	#menu_interno ul li a.submenu:hover{ 
		background-color:#009eea;
		height:30px;
		width:110px;
		border:none;
		color:#fff;
		font-weight:bold;
		line-height:30px;
		margin-left:0px;
	}	
	a.submenu{
		width:100%;
	}
	/* tabs*************************/

	ul.tabs
	{
		display: table;
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	ul.tabs li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		display: table-cell;
		float: left;
		position: relative;
	}
	ul.tabs a
	{
		position: relative;
		display: block;
	}

	/* dropdowns*************************/

	ul.dropdown
	{
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		z-index: 999;
		top: 100%;
		width: 100%;
		display: none;
		left: 0;
		background:#00aeef;
	}
	ul.dropdown ul.dropdown
	{
		top: 0;
		left: 95%;
	}
	ul.dropdown li
	{
		margin: 0;
		padding: 0;
		float: none;
		position: relative;
		list-style: none;
		display: block;
		height:20px;
	}
	ul.dropdown li a
	{
		display: block;
	}

/**********					MENU JURIDICO			**********/

	#menu_home_juridico{
		background:url("img/btn_home.gif") 0 0;
		width:89px;
	}
	#menu_home_juridico:hover{
		background:url("img/btn_home.gif") 0 65px;
		width:89px;
	}	
	#menu_home_juridico_on{
		background:url("img/btn_home.gif") 0 65px;
		width:89px;
	}	
	#menu_ged_juridico{
		background:url("img/btn_ged.gif") 0 0;
		width:88px;
	}
	#menu_ged_juridico:hover{
		background:url("img/btn_ged.gif") 0 65px;
		width:88px;
	}	
	#menu_ged_juridico_on{
		background:url("img/btn_ged.gif") 0 65px;
		width:88px;
	}	
	#menu_simbiodoc_juridico{
		background:url("img/btn_simbiodoc.gif") 0 0;
		width:206px;
	}
	#menu_simbiodoc_juridico:hover{
		background:url("img/btn_simbiodoc.gif") 0 65px;
		width:206px;
	}	
	#menu_simbiodoc_juridico_on{
		background:url("img/btn_simbiodoc.gif") 0 65px;
		width:206px;
	}	
	#menu_servicos_juridico{
		background:url("img/btn_servicos.gif") 0 0;
		width:127px;
	}
	#menu_servicos_juridico:hover{
		background:url("img/btn_servicos.gif") 0 65px;
		width:127px;
	}
	#menu_servicos_juridico_on{
		background:url("img/btn_servicos.gif") 0 65px;
		width:127px;
	}
/*	#menu_casos_juridico{
		background:url("img/btn_casos.gif") 0 0;
		width:116px;
	}
	#menu_casos_juridico:hover{
		background:url("img/btn_casos.gif") 0 65px;
		width:116px;
	}
*/		
	#menu_noticias_juridico{
		background:url("img/btn_noticias.gif") 0 0;
		width:163px;
	}
	#menu_noticias_juridico:hover{
		background:url("img/btn_noticias.gif") 0 65px;
		width:163px;
	}	
	#menu_contato_juridico_on{
		background:url("img/btn_contato.gif") 0 65px;
		width:163px;
	}	
	#menu_contato_juridico{
		background:url("img/btn_contato.gif") 0 0;
		width:105px;
	}
	#menu_contato_juridico:hover{
		background:url("img/btn_contato.gif") 0 65px;
		width:105px;
	}	
	#menu_contato_juridico_on{
		background:url("img/btn_contato.gif") 0 65px;
		width:105px;
	}	
/*	#menu_principal_juridico{
		background:url("img/btn_principal.gif") 0 0;
		width:152px;
	}
	#menu_principal_juridico:hover{
		background:url("img/btn_principal.gif") 0 65px;
		width:152px;
	}	
*/

/**********					HOME			**********/

	div#faixa_bg_home{
		height:275px;
		background:url("img/bg_topo_index.gif");
	}
	div#faixa_bg_home div#faixa_home{
		background:url("img/bg_topo_interno.gif");
		height:100%; 
		width:788px;
		margin:auto;
	}
	div#faixa_bg_home div#faixa_home_interno{
		float:left;
		width:738px;
		height:227px;
		margin:20px;
	}
	div#principal_bg_home{
		height:500px;
	}
	div#principal_bg_home div#principal{
		height:100%;
		width:788px;
		margin:auto;
	}
	div#principal_bg_home div#principal div#principal_interno{
		float:left;
		width:758px;
	}
	div#principal_bg_home div#principal div#principal_interno div#conteudo_home{
		float:left;
		height:100%;
		margin-left:20px;
		margin-top:10px;
		width:490px;
		text-align:justify;
	}
	div#principal_bg_home div#principal div#principal_interno div#conteudo_home div#conteudo2_home{
		height:100%;
		width:490px;
		margin-top:20px;
	}
	div#principal_bg_home div#principal div#principal_interno div#menu_vertical_noticias{
		background:url("img/bg_noticias.gif") no-repeat;
		float:right;
		height:475px;
		margin-top:-3px;
		padding:10px;	
		width:208px;
		text-align:justify;
	}

/**********					INTERNO			**********/

	div#faixa_bg{
		height:54px;
		background:url("img/bg_topo.gif");
	}
	div#faixa_bg div#faixa{
		background:url("img/bg_topo_titulo.gif");
		height:100%; 
		width:788px;
		margin:auto;
	}
	div#faixa_bg div#faixa div#faixa_titulo{
		float:left;
		color:#fff;
		line-height:54px;
		margin-left:238px;	
	}
	div#divisor_faixa{
		float:left;
		margin-right:20px;	
	}
	div#principal_bg{
		height:730px;
	}
	
	div#principal_bg div#principal{
		height:100%;
		width:788px;
		margin:auto;
	}
	div#principal_bg div#principal div#principal_interno{
		float:left;
		padding:10px;
		width:758px;
	}
	div#principal_bg div#principal div#principal_interno div#conteudo_interno{
		float:left;
		height:100%;
		margin-left:20px;
		width:500px;
		text-align:justify;
	}
	ul.lista_home{
		line-height:22px;
		list-style:inside;
		margin-left:15px;	
	}
	ul li.divisor_lista{
		list-style:none;
		margin-left:-15px;
		line-height:30px;
	}
	#box_solucoes{
		float:left;
		margin-right:10px;	
		width:230px;
	}
	.box_solucoes{
		width:235px;
		height:130px;	
		margin-bottom:10px;
	}
	#box_solucoes_juridico{
		float:left;
		background:url("img/box_home.png");
	}
	#box_solucoes_juridico2{
		background:url("img/box_home.png");
		float:right;
	}
	#box_vantagens{
		float:left;
		margin-left:10px;	
		width:230px;
	}
	#box_divisor{
		float:left;
		width:10px;
		text-align:center;
		margin-top:40px;	
	}

	.lista_interna{
		margin-left:30px;
		line-height:22px;			
	}	
	
	.logo_cliente{
		width:150px;
		float:left;
}

/**********				MENU VERTICAL			**********/

	div#principal_bg div#principal div#principal_interno div#menu_vertical{
		background:url("img/bg_menu.gif") no-repeat;
		float:left;
		height:700px;
		margin-top:-10px;
		padding:10px;	
		width:208px;
		text-align:left;
	}
	div#menu_vertical ul#menu_vertical2_links li{
		height:15px;
		list-style:none;		
		margin-left:5px;
	}
	div#menu_vertical ul#menu_vertical2_links li a{
		color:#1c7992;
		font-size:13px;
		text-decoration:none;
		margin-left:20px;
	}

/**********				SOMBRAS				**********/

	.sombra{
		width:5px;
		height:100%;
	}
	.sombra_esquerda{
		background:url("img/sombra_esquerda.gif");
		float:left;
	}
	.sombra_direita{
		background:url("img/sombra_direita.gif");
		float:right;
	}
	.sombra_esquerda_rodape{
		background:url("img/sombra_esquerda_rodape.gif");
		float:left;
	}
	.sombra_direita_rodape{
		background:url("img/sombra_direita_rodape.gif");
		float:right;
	}
	.sombra_esquerda_topo{
		background:url("img/sombra_esquerda_topo.gif");
		float:left;
	}
	.sombra_direita_topo{
		background:url("img/sombra_direita_topo.gif");
		float:right;
	}
	.sombra_esquerda_topo_home{
		background:url("img/sombra_esquerda_topo_index.gif");
		float:left;
	}
	.sombra_direita_topo_home{
		background:url("img/sombra_direita_topo_index.gif");
		float:right;
	}

/**********				FONTES				**********/

	.cor_azul{
		color:#1c7992;
	}
	.tamanho10{
		font-size:10px;	
	}
	.tamanho11{
		font-size:11px;	
	}
	.tamanho12{
		font-size:12px;	
	}
	.tamanho13{
		font-size:13px;	
	}
	.tamanho14{
		font-size:14px;	
	}
	.tamanho15{
		font-size:15px;	
	}
	.tamanho16{
		font-size:16px;	
	}
	h3 strong{
		font-size:14px;	
	}
	
/**********				MÓDULOS				**********/

	div.box_modulo{
		margin-left:-5px;
		widht:506px;
		height:165px;
		background:url("img/box_modulos.png") no-repeat;
		margin-bottom:20px;
	}
	div.modulo_titulo{
		width:107px;
		margin-top:52px;
		float:left;
	}
	div.modulo_texto{
		width:373px;
		height:145px;
		float:left;
		padding:10px;
	}
	
/**********				TOOLTIP				**********/

	#tooltip {
		position:absolute;
		z-index:9999;
		color:#fff;
		font-size:11px;
		width:180px;
		
	}
	#tooltip .tipHeader {
		height:8px;
		background:url("../images/tipHeader.png") no-repeat;
	}
	#tooltip .tipBody {
		background:url("../images/tipBody.png");
		padding:5px 5px 5px 15px;
	}
	#tooltip .tipFooter {
		height:8px;
		background:url("../images/tipFooter.png") no-repeat;
	}

/**********				ABERTURA				**********/

	div#faixa_home_abertura{
		background:url('img/bg_index.gif');
		height:356px;
		margin-top:0px;
		vertical-align:middle;	
	}

/**********				TABELA				**********/

	table{
		background-color:#e1e4ec; border:2px solid #0c6182;
	}
	tr{
		height:35px;
	}
	tr.lista1{
		background:#c9cbd9;
	}
	td{
		padding-left:5px;
	}
	thead{
		background:#9cacc7;
		color:#fff;
	}
	
	
/**********				NOVA HOME				**********/

	
	div.principal_interno_home{
		width:738px;
		margin:15px 0 20px 20px;
	}
	div#solucao_home_contabil{
		background:url("img/banner_solucao_contabil.jpg");	
		float:left;
	}
	div#solucao_home_contabil:hover{
		background:url("img/banner_solucao_contabil.jpg") 0 246px;
		float:left;
	}
	div#solucao_home_juridico{
		background:url("img/banner_solucao_juridico.jpg");
		float:left;		
	}
	div#solucao_home_juridico:hover{
		background:url("img/banner_solucao_juridico.jpg") 0 246px;
		float:left;		
	}
	div#solucao_home_geral{
		background:url("img/banner_solucao_geral.jpg");
		float:left;				
	}
	div#solucao_home_geral:hover{
		background:url("img/banner_solucao_geral.jpg") 0 246px;
		float:left;				
	}
	.box_solucao_home{
		width:246px;
		height:246px;
		display:block;
	}
	div#conteudo_home2{
		margin-top:20px;
		width:738px;
		height:400px;
		float:left;
	}
	div#conteudo_esquerda_home{
		width:492px;
		height:400px;
		float:left;
		margin-right:23px;
	}
	div#sobre_home{
		width:462px;
		height:115px;
		background:url("img/bg_sobre_home.gif");
		border:solid 1px #a0a0a0;
		margin-bottom:20px;
	}
	.box_home{
		padding:15px;
		text-align:justify;
		color:#555;	
	}
	.titulo_home{
		color:#067bd1;
		font-size:14px;
		margin-bottom:10px;
	}
	.cor_azul_home{
		color:#067bd1;	
	}
	.sub_titulo_home{
		color:#067bd1;
	}
	.link_home{
		color:#555;	
	}
	.texto_depoimento_home{
		font-size:11px;
		font-style:italic;
		color:#555;	
	}
	.divisoria_home{
		margin:10px 0 10px 0;
	}
	.rodape_depoimentos_home{
		text-align:right;	
	}
	div#destaques_home{
		width:463px;
		height:198px;
		background:url("img/bg_noticias_home.gif");
	}
	div#depoimentos{
		width:193px;
		height:370px;
		float:left;
		background:url("img/bg_casos.gif");
	}
	
	/*			ACCORDION				*/
	
	.accordion2 {
	width: 500px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #e3e2e2;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}


