/* ---------------------------------------------------------------------------------------- */
/* ---- geral ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
* {
	margin   : 0;
	padding  : 0;
	border   : 0;
}

body			{
					font: 12px Arial, Helvetica, sans-serif;
					color: #333;
					background: #fff url(img_geral/bg_geral.jpg) repeat-x;
					text-align: center;
					}

#geral		{
					width: 800px;
					height: 100%;
					border: 0;
					margin: 0 auto;
					}



/* ---------------------------------------------------------------------------------------- */
/* ---- principal ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------- */
/* ---- cabeçalho  ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------- */
/* ---- rodapé ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.rodape 					{ font:10px arial, helvetica, sans-serif; }
.lk_rod1					{ color: #C2C2C2; text-decoration: none; }
.lk_rod1:hover		{ color: #C2C2C2; text-decoration: underline; }
.lk_rod2					{ color: #8C8C8C; text-decoration: none; }
.lk_rod2:hover		{ color: #8C8C8C; text-decoration: underline; }


/* ---------------------------------------------------------------------------------------- */
/* ---- menu de navegação (topo horizontal) ----------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#menuH
	{
	position:relative;
	width:800px;
	height:44px;
	background:url('img_geral/navega.jpg') no-repeat 0 0;
	}
	
#menuH ul
	{
	display: inline;
	}

#menuH li
	{
	float:left;
	list-style:none;
	height:44px;
	}

#menuH li a
	{
	position:absolute;
	display:block;
	width:100%;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
	background:url('img_geral/navega.jpg') no-repeat;
	}

#menuH li#n1 a 	{ width:119px; left:0; 			background-position:0 			0; }
#menuH li#n2 a 	{ width:171px; left:121px; 	background-position:-121px	0; }
#menuH li#n3 a 	{ width:195px; left:294px; 	background-position:-294px	0; }
#menuH li#n4 a 	{ width:165px; left:491px; 	background-position:-491px	0; }
#menuH li#n5 a 	{ width:142px; left:658px; 	background-position:-658px	0; }

#menuH li#n1 a:hover { background-position:0 			-44px; }
#menuH li#n2 a:hover { background-position:-121px -44px; }
#menuH li#n3 a:hover { background-position:-294px -44px; }
#menuH li#n4 a:hover { background-position:-491px -44px; }
#menuH li#n5 a:hover { background-position:-658px -44px; }

.n1 #menuH li#n1 a { background-position:0 				-44px; }
.n2 #menuH li#n2 a { background-position:-121px		-44px; }
.n3 #menuH li#n3 a { background-position:-294px		-44px; }
.n4 #menuH li#n4 a { background-position:-491px		-44px; }
.n5 #menuH li#n5 a { background-position:-658px		-44px; }



/* ---------------------------------------------------------------------------------------- */
/* ---- formulários ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.textbox_sup	{	font: 10px verdana, arial, sans-serif; background-color:#ffffff; border: 1px solid #cccccc; }
.textbox 			{ font: 10px arial, verdana, sans-serif; color: #666666; background-color: #F9f9f9; border: 1px solid #d7d7d7; }
.textbox_m		{ font: 12px arial, verdana, sans-serif; color: #666666; background-color: #F9f9f9; border: 1px solid #d7d7d7; }
.submit 			{ font: 12px arial, verdana, sans-serif; background-color:whitesmoke; padding: 0 5px 0 5px; }
.textbox_red 	{ border: 1px solid #cccccc; background-color:#ffffff; font: 12px arial, verdana, sans-serif; color: #FF0000; }



/* ---------------------------------------------------------------------------------------- */
/* ---- diversos -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* -------------------------------------- links ------------------------------------------- */

.titulo1 					{ font: bold 22px arial, verdana, sans-serif; color: #999; text-decoration: none; }

.lk_sll8					{ color: #888; text-decoration: none }
.lk_sll8:hover		{ color: #888; text-decoration: underline }

.lk_lsl8					{ COLOR: #888; TEXT-DECORATION: underline }
.lk_lsl8:hover		{ COLOR: #888; TEXT-DECORATION: none }

.lk_lslV					{ COLOR: #CC0000; TEXT-DECORATION: underline }
.lk_lslV:hover		{ COLOR: #CC0000; TEXT-DECORATION: none }

.links	 					{ COLOR: #666; TEXT-DECORATION: none }
A:hover  					{ COLOR: #8b8b8b; text-decoration:underline; }


/* -------------------------------------- diversos ---------------------------------------- */

.txt_pp		{ font: 9px  arial, verdana, sans-serif; }
.txt_p		{ font: 10px arial, verdana, sans-serif; }
.txt_pC		{ font: 10px arial, verdana, sans-serif; color: #888; }
.txt_pB		{ font: 10px arial, verdana, sans-serif; color: #fff; }
.txt_mm		{ font: 11px arial, verdana, sans-serif; }
.txt_mmC	{ font: 11px arial, verdana, sans-serif; color: #888; }
.txt_m		{ font: 12px arial, verdana, sans-serif; }
.txt_mC		{ font: 12px arial, verdana, sans-serif; color: #888; text-decoration:none; }

.foto_sl					{ border:2px solid #eeeeee; }
.foto a	img				{ border:2px solid #eeeeee; }
.foto a:hover	img	{ border:2px solid #3C6990; }



/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */