body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #000066;
}
.boto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	cursor: hand;
}
.taula_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	vertical-align: middle;
	text-align: center;
	white-space: pre;
	height: 100px;
	cursor: hand;
}
/* ////////////////////////////////////////////////// MNEU H */
.menuFixe{
	position:relative;
	float:left;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	height:20px;
}
.menuFixe ul{	
	text-align:center;
	display:inline;
}
.menuFixe li{
	position:relative;
	float:left;
	width:104px;
	height:20px;
	list-style-type:none;
	display:inline;
text-align:center;
}
.botoMenuFixe a{
	width:104px;
	height:20px;
	background-image:url(img/bt_menu.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-top:2px;
}
.botoMenuFixe a:hover{
	background-image:url(img/bt_menu2.gif);
	background-repeat:no-repeat;
}
