@charset "utf-8";
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #900;
}
a:active {
	text-decoration: none;
	color: #333;
}
.taula_centrada_home {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	margin-top: -100px;
	margin-left: -475px;
	width: 950px;
}
.peu {
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	color: #999;
}
