@charset "utf-8";
/* CSS Document */


#conteudo{
	background-image:url(img/fundo_conteudo.png);
	background-repeat:no-repeat;
	height:768px;
	width:1024px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	overflow:hidden;
}

#logo{
	height:120px;
	width:997px;
	margin-top:0px;
	margin-left:0px;
	float:left;
}

#topo		{
	height:27px;
	width:600px;
	margin-top:20px;
	margin-right:50px;
	float:right;
	text-align:right;
}

#menu{
	height:25px;
	width:1010px;
	margin-top:135px;
	margin-right:0px;
	background-color:#fabc00;
	padding:7px;

}

#rodape	{
	height:13px;
	width:1024px;
	margin-top:17px;
	float:left;
	text-align:center;
}

#banner1{
	height:207px;
	width:634px;
	margin-top:30px;
	margin-left:27px;
	float:left;
}

#banner2{
	height:206px;
	width:279px;
	margin-top:20px;
	margin-right:33px;
	float:right;
}

#banner3{
	background-color:#f1a;
	height:89px;
	width:279px;
	margin-top:28px;
	margin-right:33px;
	float:right;
}

#conteudo_texto{
	height:540px;
	width:634px;
	margin-top:20px;
	margin-left:27px;
	float:left;
}

#conteudo_texto2{
	height:543px;
	width:634px;
	margin-top:35px;
	margin-left:27px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
}

#merchan{
	background-color:#FFF;
	height:520px;
	width:279px;
	margin-top:20px;
	margin-right:33px;
	float:right;
}

.titulo{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFF
}

.texto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}

.texto_centro{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
}

.texto_esquerdo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
}

.texto_branco_home{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFF;
}

.texto_vermelho{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-align:justify;
	color:#F00;
}

.texto_vermelho_big{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:16px;
	text-align:center;
	color:#F00;
}

.texto_branco{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:16px;
	text-align:justify;
	color:#FFF;
}

.texto_branco_normal2{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-align:justify;
	color:#FFF;
}

.texto_branco_normal{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#FFF;
}

.texto_menor{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:justify;
}

.texto_central{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
}

.texto_tabela{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}


.link
{
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#000;
}

.link_centro
{
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#000;
}
	
