a.vincle:link {color: #000000; text-decoration: none; }
a.vincle:visited {color: #000000; text-decoration: none; }
a.vincle:hover {color: #c20000; text-decoration: underline; }
a.vincle:active {color: #000000; text-decoration: none; }

body {
	margin: 0px;
	border: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	max-height:100%; 
	font-family:arial, verdana, sans-serif; 
	font-size:10pt;
	overflow: auto;
}

#cap {
	position: relative;
	font-size:10pt; 
	top:0px;
	width: 100%
	overflow:hidden;
	background-color: #E5E5E5;
	height: 50px;
	border-bottom: 1px solid #797979;
	overflow-x : hidden;
	overflow-y : hidden;
  }

#contingut {
	position: relative;
	font-size:10pt; 
	padding-top: 50px;
	padding-top: 50px;
	padding-left: 25px;
	/*
	left: 50%;
	margin-left: -400px;
	*/
	bottom:0px; 
	right:0; 
	overflow:hidden;
	width: 800px;
	background-image: url('tancaplane2.png');
	background-position: 90% 100%;
	background-repeat: no-repeat;
  }

#peu{
	position: relative;
	font-size: 10pt; 
	padding-top: 50px;
	width: 100%
	overflow: hidden;
	background-color: #F8F8F8;
	height: 150px;
	border-top: 1px solid #DDDDDD;
}