img{
	border:0px;
	}

.avis{
	clear: both;	
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid rgb(246,197,26);
	font-style: italic;
	}
	
.centrat{
	text-align:center;
	}
	

.peu{
	font-weight: bold;
	color:rgb(37,108,150);
	}
	
b{
	color:rgb(37,108,150);
	}
	
p{
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:1.3em;
	}
	
hr{
	color: rgb(37,108,150);
	background-color:rgb(37,108,150);
	height: 1px;
	width:95%;
	border:0px;
	}
	
.seccions{
	font-size:1.1em;
	font-weight: bold;
	padding: 5px 2px 2px 5px;
}
	
/* blocs */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding:0px;
	background-color:rgb(235,229,203);
	}

/* ----- portada ------ */

#tot {
	font-family: Arial, Helvetica, sans-serif;
	background-color:rgb(256,256,256);
	background-image:url(img/fons3.jpg);
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border: 5px solid rgb(256,256,256);
	color:rgb(83,74,57);
	width:  700px;  /*1-para opera*/
	\width: 710px; /*2-para ie-se agrega el padding y border*/
	w\idth: 700px; /*3- estandares*/
	}

/* ----- Capçalera ---- */	
#header {
	width:100%;
	height:260px;
	background-image:url(img/casa.jpg);
}

/* ----- Idiomes ------- */

#idiomes{
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:1em;
	}

#idiomes ul{
	clear:both;
	margin:0px;
	padding:10px 0px 0px 5px;
	}

#idiomes li	{
	margin:2px;
	padding:0px;
	display: inline;
	}

#idiomes li a	{
	text-decoration: none;
	color: #333;
	border:1px solid rgb(37,108,150);
	padding:2px 5px;
	}

#idiomes li a:hover,#navlist a:active{
	color: #333;
	border:1px solid rgb(37,108,150);
	background-color: rgb(246,197,26);
	}

/* ---- Obert tot l'any ---- */

#obert{
	text-align:center;
	font-size:1.8em;
	font-weight: bold;
	color:#fff;
	width:45%;
	margin-left:55%;
	padding-top:185px;
}



/* ----- prova ---- */

#menu_sup {
	width: 80%;
	height: 35px;
	font-size: 1.5em;
	font-weight: bold;
	list-style-type: none;
	margin: 0 40px 0 40px;
	padding: 0;
	color:rgb(83,74,57);
	text-align:center;
}
#menu_sup li {
	display: block;
	float: right; 
	margin: 0 0px 0 5px;
	background-color: rgb(246,197,26); 
}
#menu_sup li a { 
	height: 35px; 
	text-decoration: none;
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 0px 30px;
	color:  #333;
}
#menu_sup li a:hover {
 	color: #fff;
}
#menu_sup li a.current{
	color: rgb(246,197,26);
 	background-color: red;
 	padding: 0px 30px;
}
#menu_sup li a:hover.current{
	color: #fff;
 	background-color: red;
 	padding: 0px 30px;
}

/* ----- Contingut ---- */
#contingut{
	background-image:url(img/fons.jpg);
	clear:both;
	font-size:1.2em;
}

.imatge{
	float:left;
}

/* --------------- Menu -------------------- */
#menu{
	width: 20%;
	padding: 0px;
	margin:10px 0px 10px 5px;
	float:left;
	clear:left;
	font-size:1em;
	background-color: transparent;
}

 #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#menu li {
 	margin: 5px;
 	padding:0px;
  }

#menu a{
	display:block;
	padding: 2px 2px 2px 24px;
	border: 1px solid  rgb(37,108,150);
	background-color: rgb(246,197,26);
	background-image: url(img/down.gif);
	}

#menu a:link, #menu a:visited{
	color: #333;
	text-decoration: none;
	}

#menu a:hover{
	border: 1px solid rgb(37,108,150);
	background-color: rgb(246,197,26);
	background-image: url(img/over.gif);
	color: #333;
	}

/* ------ Contingut ------ */

#dreta{
	width: 75%;
	float:left;
	padding:20px 0px 0px 15px;
}

#dreta li{
	line-height:1.5em;
	}
	
#dreta img{
	margin: 5px 10px 10px 0px;
	}

.presentacio{
	float:left;
	width:300px;
	margin-right:5px;
	}
	
.presentacio img{
	padding:5px 0px 10px 0px;
}
	
.descripcio{
	font-style:italic;
	margin-top:15px;
	margin-left:15px;
	padding:0px;
	}
	
.llista{
	list-style-type:none;
	}

form{
	margin-left:10px;
	}

/* -------- Peu -------- */	
#peu{
	background-image:url(img/fons3.jpg);
	padding-top:10px;
	text-align:center;
	font-size:1em;
	color:rgb(37,108,150);
	clear:both;
}