#base {
	margin: 0px auto;
	padding: 0px;
	height: 618px;
	width: 826px;
	position: relative;
	top: 50px;
}
#productos {
	background: url(../imatges/fons_gris_productes.jpg) repeat-y center center;
	width: 826px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	min-height: 820px;
	height: auto;
}
#botones {
	margin: 0px;
	padding: 20px;
	width: 100%;
	text-align: center;
}

.boton {
	margin: 5px;
	padding: 0px;
	height: 70px;
	width: 120px;
	float: left;
	color: #FFF;
	font: 9pt Arial, Helvetica, sans-serif;
}

#base #contenido {
	color: #FFF;
	margin: 0px;
	width: 90%;
	padding: 0px;
	position: relative;
	left: 40px;
	top: 25px;
	font: 10pt Verdana, Geneva, sans-serif;
}

#base #productos #contenido h2 {
	color: #F90;
}

.linea {
	
}

.fotoProductes {
	position: relative;
	margin: 5px 5px 15px;
	padding: 0px;
	height: 175px;
	width: 175px;
	text-align: center;
	float: left;
}
#corte {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: relative;
	clear: both;
}
#corte img {
	border: 1px solid #FFF;
	padding: 0px;
	margin: 10px;
	width: 250px;
}

#base #peu {
	color: #FFF;
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 100%;
}