body {
	background-color: #DBDBFD;
	background-image: url(imgs/fons.jpg);
	color: #032541;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	scrollbar-face-color:#9FAFFF;
 	scrollbar-shadow-color:#413F7B;
 	scrollbar-highlight-color:#DADAF5;
 	scrollbar-3dlight-color:#DADAF5;
 	scrollbar-darkshadow-color:#413F58;
 	scrollbar-track-color:#413F58;
 	scrollbar-arrow-color:#413F58;
}
#cap {
	width: 900px;
	height: 300px;
	border: 5px ridge #000080;
	background-image: url(imgs/cap.jpg);
}
#menu {
	width: 900px;
	border: 5px ridge #000080;	
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("imgs/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}
#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}

#menu li a{
	display:block;
	float:left;
	color: #8B0000;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("imgs/divider.gif") no-repeat top right;
	}
#menu li a:hover{
	background:transparent url("imgs/hover.gif") no-repeat top right;	
	color: #052645;
	}


#contenido {
	background-color: #D8D9F8;
	background-image: url(imgs/fons2.jpg);
	border: 5px ridge #000080;
	width: 900px;
}
#contenido p {
	padding: 10px;
}
.imatge {
	padding: 6px;
	border: 2px groove #000080;
	background-color: #EEF4FD;
}
#contenido h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-variant: small-caps;
	padding: 10px;
}
#banners {
	background-color: #D8D9F8;
	border: 5px ridge #000080;
	width: 900px;
}
.banners {
	border: 5px groove #000080;
}
a {
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline overline;
}
a:visited {
	color: #5033FF;
}
.nom {
	font-size: 18px;
	font-weight: bold;
}
.seccio {
	font-size: 30px;
	font-weight: bold;
}
#design {
	width: 900px;
	padding: 5px;
}
#design h1 {
	font-family: "Monotype Corsiva";
	font-size: 18px;
	text-align: center;
}
.enlaces {
	border-style: dotted;
	border-color: #022442;
}