html {
   height: 100%;
}

body {
	background-color: #fff;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	position: absolute;;
	width: 1120px;
	margin:0px;
}

img {
	border:none;
}

#logo-clau {
	position: relative;
	left: 20px;
	top: 20px;
}


#barra-esquerra {
width:220px;
overflow: auto;
background-color:#ffffff;
font-size:11px; 
line-height:14px;
height: 100%;
margin:0px 0px 5px 0;
padding-right:0;
padding-left:0px;
padding-top:5px;
position:fixed;
margin:0 0 5px 0;


}

#barra-esquerra ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;


}

#barra-esquerra p {
margin:0;

}

#espai-central {
	position: absolute;
	margin-left: -325px;
	left: 54%;
	top: 5px;
	width: 	550px;
}


#barra-dreta {
	position: absolute;
	right: 20px;
	top: 5px;
	width: 155px;
	text-align:left;
	line-height:150%;
	
}


