/*1 corpo principal, instruções para layout geral do site */
BODY {
overflow-y:auto;
overflow-x:auto;
margin:0px;
text-align:center;
padding:0;

SCROLLBAR-FACE-COLOR: #EFEFEF;
SCROLLBAR-HIGHLIGHT-COLOR: #f6faf9; 
SCROLLBAR-SHADOW-COLOR: #f5f5f5;
SCROLLBAR-3DLIGHT-COLOR: #dedede;
SCROLLBAR-ARROW-COLOR: black; 
SCROLLBAR-DARKSHADOW-COLOR: #d8d8d8; 
SCROLLBAR-BASE-COLOR: #red;

font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}
/*1 *********************************************************/


/*1.1 classe de estilo opcional para textos com destaque em negrito deve ser chamada por class="textobold" */
font.textobold {
font-weight: bold;
}
/*1.1 *********************************************************/



/*1.2 classe de estilo opcionalpara textos com cor diferenciado do geral do site deve ser chamada por class="cordois" */
font.cordois {
color:red;
}
/*1.2 *********************************************************/



/*2 instrução padrão para todos os links dentro do site, (bold com houver sublinhado) */
a:link {
	font-family: verdana;
	color:white;
	font-size:10px;
	text-decoration:none;
	}
a:visited {
	font-family: verdana;
	color:white;
	font-size:10px;
	text-decoration:none;
	}
a:hover {
	font-family: verdana;
	color:#EFEFEF;
	font-size:10px;
	text-decoration:underline;
	}
a:active {
	font-family: verdana;
	color:white;
	font-size:10px;
	text-decoration:none;
}
/*2 *********************************************************/



