@charset "utf-8";
/* CSS Document */

/*área - config. tags*/


body {
	margin: auto;
	margin-top: 0;
	width: 961px;
	height: auto;
	background-color: #fff;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

a {
	text-decoration: none;
	color: #FFF;
	
	}

/*identificadores - estrutura do site*/

#estrutura {
	width:750px;
	height: 615px;
	background-attachment: fixed;
	}
	
#menu_topo {
	width: auto;
	height: 19px;
	background-color:#999;
	}
	
#menu {
	width: auto;
	height: 49px;
	background-image: url(fundo_menu.png);
	border-bottom: #FEC930 solid 5px;
	}
	
#area_flash {
	width: auto;
	height: 426px;
	}
	
#area_imagem {
	width: 600;
	height: auto;
	}
	
#hotlink {
	width: auto;
	height: 91px;
	border-bottom: #FEC930 solid 5px; 
	}
	
#base {
	margin-top: 5px;
	width: auto;

	}


/*classes - estilos do site*/

.base_link {
	display: block;
	margin: 0;
	width: auto;
	padding: 0px 8px 0 24px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	float: left;
	}
	

.base2_link {
	display: table-caption;
	margin: 0;
	width: auto;
	padding: 0px 8px 0 24px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	float: left;
	font-style: normal;
	font: arial;
	}


.logo_copy {
	display: block;
	margin: 0;
	width: auto;
	padding: 0px 0px 0 130px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: left;
	}	
	
a.menu_principal {	
	display: block;
	margin: 0;
	width: auto;
	height: 31px;
	padding: 18px 22px 0 16px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
	
	
	
}
	
	
a:link.menu_principal {
	color: #FFF;
	text-decoration:none;
	
	}
	
a:visited.menu_principal {
	color:#FFF;
	text-decoration:none;
	
	
}
	

a:hover.menu_principal {
	background-color:#C60;
	color: #000;
	text-decoration:underline;
}

a:active.menu_principal {
	color:000;
	text-decoration:none;
	
	
	
	
}




}

.barramenuG {
	display: block;
	height: 26px;
	width: auto;
	float:left;
	padding: 12px 0 11px 0;
	}

