@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font: normal 12px Arial,sans-serif; 
	color:#000;
}
/* - botons - */
a {
 text-decoration:none;
 font-weight:normal;
 color:#F60;
}
a:visited{
 color:#F60;
}
a:hover{
 color:#FC0;
}
a img {
border: none;
}
/* - headers - */
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

q { font-weight:600; } /* cita */

.separador { clear:both; widht:100%; height:0; padding:0; margin:0; }

.destacat{ background-color:#FF3;  } /* textos destacats */

.data {
	float:right;
	padding-top:62px;
	margin:0;
	font: normal 12px Arial,sans-serif; 
	color:#603;
}

#idiomes{
	float:right;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#idiomes ul{
	margin:0 4px 0 0; /* right margin is margin between last menu item and right browser edge*/
	padding: 0;
	list-style: none;
}
#idiomes li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#idiomes li a{
	float: left;
	display: block;
	height:18px;	
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 3px 6px;
	text-align:center;
	background-color: #FC6; /*Default menu color*/
	border-bottom: 1px solid #CCC;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #FFF;	
	text-align:center;
}
#idiomes li a:hover{
	background-color: #F90;		
	color: #FFF;
}
#idiomes .current a{ /*currently selected tab*/
	border-color: #CCC; /*Brown color theme*/
	background-color: #FF0; /*Brown color theme*/
	color: #000;	
}
#idiomes .current a{ /*currently selected tab*/
	color: #000;	
}
/* INICI cap */
#cap {
	width: 962px;
	height: 86px;
	margin: 0 auto;	
}
/* FINAL cap - INICI cos */
#cos {
	clear:both;
	width: 962px;
	height: 400px;
	margin: 0 auto;
}
	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	#menu{
		float:left;	
		width: 135px;
	}
	* html #menu{ /*IE 6 only */
	}
	#menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	#menu li {
		margin-bottom: 1px; /* espai entre botons */
	}
	#menu li a{
		display: block;
		padding: 5px 5px 5px 10px;
		border-right: 1px solid #FFF;
		text-align:left;
		background-color: #FC6;
		font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
		color: #FFF;		
	}
	html>body #menu li a{ /*Non IE6 width*/
	}
	#menu li a:hover{
		background-color: #F96;
		color: #FFF;
	}
	#menu .apartat_actiu a{ /*currently selected tab*/
		border-right: 1px solid #FFF;
		background-color: #FF3;
		color: #000;	
	}
	#navegacio {
		float:right;
		width: 790px;
		height:20px;
		padding:4px;
		padding-top:8px;
		padding-left:33px;
		margin: 0 0 1px 0;
		background-color:#C00;
		font: bold 14px Arial,sans-serif; 
		color:#FFF;
	}
	#continguts {
		float:right;
		width: 827px;
		background-color:#FC0;
	}
/* FINAL cos - INICI peu */
#peu {
	clear:both;
	float:right;
	width: 827px;
	margin: 3px auto;	
	color:#603;
}
/* FINAL peu */



