@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'lucida_grande';
    src: url('fonts/lucidagrande-webfont.eot');
    src: url('fonts/lucidagrande-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucidagrande-webfont.woff') format('woff'),
         url('fonts/lucidagrande-webfont.ttf') format('truetype'),
         url('fonts/lucidagrande-webfont.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #f8f8f8;
	background-image:url(/img/contentBg.png);
	margin:0;
}

.logo {
	margin-right: auto;
	margin-left: auto;
	height:80px;
	padding-top:25px;
	text-align:center;
}

.headerPhoto {
	height: 63px;
	margin-right:auto;
	margin-left:auto;	
	text-align:center;
	background-image:url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.headerPhotoDistribution {
	height: 105px;
	margin-right:auto;
	margin-left:auto;	
	text-align:center;
	background-color:#ffffff;
	background-image:url(../img/mapa.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.headerPhotoShowroom {
	height: 175px;
	margin-right:auto;
	margin-left:auto;	
	text-align:center;
	background-image:url(../img/showroom.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.headerPhotoIndex {
	height: 126px;
	margin-right:auto;
	margin-left:auto;	
	text-align:center;
	background-image:url(../img/headerIndex.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.headerMenu {
	height: 40px;
	padding-top:10px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #adadad;
	text-align:center;	
}

.menuColleccionsDegradat {
	height: 1px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #eeeeee;
	background-color:#e0e0e0;
	margin-right:auto;
	margin-left:auto;	
}

.menuColleccions {
	background-color:#f5f5f5;	
	padding-top: 12px;
	padding-bottom:13px;
	border-bottom:1px solid #acacac;
	margin-right:auto;
	margin-left:auto;
}

.menuColleccionsText {
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#878787;
	padding-bottom:6px;	
}

.menuColleccionsImg {
	border:1px solid #d6d6d6;	
}

.indexContent {
	padding-top: 10px;
	padding-bottom:15px;
	margin-right:auto;
	margin-left:auto;
	font-family: 'Lato', sans-serif;
	color:#878787;
}

.indexTitle {
	color: #737373;
	font-size:16px;
	text-align:center;
}

.titleBlue {
	color:#adb4db;
	font-size:18px;
	text-align:center;
}

.indexText {
	font-family: 'Lato', sans-serif;
	color:#878787;
	font-size:14px;
	margin-left:25px;
	margin-right:25px;
	text-align:justify;
}

A.indexTextLink {
	color:#878787;
	text-decoration:underline;	
}

.selectMenu {
	width: 282px;
	height: 28px;
	font-family: 'Lato', sans-serif;	
	color:#737373;
}
/* col·leccions */

.colleccions_titol {
	font-family: 'Lato', sans-serif;
	color:#616161;
	font-size:16px;
	font-weight:normal;
	padding-bottom:8px;	
	padding-top:4px;
}

.colleccions_descripcio {
	padding-top:0px;
	padding-bottom:5px;
	font-family: 'Lato', sans-serif;
	color: #858585;
	font-size:14px;
	text-align:center;
	margin-left:25px;
	margin-right:25px;
		
}

.formText {
	font-family: 'Lato', sans-serif;
	color:#878787;
	font-size:14px;
	margin-left:30px;
	margin-right:30px;
	text-align:justify;
}

.form_textbox{
	height:25px; 
	width:250px; 
	border: solid 1px #abb2db; 
	background-color:#f1f1f1;
	margin-left:25px;
	margin-right:25px;
}

.form_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-right:32px;
	margin-left:32px;
}

.esdevenimentsTitle {
	background-color:#D3D8EB;	
	padding-top:2px;
	padding-bottom:3px;
	font-family: 'Century Gothic', Lato;
}

A.events_link {
	font-family: 'Lato', sans-serif;
	color: #858585;
	font-size:14px;
	text-decoration:underline;
}
.colleccions_description {
	padding-top:0px;
	padding-bottom:5px;
	font-family: 'Lato', sans-serif;
	color: #858585;
	font-size:14px;
	text-align:justify;
		
}

A.languageLink {
	text-decoration:none;
	color: #878787;	
}

.divFooter {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background-image:url(../img/footerBg.png);
	text-align:center;
	color:#808080;
	font-size:14px;
	font-family: 'Lato', sans-serif;
}

.divFooterTitle {
	color: #acb3dc;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}

A.divFooterLink {
	color:#808080;
	font-family: 'Lato', sans-serif;
	text-decoration:underline;
}