
html, body{	/* Geral */
	text-align:center;
	margin:0px;	
	height:100%;
	width:100%;
	background-color:#ffffff;
	
	background-image:url(../_images/home/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
	font-family:Tahoma ;
	font-size:11px;
	color:#818181;
	text-align:justify;
}

#divConteudo /* Geral */
{
	width:550px;
	height:auto;	
	float:left;
}

#divAnimacao /* Home */
{
	width:550px;
	height:362px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

#divConteudo_Esq  /* Home */
{
	width:179px;
	height:571px;
	float:left;
	background-image:url(../image/home/boxServicos_bg.gif);
	background-repeat:repeat;
}

#divConteudo_Dir /* Home */
{
	width:371px;
	height:571px;
	float:left;
}

#divLadoEsquerdo /* Servicos */
{
	margin-top:-40px;
	width:228px;
	height:734px;
}

.textoServicos  /* Home */
{
	font-family:Tahoma ;
	font-size:11px;
	color:#818181;
	text-align:justify;
	line-height:18px;
	margin-left:20px;
	width:140px;
}

#divCentroServicos
{
	background-image:url(../_images/home/boxServicos_bg.gif); 
	width:179px; 
}

#divServicos
{
	width:179px; 
	float:left;
	height:571px;
}