@charset "utf-8";
body  {
	font				: 100% Verdana, Arial, Helvetica, sans-serif;
	background			: #6666CC;
	padding				: 0;
	text-align			: center;
	color				: #000000;
}

/*****			Mostra d'errors						*****/
#error, .error {
	color				: #ff2222;
}
.error_registre {
	color				: #aa0099;
	font-size			: 10px;
}

/*****			Capes								*****/
.classBody #container { 
	width				: 950px;
	background			: #6688ff;
	margin				: 0 auto;
	border				: solid #000000;
	text-align			: left;
}

.classBody #header { 
	height				: 140px;
}

.classBody #esquerra {
	float				: left;
	width				: 180px;
	padding				: 10px 10px 15px 0px;
}

.classBody #main { 
	background			: #6688ff;
	margin				: 0 0 0 230px;
	padding				: 0 20px;
}

.classBody #peu {
	width				: 950px;
	height				: 18px;
	background			: #6677FF;
	padding				: 0px inherit;
	text-align			: center;
}

.classBody #peu h5 {
	font-family			: "Comic Sans MS", Verdana, "Times New Roman";
}

.clearfloat {
	clear				: both;
	height				: 0px;
	font-size			: 1px;
	line-height			: 0px;
}
				
/*****			MAIN AND SUB MENU SYSTEM			*****/
a.mainlevel:link, a.mainlevel:visited {
	display				: block;
	width				: 186px;
	line-height			: 21px;
	font-size			: 11px;
	color				: #eee;
	text-decoration		: none;
	font-weight			: bold;
	background			: url(../img/menu.png) no-repeat;
	text-indent			: 24px;
	padding-bottom		: 2px;
}

a.mainlevel:hover {
	color				: #05b8f4;
	text-indent			: 30px;
	background-position	: 0 -23px;
	text-decoration		: none;
}

a.mainlevel#active_menu {
	color				: #333;
	background-position	: 0 -46px;
}
