/* ------------------------------ */
/* --- Posicionamento         --- */
/* ------------------------------ */

	body, html, body { background-color: #bda672; margin-top: 4; margin-left: 0; margin-bottom: 0; margin-right: 0; }

	#div_global { width:766px; position:absolute; left:50%; margin-left:-388px; z-index:1;  }
	#div_topo   { width:766px; height:141px; position:relative; left:50%; margin-left:-388px; z-index:99; }
		#div_logo     { width:269px; height:141px; z-index:99; float:left; }
		#div_animacao { width:497px; height:141px; z-index:99; float:right; }

	#div_centro { width:766px; position:relative; left:50%; margin-left:-388px; z-index:99;
                background-repeat:repeat-y; background-color:#d8c396; background-image:url('../images/bg_centro.jpg'); }
		#div_infogeral { width:269px; z-index:99; float:left; }
		#div_conteudo  { width:497px; z-index:99; float:right; }

	#div_rodape { width:766px; height: 38px; position:relative; left:50%; margin-left:-383px; z-index:98; }

/* ------------------------------ */


/* ------------------------------ */
/* --- Formatação             --- */
/* ------------------------------ */

	img { border:0px; }

	a       { text-decoration: none; color: #803f1b;}
	a:hover { text-decoration: none; color: #333333;}

	hr { width:460px; color:333333; height:1px; }
	table, p, li, #texto { font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none; }

	p.erro { font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 13px; font-weight: bold; color: #AA0000; text-decoration: none; }

	td.preco{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; }

	#infogeral_texto  { font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 13px; font-weight: normal; color: #a24e1e; text-decoration: none; }
	#infogeral_titulo { font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 15px; font-weight: bold;   color: #531e00; text-decoration: none; }

	#bloco_titulo  { font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 13px; font-weight: normal; color: #d2c29f; text-decoration: none; }

	form     { margin: 0px; padding: 0px; }
	input    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; background-color: #f9f0d1; border: 1px #777777 solid; }
	textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; background-color: #f9f0d1; border: 1px #777777 solid; }
	select   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; background-color: #f9f0d1; }
	#input_checkbox, #input_radio { border: 0px; background-color: #b49d69; }

	#input_text   { height: 16px; }
	#input_login  { height: 16px; width: 84px; }
	#input_senha  { height: 16px; width: 84px; }
	#input_imagem { border: 0px; }
	#input_botao  { height: 18px; }
	.input_select { width: 390px;}

	h4{ font-family: Verdana, Arial, Helvetica, sans-serif;	}

/* ------------------------------ */
