@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------Diagramação do Site -------------------------------------------------*/

html {
    height: 100%;
}

body {
   margin: 0px;
   text-align: center;
   background-color: #FFFFFF;
   height: 100%;
}

#principal {
    border-left: 0px groove #000;
	border-right: 0px ridge #000;
	width: 840px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;

	min-height:690px;
	height:auto;
	
}   


#principalSol {
    border-left: 0px groove #000;
	border-right: 0px ridge #000;
	width: 840px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;

	min-height:890px;
	height:auto;
	
} 

* html #principal {
    height:100%;
}	
   


#topo {
   min-height:130px;

   padding: 10px;
   height:auto;
 }  
   
   
   


#Solucoes {
   width: 265px;
   padding: 10px;
   float: left;
   min-height: 466px; 
}  



#CentroEsquerdo {
	width: 535px;
	float: right;
	padding: 2px;
	min-height: 466px;
	text-align: justify;
}


#CentroEsquerdoSol {
	width: 535px;
	float: right;
	padding: 2px;
	min-height: 680px;
	text-align: left;
}


#Missão {
   /*background-color:#CC0000;*/
   /* border-left: 1px groove #000; */
	
   width: 295px;
   float: left;
   padding: 2px;
   min-height: 466px; 
}

#Portifolio {

  /* border-left: 1px groove #000; */
  /* border-right: 1px ridge #000; */
   width: 220px;
   float: right;
   padding: 1px;
   min-height: 466px; 
}




#RodapeSite {

   float: left;
   width: 800px;
   min-height:34px;

   padding: 1px;
   height:auto;
 } 




#RodapeSiteSol {

   float: left;
   width: 800px;
   min-height:34px;
   padding: 1px;
   height:auto;
 } 







/* -------------------------------------------------Posicionamento de figuras e Tabelas-------------------------------------------------*/


/* -------------------------------------------------Tabelas -------------------------------------------------*/
#TabMenu {
 position: relative;
 left: 15px;
 top: 70px;
}


#missaoObjetivoTab {
 position: relative;
 left: 3px;
 top: 5px;
}

#SacTab {
 position: relative;
 left: 1px;
 top: -5px;
}


#TabAnimacao {
 position: relative;
 left: 1px;
 top: -5px;
}


/* -------------------------------------------------Fim Tabelas -------------------------------------------------*/



.IMGTopo {
	background-attachment: scroll;
	background-image: url(../Imagens/Topo.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.FundoW2 {
	background-attachment: scroll;
	background-image: url(../Imagens/FundoW2tech.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.FundoW22 {
	background-attachment: scroll;
	background-image: url(../Imagens/FundoW2tech2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#Menu {
 position: absolute;
 left: 43%;
 top: 82px;
}




.SolucoesWeb {
	background-attachment: scroll;
	background-image: url(../Imagens/SolucoesWeb.png);
	background-repeat: no-repeat;
	background-position: 15px 1px;
}


.MissaoObjetivo {
	background-attachment: scroll;
	background-image: url(../Imagens/MissaoObjetivo.jpg);
	background-repeat: no-repeat;
	background-position: 23px 1px;
}

.AtendimentoFundo {
	background-attachment: scroll;
	background-image: url(../Imagens/Atendimento.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}


.Rodape {
	background-attachment: scroll;
	background-image: url(../Imagens/Rodape.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
}





td img {display: block;}


/* -------------------------------------------------Configuração Gramatical e Links -------------------------------------------------*/



.TextFutura15Azul {
	font-family: Futura Lt BT;
	font-size: 12px;
	color: #77A8B3;
	font-weight: bold;
}


.TextFutura10Azul {
	font-family: Futura Lt BT;
	font-size: 11px;
	color: #649CA8;
	font-weight: bold;
	text-align: left;
}

.TextFutura16AzulBold {
	font-family: Futura Lt BT;
	font-size: 16px;
	color: #1C698A;
	font-weight: bold;
	text-align: left;
}


.LinkFutura15Azul:active { font-family: Futura Medium; font-size: 15px; color: #77A8B3; text-decoration: none; font-weight: bold;}
.LinkFutura15Azul:link { font-family: Futura Medium; font-size: 15px; color: #77A8B3; text-decoration: none; font-weight: bold;}
.LinkFutura15Azul:hover { font-family: Futura Medium; font-size: 15px; color: #77A8B3; text-decoration: underline; font-weight: bold;}
.LinkFutura15Azul:visited { font-family: Futura Medium; font-size: 15px; color: #77A8B3; text-decoration: none; font-weight: bold;}
