body {
	font-family:Arial;
	margin-top:0px;
	background-color:white;
	background-image:url('../_img/fons2010.jpg');
	background-position:center;
}
.contenidor {
	position: absolute;
	left: 50%;
  width: 990px;
  height:auto;
  margin-left: -494px;
	float:left;
}
.border {
	width:990px;
	height: auto !important;
	min-height:452px;
	height:1%;
	border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom:100px;
  position:relative;
}
.capsalera {
	width:990px;
	height:171px;
	float:left;
}
.menu {
	width:990px;
	height:29px;
	text-align:center;
	float:left;
}
.menu a {
	color:#331f75;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.submenu a {
	font-size:0.6em;
}
.ultimSubmenu a {
	color:gray;
	font-weight:bold;
	font-size:12px;
}
.ultimSubmenu a:hover {
	color:#E7AB33;
}
.menuLletres {
	cursor:hand;
	cursor:pointer;
}
.contingut {
	width:990px;
	min-height:452px;
	height: auto !important;
	background-image:url('../_img/fons2.jpg');
	margin-top:0px;
}

.tresnavGaleria {
	margin-left:130px;
	
	/* IE6 Only */
	_margin-left:65px;
	
	/* IE7 Only */
	*:first-child+html margin-left:130px; 
}
.peu {
	width:990px;height:50px;float:left;margin-top:6px;padding-bottom:15px;text-align:center;
}
#peu {
	font-family:Arial;
	font-size:8pt;
	color:black;
}
/* Formulari de contacte */
form {
	font-family:Arial;
	font-size:9pt;
	line-height:24px;
}
fieldset {
	border-width:0px;
	width:249px;
}
legend {
	display:none;
} 
input {
	background-color:#f6f6f7;
	border-width:0px;
}
input#empresa {
	width:165px;
	margin-left:10px;
}
input#nom {
	width:118px;
	margin-left:10px;
}
input#tel {
	width:169px;
	margin-left:10px;
}
input#fax {
	width:197px;
	margin-left:10px;
}
input#email {
	width:184px;
	margin-left:10px;
}
input#peticion {
	margin-left:10px;
}
label {
	float:none;
}
label#peticion {
	float:left;
}
textarea {
	width:227px;
  height:71px;
  background-color:#f6f6f7;
	border-width:0px;
}
/* Pel firefox */
html>body textarea {
	margin-left:0px;
}