/*2.1 classe de estilo opcional (bold com houver de cor diferente) para links do documento, ao invés do hover ser sublinhado, o link é caracterizado pelo texto em em outra cor, todos os atributos(familia,tamanho, etc) são herdados do padrão geral de link, deve ser chamado com class="linkcoropcional" */
a.linkcoropcional:link {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
a.linkcoropcional:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
a.linkcoropcional:hover {
	color:#e5de00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:10px;
	}
a.linkcoropcional:active {
	color:#e5de00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
/*2.1 *********************************************************/



/*2.1.1 classe de estilo opcional (bold com houver de cor diferente) para links do documento, ao invés do hover ser sublinhado, o link é caracterizado pelo texto em em outra cor, todos os atributos(familia,tamanho, etc) são herdados do padrão geral de link, deve ser chamado com class="linkcoropcional" */
a.linkcoropcionaldois:link {
	text-decoration:none;
	font-weight: bold;
	color:silver;
	line-height:1em;
	}
a.linkcoropcionaldois:visited {
	text-decoration:none;
	font-weight: bold;
	color:silver;
	line-height:1em;
	}
a.linkcoropcionaldois:hover {
	text-decoration:none;
	font-weight: bold;
	color:orange;
	line-height:1em;
	}
a.linkcoropcionaldois:active {
	text-decoration:none;
	font-weight: bold;
	color:silver;
	line-height:1em;

}
/*2.1.1 *********************************************************/



/*2.2 classe de estilo opcional (underline)*/
a.linkunderline:link {
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	}
a.linkunderline:visited {
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	}
a.linkunderline:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#666666;
	}
a.linkunderline:active {
	text-decoration:none;
	font-weight:normal;
	color:#666666;

}
/*2.2 *********************************************************/



/*3 classe borderid para uso em imagens com links, dentro do tag <a href="" CLASS="borderit"> que antecede a imagem */
.borderit img{
border: 1px solid silver;
margin-bottom:6px;
}
.borderit:hover img{
border: 1px solid #333333;
}
.borderit:hover{
color:  #333333;
}
/*3 *********************************************************/



/*4 classe form para usar em campos de formulário, chamado por class="form" */
.form { 
border:1px solid silver; width:240;
font-family: Verdana;
margin:0;
padding:0;
font-size: 10px;
}

html>body .form { 
border:1px solid silver; width:235;
font-family: Verdana;
margin:2;
padding:0;
font-size: 10px;
}

/*4 *********************************************************/
/*4.2 classe form2 para usar em campos de formulário, chamado por class="form2" */
.formnewsletter { 
border:0px solid white;
width:130px;
height:18px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}

html>body .formnewsletter { 
border:0px solid white;
width:130px;
height:18px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}

/*******************/

.form_curriculo { 
border:1px solid silver;
width:424px;
height:15px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

html>body .form_curriculo { 
border:1px solid silver;
width:424px;
height:14px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

.form_curriculo_txtarea { 
border:1px solid silver;
width:494px;
height:60px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
overflow:auto;
}

html>body .form_curriculo_txtarea { 
border:1px solid silver;
width:494px;
height:60px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
overflow:auto;
}

.enviar {
background-image:url(img/enviar.jpg);
height: 37px;
width: 98px;
border:0px;
cursor:pointer;
}

.limpar {
background-image:url(img/limpar.jpg);
height: 37px;
width: 97px;
border:0px;
cursor:pointer;
}

/*******************/

.form_contato{ 
border:1px solid silver;
width:200px;
height:15px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

html>body .form_contato { 
border:1px solid silver;
width:200px;
height:14px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

.form_contato_txtarea { 
border:1px solid silver;
width:200px;
height:60px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
overflow:auto;
}

html>body .form_contato_txtarea { 
border:1px solid silver;
width:200px;
height:60px;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
overflow:auto;
}
/*4.1 *********************************************************/


/*5 estrutura principal do site, todos os outros div´s(com position:absolute;) estão alinhados com base neste, assim todo div que
tiver height ou width com %, será em cima do valor desse div principal, assim como alinhamento */
div.enquadramento {
top:0px;
position:relative;
width: 100%; /*tamanho do site, largura*/
height: 100%px; /*tamanho do site, altura*/
border:0px;
padding:0;
text-align:center;
margin:0 auto; /*valor auto utilizado no Firefox para calculo altomático das margens "deixar centralizado"*/
background-image:url("img/fundo.jpg");
background-repeat:repeat-x;
}
/*5 *********************************************************/


/*6 divs do conteúdo do site:
div.top => div utilizado para cabeçalho e menus horizontais;
div.esquerda => div utilizado menus verticais ou imagens;
div.frame => div utilizado para conteúdo ou para abrir iframes que chamem arquivos externos;
div.baixo => div utilizado para rodapés, assinaturas, créditos, informações de visualizações e direitos autorais;

No HTML a hierarquia de exibição é do último div ao primeiro, o último div será exibido em acima de todos os outros, assim como o primeiro será exibido sempre abaixo dos outros ************************************************/


div.top {
width: 780px;
height: 333px;
background-image:url("img/00.jpg");
background-repeat:no-repeat;
border:0px;
text-align:left;
}


div.frame {
width: 780px;
height: 363px;
background-image:url("img/fundo.jpg");
background-repeat:repeat-x;
border:0px;
}

div.frame2 {
width: 780px;
height: 352px;
background-image:url("img/fundo.jpg");
background-repeat:repeat-x;
border:0px;
}

div.banner {
position:absolute;
top:150px;
width: 778px;
height: 210px;
background-image:url("img/fundo_banner.jpg");
background-repeat:repeat-x;
border:0px;
}

div.menu {
position:absolute;
top: 75px;
right: 0px;
width: 780px;
height: 20px;
border:0px;
text-indent:30px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
word-spacing:6px;
color:#FFFFFF;
}

div.logos {
position:absolute;
top: 48px;
right: 30px;
width: 49px;
height: 30px;
border:0px;
}

div.email {
position:relative;
top: -45px;
left: 581px;
width: 156px;
height: 20px;
border:0px;
text-align:left;
padding-top:2px;
}

div.emailleft{
position:absolute;
top: 2px;
left: 1px;
width: 130px;
height: 19px;
border:0px;
text-align:left;
}

div.emailright {
position:absolute;
top: 1px;
right: 1px;
width: 21px;
height: 19px;
border:0px;
text-align:left;
}

div.animacao {
position:absolute;
top: 150px;
right: 2px;
width: 777px;
height: 209px;
border:0px;
}

div.credito {
	position:absolute;
	bottom: -2px;
	right: 1px;
	width: 100%;
	height: 11px;
	text-align: center;
	border:0px;
	padding:0;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	background-image:url("img/rodape.jpg");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#666666;
}


/*MENU *********************************************************************************************************/
/*MENU *********************************************************************************************************/
#menuexpande {
width:100%;
height:20px;
margin:0;
padding:0;
list-style-type:none;
background-color:#dddddc;
text-transform:uppercase;
display: block;
}
#menuexpande li {
border:1px solid #979696;
border-top:0px;
text-align:center;
width:80px;
float: left;
display: block;
}
#menuexpande li a:link, #menuexpande li a:visited {
width:100%;
padding-bottom:4px;
padding-top:4px;
text-decoration:none;
font-family: arial;
font-size:7pt;
color:#5f5d5e;
text-align:center;
background-color:#dddddc;
display: block;
}
#menuexpande li a:hover {
width:100%;
text-decoration:none;
font-family: arial;
font-size:7pt;
text-align:center;
background-color:#ececec;
display: block;
}

div.menuum {
position:absolute;
top:77px;
left:75px;
width:246px;
padding:0px;
padding-top:20px;
height:20px;
text-align:left;
visibility:hidden;
}

div.menudois {
position:absolute;
top:77px;
left:115px;
width:120px;
padding-top:20px;
height:20px;
text-align:left;
visibility:hidden;
}

div.menutres {
position:absolute;
top:77px;
left:190px;
width:194px;
padding-top:20px;
height:20px;
text-align:left;
visibility:hidden;
}

div.menuquatro {
position:absolute;
top:77px;
left:160px;
width:321px;
padding-top:20px;
height:20px;
text-align:left;
visibility:hidden;
}

/*HOME *********************************************************************************************************/
/*HOME *********************************************************************************************************/
div.home {
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/home.jpg");
background-repeat:no-repeat;
}

div.homenoticias {
position:relative;
top: 70px;
left: 25px;
width: 200px;
height: 110px;
border:0px;
text-align:left;
overflow-y:hidden;
overflow-x:hidden;
}

div.homedepoimentos {
	position:relative;
	top: 130px;
	left: 18px;
	width: 185px;
	height: 140px;
	border:0px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

div.homemaisdepoimentos {
	position:relative;
	top: -80px;
	left: 150px;
	width: 66px;
	height: 23px;
	border:0px;
}

div.homemaissiac{
	position:relative;	
	top: -120px;
	left: 243px;
	width: 294px;
	height: 0px;	
	border:0px;
	text-align:right;
}

div.homeatendimento{
position:relative;
top: -250px;
left: 620px;
width: 133px;
height: 130px;
border:0px;
}

div.homecases{
position:relative;
top: -180px;
left: 570px;
width: 185px;
height: 86px;
border:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
/*text-align:justify;*/
}

div.homeclientes{
position:relative;
top: -180px;
left: 570px;
width: 185px;
border:0px;
}

/*VISÃO *********************************************************************************************************/
/*VISÃO *********************************************************************************************************/
div.visao{
width: 780px;
height: 810px;
border:0px;
text-align: left;
background-image:url("img/visao2.jpg");
background-repeat:no-repeat;
}

div.visaotxt {
	position:relative;
	top: 50px;
	left: 50px;
	width: 320px;
	height: 400px;
	border:0px;
	text-align:justify;
}

div.valores {
	position:relative;
	top: 110px;
	left: 50px;
	width: 300px;
	height: 200px;
	border:0px;
	text-align:justify;
}

div.video {
	position:relative;
	top: 120px;
	left: 390px;
	width: 250px;
	height: 150px;
	border:0px;
	text-align:justify;
}

/*SOCIAL *********************************************************************************************************/
/*SOCIAL *********************************************************************************************************/
div.social{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/social.jpg");
background-repeat:no-repeat;
}

div.socialtxt {
position:relative;
top: 85px;
left: 50px;
width: 320px;
height: 240px;
border:0px;
text-align: justify;
}

/*SOCIAL *********************************************************************************************************/
/*SOCIAL *********************************************************************************************************/
div.historico{
width: 780px;
height: 520px;
border:0px;
text-align: left;
background-image:url("img/historico.jpg");
background-repeat:no-repeat;
}

div.historicotxt {
position:relative;
top: 85px;
left: 50px;
width: 320px;
height: 240px;
border:0px;
text-align: justify;
}

/*MISSÃO *********************************************************************************************************/
/*MISSÃO *********************************************************************************************************/
div.missao{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/missao.jpg");
background-repeat:no-repeat;
}

div.missaotxt {
position:relative;
top: 160px;
left: 50px;
width: 320px;
height: 80px;
border:0px;
text-align: justify;
}

div.missaotxtvalores {
position:relative;
top: 230px;
left: 50px;
width: 320px;
height: 110px;
border:0px;
text-align:left;
}

/*PARCEIROS *********************************************************************************************************/
/*PARCEIROS *********************************************************************************************************/
div.parceiros{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/parceiros.jpg");
background-repeat:no-repeat;
}

div.parceirostxt {
position:relative;
top: 110px;
left: 430px;
width: 350px;
height: 309px;
border:0px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

/*CASES *********************************************************************************************************/
/*CASES *********************************************************************************************************/
div.cases{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/cases.jpg");
background-repeat:no-repeat;
}

div.casestxt {
position:relative;
top: 105px;
left: 30px;
width: 210px;
height: 309px;
border:0px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}

div.casestxtdois {
position:relative;
top: -205px;
left: 280px;
width: 210px;
height: 309px;
border:0px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}

div.casestxttres {
position:relative;
top: -513px;
left: 530px;
width: 210px;
height: 309px;
border:0px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}


/*BANCO *********************************************************************************************************/
/*BANCO *********************************************************************************************************/
div.banco{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/banco.jpg");
background-repeat:no-repeat;
}

div.bancotxt {
position:relative;
top: 85px;
left: 50px;
width: 320px;
height: 28px;
border:0px;
text-align: justify;
}

div.bancotxtb {
position:relative;
top: 105px;
left: 50px;
width: 320px;
height: 285px;
border:0px;
text-align: justify;
overflow-y:auto;
overflow-x:hidden;
}

/*SIAC *********************************************************************************************************/
/*SIAC *********************************************************************************************************/
div.siac{
width: 780px;
height: 630px;
border:0px;
text-align: left;
background-image:url("img/siac.jpg");
background-repeat:no-repeat;
padding-top:161px;
padding-left:36px;
}


/*SIAC 02 *********************************************************************************************************/
/*SIAC 02 *********************************************************************************************************/
div.siacdois{
width: 780px;
height: 640px;
border:0px;
text-align: left;
background-image:url("img/siac02.jpg");
background-repeat:no-repeat;
}


div.siacdoistxt {
position:relative;
top: 85px;
left: 50px;
width: 365px;
height: 520px;
border:0px;
text-align: justify;
padding-right:15px;
}

/*SMS *********************************************************************************************************/
/*SMS********************************************************************************************************/
div.sms{
width: 780px;
height: 615px;
border:0px;
text-align: left;
background-image:url("img/sms.jpg");
background-repeat:no-repeat;
}


div.smstxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 500px;
border:0px;
text-align: justify;
}

div.smsmaissiac{
position:relative;
top: -44px;
left: 700px;
width: 21px;
height: 24px;
border:0px;
}

div.smsanimacao {
position:relative;
top: -413px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}

div.smsagende{
position:relative;
top: -310px;
left: 580px;
width: 139px;
height: 49px;
border:0px;
}
/*SMS *********************************************************************************************************/

/*PAF*********************************************************************************************************/
div.graficos{
width: 780px;
height: 615px;
border:0px;
text-align: left;
background-image:url("img/graficos.jpg");
background-repeat:no-repeat;
}


div.graficostxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 500px;
border:0px;
text-align: justify;
}

div.graficosmaissiac{
position:relative;
top: -44px;
left: 700px;
width: 21px;
height: 24px;
border:0px;
}

div.graficosanimacao {
position:relative;
top: -413px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}

div.graficosagende{
position:relative;
top: -310px;
left: 580px;
width: 139px;
height: 49px;
border:0px;
}

/*graficos *********************************************************************************************************/


/*PAF*********************************************************************************************************/
div.paf{
width: 780px;
height: 615px;
border:0px;
text-align: left;
background-image:url("img/paf.jpg");
background-repeat:no-repeat;
}


div.paftxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 500px;
border:0px;
text-align: justify;
}

