@import url(shared.css);

body {
	background: #fff;
	color: #000;
}
#all {
	background: url(../imgs/contacteBg.jpg) no-repeat;
}
h1 a {
	position: absolute;
	top: 0;
	left: 32px;
	width: 175px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../imgs/logoW.gif);
}






#content {
	position: absolute;
	left: 32px;
	top: 67px;
	width: 274px;
}
form {
	height: 260px;
	overflow: auto;
}
label {
	display: block;
	margin: .8em 0;
}
form .buttons {
	margin-top: 1em;
}
input, textarea {
	border: 1px solid #999;
}
input:focus, textarea:focus {
	background: #f3f3f3;
}



/* nav */
#nav1 {
	position: absolute;
	left: 32px;
	top: 347px;
}
#nav1 li {
	float: left;
	margin-right: 10px;
}
#nav1 a {
	display: block;
	width: 43px;
	padding-top: 28px;
	background: no-repeat;
	overflow: visible;
	white-space: nowrap;
	color: #fff;
	text-indent: -9999px; /* _S'ha d'eliminar de IE5 */
}
#nav1 a:hover {
	color: #5d6b7d;
	text-indent: 0;
}
#nav1 .i1 a {
	background-image: url(../imgs/navBioW.gif);
}
#nav1 .i2 a {
	background-image: url(../imgs/navObraW.gif);
}
#nav1 .i3 a {
	background-image: url(../imgs/navContacteW.gif);
}
#nav1 .i4 a {
	background-image: url(../imgs/navPIW.gif);
}

