#cataleg {
	padding-top: 1em;
	background-color: #f0f0f0;
	border-top: 3px solid #1e2126;
}
.infocataleg {
	width: 90%;
	margin: 0 auto 1em;
}
.filtre {
	width: 83%;
	padding: 0.6em;
	margin: 0 auto 1.5em;
	background-color: #e0e0e0;
	border: 1px solid #1e2126;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #909090;
}
#opcionsfiltre {
	display: none;
	padding-top: 0.5em;
}
#mostrafiltre {
	display: block;
	padding: 0.3em;
	border-radius: 5px;
	background-color: #303030;
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
}
#mostrafiltre span {
	font: 0.9em iconos-cistelleria;
}
span.iconodesplega {
	display: block;
	float: right;
}
.checkbox {
	height: 30px;
	margin-bottom: 0.5em;
	padding-left: 33px;
	background: url(../imatges/checkbox.png) 0 0 no-repeat;
	line-height: 30px;
	cursor: pointer;
}
.noactiu {
	background-position: 0 -30px;
}
.checkbox input {
	display: none;
}
#opcionsfiltre input[type='submit'] {
	display: block;
	clear: both;
	margin: 0;
	padding: 0.5em 1em;
	border: 1px solid #fff;
	border-radius: 0.5em;
	background-color: #1e2126;
	font-size: 0.8em;
	color: #fff;
}
.peca {
	position: relative;
	width: 90%;
	margin: 0 auto 1em;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 8px;
	background-color: #1e2126;
	box-shadow: 5px 5px 10px 2px #a0a0a0;
}
.nompeca {
	padding: 0.5em 0;
	text-align: center;
	font: 1.2em "Source Sans Pro";
	color: #fff;
}
.fotoinfo {
	position: relative;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	border-top: 6px solid #808080;
	border-bottom: 6px solid #808080;
}
.novetat {
	position: absolute;
	top: 0.6em;
	right: 1em;
	padding: 0.4em 0.8em;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 7px 2px #a0a0a0;
	background-color: #f00;
	color: #fff;
	font-size: 0.9em;
}
.pestanyainfo { /* regla definida també a css/ltie9.css */
	display: block;
	position: absolute;
	top: 0.3em;
	left: 100%;
	padding: 5px;
	border-radius: 0 6px 6px 0;
	background-color: rgba(0,0,0,0.7);
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
.pestanyainfo:hover {
	color: #a0a0a0;
}
.botoAmagaInfo { /* regla definida també a css/ltie9.css */
	display: block;
	position: absolute;
	top: 0.3em;
	right: 0;
	padding: 5px;
	border-radius: 6px 0 0 6px;
	background-color: rgba(255,255,255,0.9);
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.fotoinfo img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.infoPeca { /* regla definida també a css/ltie9.css */
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(10,10,10,0.9);
}
.textInfo {
	padding: 1.5em 0.5em 0.5em;
}
.mesura {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #e0e0e0;
}
.mesura em {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.descripcio {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #e0e0e0;
}
.descripcio span {
	display: block;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.referencia {
	padding: 0.5em 0;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}
.preu {
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #dcb233;
}
.preu span {
	font-size: 0.7em;
}
.linksPaginacio {
	clear: both;
	padding-top: 1em;
}
.pagines {
	text-align: center;
}
.pagines li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 0 0.5em 0.5em;
}
.pagines a {
	display: block;
	width: 3em;
	height: 2em;
	padding: 1em 0 0;
	border: 1px solid #303030;
	border-radius: 10%;
	color: #000;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 7px 2px #a0a0a0;
}
.pagines a:hover {
	background-color: #1e2126;
	color: #fff;
}
.paginaActiva {
	background-color: #1e2126;
	color: #fff !important;
}

@media screen and (min-width: 600px) {
	.filtre {
		width: 86%;
	}
	.checkbox {
		float: left;
		margin-right: 1em;
	}
	.peca {
		float: left;
		width: 42%;
		margin-left: 5%;
	}
}

@media screen and (min-width: 900px) {
	.filtre {
		width: 89%;
	}
	.peca {
		float: left;
		width: 27.8%;
		margin-left: 4%;
	}
}

@media screen and (min-width: 1100px) {
	.nompeca, .referencia {
		font-size: 1.5em;
	}
}