@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(imagenes/fons.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body a {
	color: #002896;
	text-decoration: none;
}
body a:hover {
	color: #002896;
	text-decoration: underline;
}
#contingut {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 20px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#seccio {
	font-size: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#texte {
	font-size: 16px;
	padding: 20px;
	line-height: 20px;
}
#menu {
	position: absolute;
	z-index: 1;
	font-size: 24px;
	margin-left: 200px;
	margin-top: 30px;
	color: #002896;
	width: 148px;
}
#families {
	width: 200px;
	padding: 10px;
	background-color: #dedede;
	margin-left: 65px;
	margin-bottom: 20px;
}
/* Easy Slider */

	#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:560px;
	height:736px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
}
#nextBtn {
	left:560px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(images/btn_next.gif) no-repeat 0 0;
}
/* // Easy Slider */

/* GALLERY */

.galleria {
	list-style:none;
	width:500px
}
.galleria li {
	display:block;
	width:54px;
	height:72px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}
.galleria li a {
	display:none
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img {
	cursor:pointer
}
.galleria li.active div img, .galleria li.active div {
	display:block
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:block;
	padding-top:.5em
}
* html .galleria li div span {
	width:400px
} 
/* MSIE bug */

.demo {
	/*position:relative;*/
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(imagenes/fons_catalogo.jpg);
	text-align: center;
}

.familia{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.gallery_demo {
	width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: top;
}
.gallery_demo li {
	width:54px;
	height:72px;
	border:3px double #111;
	background:#000;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
.gallery_demo li div {
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	height:545px;
	width:408px;
	background:black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#main_image img {
	margin-bottom:10px;
}
.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}
.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:1.6em;
}
*{margin:0;padding:0}

/*  FORM  */
.form {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form .form-row { width:100%; margin-bottom: 10px; float:left; }
.form .label { float:left; width:100px;margin:6px 0 0 5px; }
.form .input-container { float:left; width:195px; text-align:right; }
	.form .input { width:180px;	height:18px; border:2px solid #c4c4c4; }
	.form .error-input, .form .error-both .input, .form .error-same .input {
	background-color:#FFFF99;
	border-color:#FF0000;
	color:#FF0000;
}
	.form .error-div {
	float:right;
	margin:7px 10px 0 0;
	color:#FF0000;
	font-size:18px;
}
	.form .error-div-alternative {
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:800px;
	top:0;
	left:50%;
	position:absolute;
	z-index:1000;
	margin-left:-400px;
	text-align:center;
	font-size:16px;
	color:#FF0000;
	padding:20px 0 20px 0;
	background-color:#fee;
	border:solid 2px #d36;
	border-top-width:0;
}
	.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
	.form .sendBtn {
		width:75px;
		height:24px;
		text-align:center;
		background:url(submit-btn-bg.gif) repeat-x 0 0;
		color:#5f5f5f;
		border:1px solid #aaa;
		float:right;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.form .sendBtn:hover { background:url(submit-btn-bg-hover.gif) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }

