body {
	margin: 0 0 20px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .75em; /* 12px */
	color: #666;
	background: #dfdfdf url("../images/dif-fondo.png") repeat-x top;
	}
* { margin: 0; border: none; padding: 0; }
a { outline: 0; color: #2a5d91; text-decoration: none; }
	a:hover { color: #000; text-decoration: underline; }
	a:visited { font-size:inherit; }
address { font-style: normal; }
p { margin: 0 0 1em 0; line-height: 1.4em; }
strong { color: #236d56; }
	span.gris { color: #a9d7c9; }
ul { list-style: none; line-height: 1.4em; }
		ul li.clear { clear: left; }
/* esquerra, dreta i centrar */
div.left { clear: left; float: left; width: 49%; }
div.right { clear: right; float: right; width: 49%; }
.center { text-align: center; }
/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }
	/* amagar d'IE mac \*/
	.clearfix { display:block; }

#nav {
	width: 610px;
	margin: 0 auto;
	padding: 12px 10px 0 10px;
	color: #aaa;
	font-size: .92em;
	text-align: left;
	}
	#nav a {
		color: #ccc;
		text-decoration: none;
		}
	#nav a:hover {
		color: #fff;
		text-decoration: underline;
		}

		/* languages */
		#nav ul.languages {
			float: right;
			clear: right;
		}
				#nav ul.languages a.catala {
					padding: 0 0 0 15px;
					background: transparent url("../images/catala.png") no-repeat center left;
				}
					#nav ul.languages a.catala:hover {
						background: transparent url("../images/catala-gris.png") no-repeat center left;
					}
				#nav ul.languages a.castellano {
					padding: 0 0 0 15px;
					background: transparent url("../images/castellano.png") no-repeat center left;
				}
					#nav ul.languages a.castellano:hover {
						background: transparent url("../images/castellano-gris.png") no-repeat center left;
					}
				#nav ul.languages a.english {
					padding: 0 0 0 15px;
					background: transparent url("../images/english.png") no-repeat center left;
				}
					#nav ul.languages a.english:hover {
						background: transparent url("../images/english-gris.png") no-repeat center left;
					}
			#nav ul.languages li {
				display: inline;
				float: left;
				margin: 0 0 0 10px;
			}
		/* breadcrumbs */
		#nav ul.breadcrumbs {
			float: left;
			clear: left;
		}

#header {
	position: relative;
	width: 600px;
	margin: 0 auto;
	height: 60px;
	border: 1px solid #777;
	border-bottom: 0;
	padding: 15px 10px 5px 10px;
	text-align: right;
	background: #fff url("../images/fondo.png") no-repeat top;
}
	#header a {
		padding: 0 24px 0 0;
		color: #064130;
		font-weight: bold;
		line-height: 1.4em;
		background: transparent url("../images/cart.gif") no-repeat center right;
	}
		#header a:hover {
			color: #000;
			text-decoration: underline;
		}
	#header p {
		position: absolute;
		right: 18px;
		bottom: 12px;
		margin: 0;
		font-size: 1.4em;
	}
		#header p .num_carrito {
			font-family: georgia, helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.5em;
			color: #fff;
		}

#menu {
	border-top: 1px solid #03553d;
	padding: .45em;
	padding-bottom: .55em;
	font-family: georgia, arial, sans-serif;
	text-align: center;
	text-shadow: #888 1px 1px 1px;
	word-spacing: 2px;
	background: #165543 url("../images/dif.png") repeat-x;
}
	#menu a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
		#menu a:hover {
			color: #5d9a88;
		}
	#menu ul {
		display: block;
		text-align: center;
	}
		#menu ul li {
			display: inline;
			margin: 0 20px 0 0;
			border-right: 1px solid #5d9a88;
			padding: 0 20px 0 0;
			line-height: 1.25em;
		}
			#menu ul li.last {
				border: 0;
				padding: 0;
			}

