@charset "utf-8";

/* CSS Document */
	/* xxxxxxxxxxxxxxxx css para resetar  xxxxxxxxxxxxxxxxx */
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a {
	margin: 0;
	padding: 0;
	border: 0;
}

/* xxxxxxxxxxxxxxxx fim css para resetar  xxxxxxxxxxxxxxxxx */
	/* xxxxxxxxxxxxx   Fontes do site xxxxxxxxxxxxxxxxx   */
p {
	margin-top: 7px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}

h2 {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}

h3 {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-top: 4px;
}

h4 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

h5 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-top: 6px;
}

h6 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-top: 1px;
	margin-left: 4px;
}

/* xxxxxxxxxxxxx   Fontes do site xxxxxxxxxxxxxxxxx   */
	/*  xxxxxxxxxx   Topo xxxxxxxxxxxx */
#topo {
	height: 142px;
	width: 899px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo_topo {
	height: 134px;
	width: 213px;
	float: left;
	padding-top: 8px;
}

#conteudo_topo {
	height: 142px;
	width: 686px;
	float: left;
}

#idioma {
	height: 15px;
	width: 168px;
	margin-left: 517px;
	margin-top: 11px;
}

#contato {
	height: 37px;
	width: 155px;
	margin-left: 515px;
	margin-top: 21px;
}

/*  xxxxxxxxxx   Topo xxxxxxxxxxxx */
	/*  xxxxxxxxxx   Conteudo xxxxxxxxxxxx */
#conteudo_esq {
	float: left;
	height: 418px;
	width: 32px;
	background-image: url(../imagens/sombras/sombra_conteudo_esq.jpg);
	background-repeat: no-repeat;
}

#conteudo_dir {
	float: left;
	height: 418px;
	width: 32px;
	background-image: url(../imagens/sombras/sombra_conteudo_dir.jpg);
	background-repeat: no-repeat;
}

/*  xxxxxxxxxx   Conteudo xxxxxxxxxxxx */
	/*  xxxxxxxxxx   Rodape xxxxxxxxxxxx */
#rodape {
	width: 899px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 52px;
	background-image: url(../imagens/rodape/fundo_rodape.jpg);
	background-repeat: repeat-x;
}

.fonte_rodape {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

#logo_rodape {
	float: left;
	margin-left: 5px;
}

#texto_rodape {
	float: left;
	margin-top: 1px;
	margin-left: 510px;
}
/*  xxxxxxxxxx   Rodape xxxxxxxxxxxx */