html, body{ 
 margin:0px 0px 20px 0px; 
 padding:0; 
 text-align:center; 
 background-color:#fff;
 font-family: Verdana, serif;
} 
 
#tot{ 
 width:760px; 
 text-align:left;
 font-size:14px;  
 margin-left:auto; 
 margin-right:auto;
 margin-top:10px;
 margin-bottom:0px;
 padding:0px;
 background-color:#ffca00;
 border:1px solid #000;
 color:#000;  
} 
	
#superior{
	clear:both;
 	position:relative; 
 	height:250px; 
 	background-color:transparent; 
	width:100%;
	background-image: url(img/superior.jpg);
} 
 
#superior ul{
 	width:24%; 
 	float:left;
	height:100%; 
	list-style-type:none;
	list-style-position:inside;
	color:#000;
	margin:0;
	padding:1.5em 0.5em 0em 0.5em;
	font-size: 1.2em;
	text-align:center;
	background-color:transparent;
	}
	
#superior li{
	padding: 5px 5px;
	border-bottom: 1px dotted #000;
	}

#superior a	{
	text-decoration: none;
	color: #000;
	font-size: 1em;
	}

#superior li a:hover,#superior a#current	{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	}

#columnaprincipal{
 	background-color:#ffca00;
 }
	
#contingut{
	background: url(img/fons.jpg) #ffca00 no-repeat bottom right;
 	padding: 2em 2em; 
	margin: 0;
  }
  
#contingut img{
 	padding:5px 5px 5px 5px;
 	margin: 5px;
 	border:0px solid #60bf96;
 	text-align:center;
 	}
 	
#contingut ul{
	list-style-type:square;
	margin:0;
	padding:0.5em 1em;
	}

#contingut li{
	margin-left:1.7em;
	padding: 3px 0px;
	}
	
#contingut ul li p{
	margin-left: 0px;
	}

#peu{
 background-color:#000;
 color:#cfe6dc;
 clear:both;
 text-align:center;
 font-size: 1em;
 padding: 5px 0 10px 0px;
 margin:0;
 } 

/*Elements bàsics*/

a:link,a:visited{
	color: #59806F;
	padding: 0;
	text-decoration:none;
}

a:hover{
	color:#60bf96;
	padding: 0;
	text-decoration:none;
}

/* Paragraphs */

p, table{
	margin: 10px 0 0 30px;
}

strong, dt {
	color: #000;
	font-weight:bold;
	padding-top:10px;
	}

h1{
	margin:0px 0px 15px 0px;
	padding: 0px;
	font-size: 1.5em;
	color:#000;
	border-bottom: 1px dotted #000;
	background: transparent url(img/h1.jpg) no-repeat;
	}

h2{
	margin-bottom:0px;
	margin-left:20px;
	padding:0px;
	font-size: 1.1em;
	color: #000;
	}

h3{
	font-size: 1.1em;
	color:#000;
	text-align:center;
	}
	
h4{
	font-size: 1.0em;;
	color:#000;
	text-align:center;
	}

h5{
	font-size: 1.0em;
	color:#6788a7;
	text-align:left;
	}

.cc{
	font-size:0.5em;
	}