#content {
	overflow: auto;
	width: 580px;
	margin: 0 auto;
	border: 1px solid #ababab;
	border-top: 0;
	padding: 20px;
	background: #fff url("../images/contenido-dif.png") repeat-x top left;
}
	#content a {
		color: #448d76;
		text-decoration: none;
	}
	#content a:hover {
		color: #333;
		text-decoration: underline;
	}
	/* forms */
	#content form {
		margin: 0;
		padding: 0;
	}
		#content form label {
			display: block;
			margin: 0 0 .75em 0;
		}
			#content form label span {
				display: inline; /* ie6fh */
				clear: left;
				float: left;
				width: 25%;
				margin: 0 1% 0 0;
				padding: 5px 0;
			}
			#content form label input, #content form label select {
				width: 30%;
				border: 1px solid #ccc;
				padding: 4px 6px;
				background: #f0f0f0;
			}
			#content form label select {
				overflow: visible;
				width: auto;
			}
				#content form label input:focus, #content form label select:focus {
					border: 1px solid #777;
					color: #222;
					background: #fff;
				}
				#content form label input.large, #content form label select.large {
					width: 50%;
				}
			#content form input.send {
				overflow: visible;
				cursor: pointer;
				margin: 1.5em 0;
				border: 0;
				padding: .5em 1.5em;
				color: #fff;
				font-weight: bold;
				background: #097354;
			}
				#content form input.send:hover {
					background: #444;
				}
	/* headers */
	#content h1 {
		margin: 0 0 20px 0;
		border: 1px solid #ababab;
		border-bottom: 0;
		padding: 3px 6px 4px 6px;
		font-size: 1em;
		color: #275c4d;
		text-shadow: #bcbcbc 1px 1px 1px;
		background: #e2e2e2 url("../images/h1-dif.png") repeat-x bottom;
	}
	#content h2 {
		margin: 0 0 .5em 0;
		border-bottom: 1px solid #dfdfdf;
		padding: 0;
		font-family: georgia, helvetica, sans-serif;
		font-size: 1.5em;
		letter-spacing: -1px;
		color: #3b836c;
	}
	#content h3 {
		margin: 4px 0 4px 0;
		padding: 0;
		font-size: 1.633em;
		color: #444444;
	}
		#content h3 a {
			color: #444444;
			text-decoration: none;
		}
			#content h3 a:hover {
				color: #3b836c;
				text-decoration: underline;
			}
		/* paragraphs */
		#content p.categoria {
			margin: 0 0 .5em 0;
			color: #bbb;
		}
			#content p.categoria a {
				font-weight: bold;
			}
		/* spans */
			#content span.category a {
				font-weight: bold;
			}
		#content span.brand {
			color: #bbb;
		}
			#content span.brand a {
				color: #ababab;
				font-weight: bold;
			}
				#content span.brand a:hover {
					color: #444444;
				}
	#content table {
		clear: both;
		width: 99%;
		height: 1%;
		margin: 15px 0;
		padding: 0;
	}
			#content tbody td {
				padding: 4px 6px;
				border: 1px solid #f6f6f6;
				border-bottom: 1px solid #e6e6e6;
				text-align: center;
				background: #fff url("../images/tbody_td_fondo.png") repeat-x bottom left;
			}
				#content tbody td p {
					margin: 0;
				}
				#content tbody td.title {
					color: #555;
					font-weight: bold;
				}
				#content tbody td.price {
					color: #165543;
					font-weight: bold;
					text-align: center;
					white-space: nowrap;
				}
			#content thead td, #content thead th {
				padding: 4px 6px;
				color: #fff;
				font-weight: bold;
				text-align: center;
				background: #165543 url("../images/dif.png") repeat-x;
			}
	#content ul {
		list-style: circle;
		margin: 0 0 1em 2px;
	}
		#content ul li {
			margin: 0 0 .35em 0;
		}

	#content #enlaces {
		clear: right;
		margin-top: 15px;
		padding: 15px;
		border: 1px solid #cbcbcb;
		font-size: .9em;
		color: #888;
		text-align: center;
		background-color: #efefef;
		}
	#content .atras {
		clear: both;
		display: block;
		padding: 10px 0 10px 18px;
		font-weight: bold;
		text-align: left;
		background: transparent url("../images/back.png") no-repeat center left;
	}
	#content .confirmar {
		clear: both;
		display: block;
		padding: 10px 18px 10px 0;
		font-weight: bold;
		text-align: right;
		background: transparent url("../images/confirm.png") no-repeat center right;
	}
	#content .extra {
		clear: both;
		margin: 0 0 .85em 0;
		border: 1px solid #cfcfcf;
		padding: 10px 10px 10px 30px;
		color: #888888;
		background: #f8f8f8 url("../images/extra.png") no-repeat top left;
	}
	#content .delete {
		padding: 0 0 0 18px;
		background: transparent url("../images/cart_remove.png") no-repeat center left;
		}
	#content .img-izq {
		float: left;
		margin: 4px 12px 6px 0;
		border: 1px solid #bfbfbf;
		padding: 3px;
		}
	#content .img-der {
		float: right;
		margin: 4px 0 6px 8px;
		border: 1px solid #bfbfbf;
		padding: 3px;
		}
	#content .info {
		padding: 10px;
		border: 1px solid #cbcbcb;
		font-size: 1.2em;
		font-weight: bold;
		background-color: #efefef;
	}
	#content .ok {
		clear: both;
		display: block;
		padding: 10px 0 10px 24px;
		font-weight: bold;
		text-align: left;
		background: transparent url("../images/ok.png") no-repeat center left;
	}
	#content .precio {
		clear: both;
		display: block;
		border-bottom: 1px solid #ababab;
		padding: 0 10px 6px 10px;
		font-family: georgia, helvetica, sans-serif;
		font-size: 2em;
		color: #3b836c;
		font-weight: bold;
		text-align: right;
		background: #fff url("../images/precio-fondo.png") repeat-x bottom left;
	}
	#content .productos-izq {
		clear: left;
		float: left;
		width: 275px;
		margin: 10px 0 15px 0;
	}
	#content .productos-der {
		clear: right;
		float: right;
		width: 275px;
		margin: 10px 0 15px 0;
	}
		#content .productos-izq img, #content .productos-der img {
			border: 0;
		}
		#content .productos-izq p, #content .productos-der p {
			margin: 0;
		}
#footer {
	font-size: .833em;
	padding-top: 12px;
	color: #888;
	text-align: center;
}

/* 'Thickbox' effect selectors */
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#TB_load{
display: none;
}
#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border: 4px solid #525252;
}
#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height: 25px;
	padding: 10px 30px 10px 25px;
	font-family: verdana, helvetica, sans-serif;
	font-size: .7em;
	color: #888888;
	clear: left;
	float: left;
}
#TB_closeWindow{
	height: 25px;
	padding: 12px 25px 8px 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: .7em;
	color: #888888;
	clear: right;
	float: right;
}
	#TB_closeWindow a {
		padding: 0 0 0 20px;
		color: #888888;
		font-weight: bold;
		text-decoration: none;
		background: #fff url("/html/imatges/tancar.png") no-repeat center left;
	}
		#TB_closeWindow a:hover {
			color: #444444;
			text-decoration: underline;
		}
#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	background-color: #e8e8e8;
}
#TB_ajaxContent{
	padding: 2px 15px 15px 15px;
	overflow: auto;
}
#TB_load{
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}
#TB_HideSelect{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}