div.pafmaissiac{
position:relative;
top: -44px;
left: 700px;
width: 21px;
height: 24px;
border:0px;
}

div.pafanimacao {
position:relative;
top: -413px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}

div.pafagende{
position:relative;
top: -310px;
left: 580px;
width: 139px;
height: 49px;
border:0px;
}

/*PAF *********************************************************************************************************/



/*FRENTE********************************************************************************************************/
div.frente{
width: 780px;
height: 615px;
border:0px;
text-align: left;
background-image:url("img/frente.jpg");
background-repeat:no-repeat;
}


div.frentetxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 500px;
border:0px;
text-align: justify;
}

div.frentemaissiac{
position:relative;
top: -44px;
left: 700px;
width: 21px;
height: 24px;
border:0px;
}

div.frenteanimacao {
position:relative;
top: -413px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}

div.frenteagende{
position:relative;
top: -310px;
left: 580px;
width: 139px;
height: 49px;
border:0px;
}


/*TEF *********************************************************************************************************/
/*TEF *********************************************************************************************************/
div.tef{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/tef.jpg");
background-repeat:no-repeat;
}

div.teftxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*CONSULTA *********************************************************************************************************/
/*CONSULTA *********************************************************************************************************/
div.consulta{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/consulta.jpg");
background-repeat:no-repeat;
}

