@charset "UTF-8";
/* CSS Document */

a {
	font-family: Leicester_text, "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 15pt;
	text-decoration: none;
	cursor: pointer;
	outline: 0; /* treu el puntexat del borde a FF */
}
a:hover	{
	color: #FFFF00;
	font-family: Leicester_bold, "Courier New", Courier, monospace;
	font-size: 15pt;
	cursor: pointer;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: visible;
	border: 0px none #FFFFFF;
}
#background	{ 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 1; 
	visibility: visible
}
#centered {
	position: absolute; /* amb IE6 no apareix amb el shadowbox */
	text-align: center;
	width: 100%;
	height:10px;
	top: 30%;
	margin-top: -190px;
	z-index:1;
}
#contador {
	position: fixed;
	height: inherit;
	width: inherit;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	z-index: 8;
}
#design {
	cursor: pointer;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 72px;
	/* el 2 seguents fan que es desplaci la imatge i quedi un borde per dos costats */
	clip: rect(1px,auto,auto,1px);
	overflow: hidden;
}
.design-border {
	/* això treu el borde lila (IE 6) de la imatge "design" */
	cursor: pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
#click_here {
	cursor: pointer;
	overflow: visible;
}
.last_mod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.nom {
	font-family: Leicester_bold, "Courier New", Courier, monospace;
	font-size: 33px;
	color: #666666;
	letter-spacing: 2px;
	font-weight: bold;
}

