@CHARSET "ISO-8859-1";

body {
	background-image: url("../imatges/background.png");
	background-repeat: repeat;
}

#presentacio {
	position: absolute;
	width: 45%;
	height: 435px;
	background-image: url("../imatges/canmarti.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 50%;
	margin-top: 30px;
	padding-top: 40px;
	color: white;
}

#menuprincipal {
	position: absolute;
	top: 80px;
}

#menuprincipal li a {
	height: 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 29px;
	text-decoration: none;
	text-align: left;
	top: 5px;
}

#menuprincipal li a:link, #menuprincipal li a:visited {
	color: black;
	display: block;
	background:  url(../imatges/off.png) no-repeat;
	padding: 8px 0 0 10px;
	height: 29px;
	width: 190px;
	text-align: left;
	font-size: large;
	margin-top: 15px;
}

#menuprincipal li a:hover {
	color: black;
	background:  url(../imatges/on.png) no-repeat;
	padding: 8px 0 0 10px;
	height: 29px;
	width: 190px;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin-top: 15px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#datainici {
	position: absolute;
	margin-left: 63%;
	font-size: small;
	font-weight: bold;
}

#dadesinici {
	position: absolute;
	margin-top: 515px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	width: 95%;
}

#idioma {
	position: relative;
	margin-left: 130px;
}

#idioma img {
	border: none;
}

#dades_empresa {
	width: 400px;
	height: 380px;
	position: absolute;
	top: 148px;
	left: 425px;
	background: url(../imatges/dades.png) no-repeat;
}

#dades_empresa_content {
	position: relative;
	top: 30px;
	left: 30px;
}

#dades_empresa_tancar {
	position: relative;
	top: 25px;
	left: 350px;	
}

#pink {
	color: fuchsia;
	cursor: pointer;
}