div.consultatxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*BIOMETRIA *********************************************************************************************************/
/*BIOMETRIA *********************************************************************************************************/
div.biometria{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/biometria.jpg");
background-repeat:no-repeat;
}

div.biometriatxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*SINTEGRA *********************************************************************************************************/
/*SINTEGRA *********************************************************************************************************/
div.sintegra{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/sintegra.jpg");
background-repeat:no-repeat;
}

div.sintegratxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*FINANCEIRO *********************************************************************************************************/
/*FINANCEIRO *********************************************************************************************************/
div.financeiro{
width: 780px;
height: 535px;
border:0px;
text-align: left;
background-image:url("img/financeiro.jpg");
background-repeat:no-repeat;
}

div.pagar{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/pagar.jpg");
background-repeat:no-repeat;
}
div.financeirotxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

div.financeiroanimacao {
position:relative;
top: -246px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}
/*MATRIZ *********************************************************************************************************/
/*MATRIZ *********************************************************************************************************/
div.matriz{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/matriz.jpg");
background-repeat:no-repeat;
}

div.matriztxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*COMPRAS *********************************************************************************************************/
/*COMPRAS *********************************************************************************************************/
div.compras{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/compras.jpg");
background-repeat:no-repeat;
}

div.comprastxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

div.comprasanimacao {
position:relative;
top: -246px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}
/*ESTOQUE *********************************************************************************************************/
/*ESTOQUE *********************************************************************************************************/
div.estoque{
width: 780px;
height: 492px;
border:0px;
text-align: left;
background-image:url("img/estoque.jpg");
background-repeat:no-repeat;
}

