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

/*--- index.html ---*/

body{
	text-align: center;
}

.centered {
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px; /* 62.5% = 10px */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0 auto;
	z-index: 0;
}

.domini {
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; /* 62.5% = 10px */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 9px;
	cursor: default;
}

.update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.idiomes {
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	color: #666699;
}

a, a:link, a:visited, a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	cursor: pointer;
	outline: 0; /* treu el puntexat del borde a FF */
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
	cursor: pointer;
}
.clear-both { 
	clear: both; /* both: evita que haya capas flotantes en cualquiera de sus lados (left o right) */
}

div#centered {
	position: absolute;
	text-align: center;
	left: 0;
	margin: 0 auto;
	height:10px;
	top: 40%;
	margin-top: -150px;
	width: 99%;
	z-index: 0;
}

div#contenido_no_existeix {
	text-align: center; /* no existeix a la pag. index */
	left: 0;
	position: absolute;
	top: 200px;
	width: 99%;
	z-index: 0;
}

body#inicio div#slide {
	float: none;
	left: 0;
	text-align: center;
	border: 1px solid #000000;
	height: 286px;
	position: relative;
	width: 400px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
}

body#inicio div#slide img {
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 1;
}

body#inicio div#slide img.activo { z-index: 10; }

body#inicio div#slide img.ultimo-activo { z-index: 9; }
body#inicio #design  {
	cursor: pointer;
	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;
}

/*--- fin: index.html ---*/

