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

/*******************************************/
/* BASE
/*******************************************/
#capLogo, .fletxaMini, .fletxaGran, .bulthaup, .auro, .roca, .cosmic, .by6tems{
    background-image:url(../img/base.png);
}
#capLogo{
    margin-top:25px;
    width:118px;
    height:37px;
    background-position: -86px -1px;
}
.fletxaMini{
    width:6px;
    height:9px;
    background-position: -39px -28px;
}
.fletxaGran{
    width:19px;
    height:37px;
    background-position: -66px -1px;
}
.fletxaGran:hover{
    width:19px;
    height:37px;
    background-position: -66px -1px;
}
.bulthaup, .auro, .roca, .cosmic{
    width:112px;
    height:66px;
}
.bulthaup{ background-position: -205px -1px; }
.auro{ background-position: -318px -1px; }
.roca{ background-position: -205px -68px; }
.cosmic{ background-position: -318px -68px; }
.by6tems{
    width:44px;
    height:26px;
    background-position: -1px -1px;
}


.textmenu { font-family:"Trebuchet MS"; color:#fff; font-size:12px; cursor:pointer;}
.col_mig_links a { padding-left:30px;}

/*******************************************/
/* GENERALS
/*******************************************/
.clearFloat { clear:both; font-size:1px; height:0px; }
a, img{ outline:none; }
img{ border:none; }
a{ text-decoration:none;color:#444444;}
a:hover{ color:#b1b1b1;  }
body{ background-color:#FFFFFF; color:#C9C9C9; font-size:10px; font-family:"Trebuchet MS", Helvetica; margin:0px; padding:0px; }
#tot{
    width:1010px;
    border:1px solid #C9C9C9;
    margin:0 auto 5px;
    padding:0;
}

/*******************************************/
/* COS
/*******************************************/
#contingut{
    width:1010px;
    margin:0 auto;
    padding:0px 0px;
    color:#444444;
    font-size:12px;
    z-index:0;
    position:relative;
}
#contingut .columnaEsquerra{
    width:495px;
    float:left;
}
#contingut .columnaDreta{
    width:465px;
    float:right;
    padding:180px 15px 15px;
}
#contingut h1{
    font-size:28px;
    font-weight:normal;
    margin:0;
    padding:0;
}
#contingut h2{
    font-size:13px;
    font-weight:normal;
    color:#2F2F2F;
    margin:0;
    padding:10px 0 0;
}
#contingut p{
    font-size:12px;
    text-align:justify;
}
#contingut .linkInici{
    width:255px;
    padding:15px 0px;
}
#contingut .linkInici .h1{
    font-size:20px;
    width:230px;
    float:left;
}
#contingut .linkInici .h2{
    font-size:12px;
    width:230px;
    float:left;
}
#contingut .linkInici a:hover .fletxaGran{
    width:19px;
    height:37px;
    background-position: -46px -1px;
}
/*******************************************/
/* PEU
/*******************************************/
#peu{
    padding:0 20px;
    margin:0;
    background-color:#473C36;
    color:#fff;
    z-index:990;
    position:absolute;
    height:30px;
    width:970px;
}
#peu a{
    color:#fff;
    text-decoration:none;
}
#peu a:hover{
    color:#7E7672;
}


/*******************************************/
/* CAP
/*******************************************/

#menuSup {
    width:1010px;
    margin:0 auto;
    padding:0;
    height:40px;
    z-index:990;
    position:absolute;
}

#cap{
    width:1010px;
    margin:40px auto;
    padding:0;
    background-color:#473C36;
    height:90px;
    z-index:990;
    position:absolute;
}
#cap ul.capMenu{
    list-style-type: none;
}
#cap .capMenu > li{
    padding:0px;
    margin:0px;
    float:left;
}
#cap .capMenu a{
    display:block;
    margin:18px 12px 0px;
    float:left;
    line-height:35px;
    height:41px;
    font-size:11px;
    text-align:center;
    color:#b1b1b1;
}
#cap .capMenu a:hover,#cap .capMenu .selected{
    color:#fff;
}

#menuSup ul.capMenu{
    list-style-type: none;
}
#menuSup .capMenu > li{
    padding:0px;
    margin:0px;
    float:right;
}
#menuSup .capMenu a{
    display:block;
    margin:-3px 5px 0px;
    float:left;   
    height:10px;
	padding:5px 5px 10px 5px;	
    font-size:11px;
    text-align:center;
    color:#b1b1b1;
	width:55px;
	background:#473c36;
}
#menuSup .capMenu a:hover,#menuSup .capMenu .selected{
    color:#dedf53;
}

/*******************************************/
/* GALERIA
/*******************************************/
/*div#page {
    width: 900px;
    text-align:left;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}
div#container {
    padding: 0;
    margin:0;
}
#slideshow img{
    float:left;
}*/

a .diaposDreta{
    display:inline;
    height:9px;
    width:9px;
    background-position:0 -46px;
}

a:hover .diaposDreta{
    background-position:0 -28px;
}
a .diaposEsquerra{
    display:inline;
    height:9px;
    width:9px;
    background-position:0 -91px;
}

a:hover .diaposEsquerra{
    background-position:0 -64px;
}
#container{
    width:605px;
    height:275px;
}
div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    float: left;
    text-align:left;
    width:605px;
    height:275px;
}
div.content a, div.navigation a {
    text-decoration: none;
    color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.controls {
    float:left;
    margin: 0;
    padding: 0;
    width:150px;
}
div.controls a {
    padding: 5px;
}
div.ss-controls {
    float: left;
}
div.nav-controls {
    float: left;
}
div.nav-controls a{
    color:#666;
}
div.nav-controls a:hover{
    color:#353B91;
    font-weight:bold;
}
div.slideshow-container {
    position: relative;
    clear: both;
    height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
    display:none;
}
div.slideshow {
    width:615px;
    position:absolute;
    top:0;
}
div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:615px;
}
div.slideshow a.advance-link {
    /*display: block;*/
    width: 615px;
    height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}
div.slideshow a.advance-link img{
    float:left;
    background-color:#000;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow img {
    vertical-align: middle;
}
div.download {
    float: right;
}
div.caption-container {

}
span.image-caption {
    display: block;
    position: absolute;
}
div.caption {
    background-color: #000;
    padding: 12px;
    color: #ccc;
}
div.caption a {
    color: #fff;
}
div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}

div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {
    width:300px;
    text-align:right;
    float:right;
}
ul.thumbs {
    clear: both;
    float:right;
    text-align:right;
    margin: 0;
    padding: 0;
}
ul.thumbs li {
    float: left;
    padding: 1px 0 0;
    margin: 0;
    list-style: none;
    font-size:10px;
}
a.thumb {
    padding: 0;
    display: inline;
    border: none;
}
ul.thumbs li.selected a.thumb {
    color: #000;
    font-weight: bold;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
}
div.pagination {
    clear: both;
}
div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}
div.navigation div.bottom {
    margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
div.pagination span.current {
    font-weight: bold;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}
#captionToggle a {
    float: right;
    display: block;
    margin-top: 5px;
    padding: 5px 30px 5px 5px;
}


/*******************************************/
/* ACORDEÓ
/*******************************************/
#acc {width:465px; list-style:none; color:#033; padding:0; margin:0}
#acc h5 {width:445px; padding:0; margin:0; font-weight:bold; cursor:pointer}
#acc h5:hover {color:#7E7672}
#acc .h5selected {color:#7E7672}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:455px; padding:0; margin:0; background:#fff}
