@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#corpo{
	width:990px; margin:auto;
}
#topo{
	width:990px;
}
#logo{
	float:left; 
	margin-top:30px;
}
#flash{
	float:right;
}
#conteudo{
	float:left; margin-top:50px; width:990px;
}
#conteudo-esq{
	float:left; 
	margin-left:7px;
}
#bg-txtempresa{
	background-color:#E6D7C1; 
	width:290px; 
	height:140px; 
	line-height:170%;
}
#txt-empresa-index{
	float:left; 
	margin-left:18px; 
	width:253px; 
	margin-top:10px; 
	text-align:justify;
}
#newsletter{
	margin-top:30px;
}
#conteudo-centro{
	width:300px; 
	float:left; 
	margin-left:45px;
}
#conteudo-dir{
	float:right;
}
#rodape{
	clear:both; 
	height:50px; 
	width:990px; 
	margin-top:50px; 
	float:left;
}
#separador-conteudo-rodape{
	width:990px; 
	background-color:#CCCCCC; 
	height:1px;
}
#endereco-rodape{
	float:left;	 
	margin-top:10px; 
	letter-spacing:1px;
	width:450px;
}
#logo-mix{
	float:right; 
	margin-top:10px; 
	margin-right:10px;
}
