@charset "utf-8";
#div {
width: 100%;
*width: 100%;
-width: 100%;
}
.fonte {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

.fonte_1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}	

/* Fonte Menu */

.fonte_title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #da251d;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #553228;
	text-decoration: none;
}
fundo_menu {
	background-image: url(img/index_02.gif);
	position:fixed;
	background-repeat: no-repeat;	
}