body {
	margin: 0px 0;
	padding: 0;
	background-color:#ffffff;
	background-image:url(imatges/fondo.png);
	
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: normal 16px Arial, helvetica, sans-serif;	
		color:#000000;

}


#capcalera {
	width: 950px;
	height: 200px;
	margin-left: auto;
  margin-right: auto;
}


#botonera {
	width:950px;
	height: 45px;
	margin: 0 auto;
	background: #ffffff;
}


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

#botonera li {
	display: inline;
}


#botonera a {
	display: block;
	float: left;
	margin-left: 10px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #8b0000;
	border-bottom-color: #cd853f;
}

#botonera a:hover {
	border-bottom-color: #cd853f;
	background: #cd853f;
}

#botonera .active a {
	border-bottom-color: #cd853f;
	background: #cd853f;
}
#idioma {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	background: #ffffff;
}


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

#idioma li {
	display: inline;
}


#idioma a {
	display: block;
	float: right;
	margin-right: 40px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #8b0000;
	border-bottom-color: #cd853f;
}

#idioma a:hover {
	border-bottom-color: #cd853f;
	background: #cd853f;
}

#idioma .active a {
	border-bottom-color: #cd853f;
	background: #cd853f;
}
#contingut {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
	text-align : justify; 

}

#style {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
	text-align : justify; 
	
	background:#e0ffff;
}

#right {
	width: 550px;
	padding: 0px;
	margin-left:20px;
	float:right;
	/*background: #ff00ff;*/
	}


#left {
	width: 350px;	
	margin: 0 auto;
	float:left;
	padding:20px;
	padding-top:0px;
	

	/*background: #ff0000;*/
}


#peu {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 50px;
	background: #ffffff;
}

#peu p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #8b0000;
}
h1 {
 color:#ffffff;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:18px;padding-left:12px;
 background: url(images/arrow.gif) no-repeat left center;
 text-transform: uppercase;
 }


 h2 {
 color:#ff0000;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:18px;padding-left:12px;
 background: url(images/arrow.gif) no-repeat left center;
 text-transform: uppercase;
 }
 h3,h4 {
 color:#8b0000;font-family: "Trebuchet MS",arial, helvetica, sans-serif;font-weight:bold;font-size:15px;padding-left:12px;
 background: url(images/arrow.gif) no-repeat left center;
 text-transform: uppercase;
 }
.blue {
color:#3f71b6;
font-weight: 800;
}

.bluesquare {
 color:#3f71b6;
 font-weight: 800;
 padding-left:12px;
 background: url(images/square.gif) no-repeat left center;
}


a {
color:#000000;
}

a:hover {
color:#3f71b6;
text-decoration :none;
}

hr {
width:100%;
height: 2px;
color:#cd853f;
background-color:#cd853f;

}
 

#copy {clear: both;}
html, body, 
html>body, html>body 