div.estoquetxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

div.estoqueanimacao {
position:relative;
top: -246px;
left: 391px;
width: 331px;
height: 331px;
border:0px;
text-align:left;
}
/*CLIENTE *********************************************************************************************************/
/*CLIENTE *********************************************************************************************************/
div.cliente{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/cliente.jpg");
background-repeat:no-repeat;
}

div.clientetxt {
position:relative;
top: 85px;
left: 50px;
width: 335px;
height: 333px;
border:0px;
text-align: justify;
}

/*ECURRICULO *********************************************************************************************************/
/*ECURRICULO *********************************************************************************************************/
div.ecurriculo{
width: 780px;
height: 472px;
border:0px;
text-align: left;
}

div.ecurriculobtum {
position:relative;
top: 85px;
left: 160px;
width: 196px;
height: 226px;
border:0px;
text-align:left;
}

div.ecurriculobtdois{
position:relative;
top: -140px;
left: 420px;
width: 195px;
height: 226px;
border:0px;
text-align:left;
}

/*LOCALIZACAO *********************************************************************************************************/
/*LOCALIZACAO *********************************************************************************************************/
div.localizacao{
width: 780px;
height: 580px;
border:0px;
text-align: left;
background-image:url("img/localizacao.jpg");
background-repeat:no-repeat;
}
/*FORMCURRICULO *********************************************************************************************************/
div.formcurriculo{
width: 780px;
height: 920px;
border:0px;
text-align: left;
background-image:url("img/formcurriculo.jpg");
background-repeat:no-repeat;
}
table.formcurriculo{
border:0px;
position:relative;
top: 115px;
left: 130px;
vertical-align:top;
}

/*SIAC FAC ****************************************************************************************************/
/*SIAC FAC ****************************************************************************************************/
div.siac_fac{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/siac_fac.jpg");
background-repeat:no-repeat;
}

div.siac_factxt {
position:relative;
top: 90px;
left: 430px;
width: 310px;
height: 326px;
border:0px;
text-align: justify;
padding-right:15px;
overflow-y:auto;
overflow-x:hidden;
}

div.siac_facmaissiac{
	position:relative;
	top: 10px;
	left: 325px;
	width: 21px;
	height: 24px;
	border:0px;
}


