body {  
     width: 875px;  
     margin-left:5%;  
     font-family: "Trebuchet MS", arial, helvetica, sans-serif;  
     background-color: #663333;   
     color: #333;  
     font-size: 0.9em;   
     line-height: 2;
}

h1 {
	width: 853px;
	height: 75px;
	margin-left:10px;
	border-bottom: 3px solid #566c41;
	font-size:45px;
	
}
table {
	margin-left:25px;
	border-spacing: 10px 20px;
	border:1px solid #000;
	width:750px;
	}
	
a {
	text-decoration:none;
	color:#088c1a;
}
a:hover{
	border-bottom:1px solid;
	font-weight: bold;
	color:#b2a911;
}

a img{
	border:none;
}


/* Selectors d'elements organizatius del document */

#pagina {
	 background-color:#fff;
	 border-left: 2px solid #666;
	 border-right: 2px solid #666;
	 border-bottom: 3px solid #666;
	 margin-bottom: 25px;
}

#capcalera {
	padding-top: 100px;
	padding-bottom: 15px;
	color: #656086;
	text-align: center;
	padding-right: 75px;
	background-color: #fff;
	background-image: url(../imatges/capsalera/capsalera.jpg);
	background-repeat:no-repeat;
}

#contiguts {
	background-color: #fff;
	color: #333;
	width: 840px;
	margin-left: 3%;
	margin-right: 2%;
	text-align:justify;
}
#imatge{
	margin-left: 60px;
	}
#pestanyes {
	/*border-bottom: 1px solid #788;*/
	padding: 3px 0 0 0;  /*identic al padding del element 'a' */
}

#pestanyes li {
	list-style-type: none;
	display: inline;
}
	
#pestanyes li a {
	text-decoration: none;
	color: #3c3c3c;
	padding: 3px 0.5em 6px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #dedede;
}

#pestanyes li a:visited { 
	color: #667;
	border: 1px solid #778;
}

#pestanyes li a:hover {
	color: #000;
	background: #ebc058;
	border-color: #2334ed;
}
#pestanyes li a img{
	padding: 3px 0.5em 1px 0.5em;
}

#pestanyes li #activa {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.navegacio{
	float:left;
	width:485px;
	border-bottom: 1px solid #788;
}
.idioma{
	border-bottom: 1px solid #788;
}

#peu {
	background-color: #709c34;
	color: #fff;
	width:871px;
	margin-bottom:0px;
}
#peu p {
	font-size: 0.9em;
	text-align: center;
	font-family: sans-serif;
	margin-bottom:0;
}