/*CASOS SUCESSO 1***************************/

div.casos1{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/siac_fac2.jpg");
background-repeat:no-repeat;
}

div.casos_txt1 {
	position:relative;
	top: 60px;
	left: 40px;
	width: 240px;
	height: 50px;
	border:0px;
	text-align: justify;
	padding-right:15px;
	overflow-y:auto;
	overflow-x:hidden;
}

div.casos_txt2 {
	position:relative;
	top: 60	px;
	left: 300px;
	width: 310px;
	height: 200px;
	border:0px;
	text-align: justify;
	padding-right:15px;
	overflow-y:auto;
	overflow-x:hidden;
}

/*FIM CASOS SUCESSO 1***************************/




/*DEPOIMENTOS ****************************************************************************************************/
/*DEPOIMENTOS ****************************************************************************************************/

div.depoimentos{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/depoimentos.jpg");
background-repeat:no-repeat;
}


div.depoimentostxt {
position:relative;
top: 145px;
left: 289px;
width: 390px;
height: 180px;
border:0px;
text-align: justify;
padding-right:15px;
overflow-y:auto;
overflow-x:hidden;
}

div.depoimentosleft{
position:relative;
top: -10px;
left: 0px;
width: 38px;
height: 108px;
border:0px;
}

div.depoimentosright{
position:relative;
top: -120px;
left: 700px;
width: 39px;
height: 108px;
border:0px;
}

div.depoimentosrightzero{
position:relative;
top: -14px;
left: 700px;
width: 39px;
height: 108px;
border:0px;
}

/*CONTATO ****************************************************************************************************/
/*CONTATO ****************************************************************************************************/
div.contato{
width: 780px;
height: 615px;
border:0px;
text-align: left;
background-image:url("img/contato.jpg");
background-repeat:no-repeat;
}


div.contatotxt {
	position:relative;
	top: 50px;
	left: 542px;
	width: 200px;
	height: 250px;
	border:0px;
	text-align: justify;
}

table.formcontato{
border:0px;
position:relative;
top: 50px;
left: 135px;
vertical-align:top;
}

div.contatomaissiac{
	position:relative;
	top: -280px;
	left: 465px;
	width: 21px;
	height: 24px;
	border:0px;
}

div.contatoiframe {
position:relative;
top: 100px;
left: 542px;
width: 122px;
height: 250px;
border:0px;
text-align:left;
}
/*REPRESENTANTE ****************************************************************************************************/
/*REPRESENTANTE ****************************************************************************************************/
div.representante{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/representante.jpg");
background-repeat:no-repeat;
}


table.formrepresentante{
border:0px;
position:relative;
top: 105px;
left: 135px;
vertical-align:top;
}

/*AGENDE ****************************************************************************************************/
/*AGENDE ****************************************************************************************************/
div.agende{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/agende.jpg");
background-repeat:no-repeat;
background-position: 0px 12px;
padding-top:10px;
}

table.formagende{
border:0px;
position:relative;
top: 55px;
left: 440px;
vertical-align:top;
}

div.contatoatendimento{
position:relative;
top: -389px;
left: 543px;
width: 133px;
height: 150px;
border:0px;
}





div.receber{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/receber.jpg");
background-repeat:no-repeat;
}

div.trabalhe{
width: 780px;
height: 802px;
border:0px;
text-align: left;
background-image:url("img/trabalheconosco.jpg");
background-repeat:no-repeat;
}

div.trabalhetxt {
position:relative;
top: 130px;
left: 50px;
width: 320px;
height: 240px;
border:0px;
text-align: justify;
}


div.siac_facmais_link {
position:absolute;
top: 560px;
left: 288px;
width: 139px;
height: 49px;
}

div.siac_facmais_linkb {
	position:relative;
	top: 235px;
	left: 180px;
	width: 120px;
	height: 41px;
}


div.contatoagende {
	position:relative;
	top: 150px;
	left: 130px;
	width: 120px;
	height: 41px;
}

div.clientes{
width: 780px;
height: 472px;
border:0px;
text-align: left;
background-image:url("img/07.jpg");
background-repeat:no-repeat;
}

div.clientestxt {
	position:absolute;
	top: 428px;
	left: 710px;
	width: 246px;
	height: 309px;
	border:0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

div.clientesmapa {
	position:relative;
	top: 35px;
	left: -800px;
	width: 550px;
	height: 450px;
	border:0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
