@charset "UTF-8";/* CSS Document */
*{margin:0;padding:0;}
html{overflow:scroll;}
body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:100%;
}
.clear-right{
	clear: right;
}
#gallery{
	padding:15px 0 0 252px;
	float: left;
	width: 710px;
	display: none;
	position: absolute;
}
#gallery ul {
	float:left;
	list-style:none;
	width:124px;
	display: block;
	line-height: 1;
	padding: 0 0 0 18px;
	height: auto;
}
#gallery  li {
	margin: 0 0 18px 0;
}
#gallery  li img {
	margin: 0;
	display: block;
	float: none;
	width: 124px;
}
#gallery li strong {
	font-size:0.688em;
	line-height:1;
	font-style:normal;
	font-weight:bold;
	width:124px;
	margin:0 0;
	display: none;
	padding: 12px 0 2px 0;
	border-top: 1px solid #FFFFFF;
	text-transform: uppercase;
	float: none;
}
#gallery ul em {
	font-size:0.72em;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	width:124px;
	display: none;
	margin: 0 0 12px 0;
}

#gallery li a{
	cursor:pointer;
	margin-bottom: 18px;
	display: block;
	float: none;
	width: 124px;
	height: auto;
}

#gallery li a:link{
	text-decoration:none;
	color:#000000;
}
#gallery li a:visited{
	color:#999999;
	text-decoration: none;
}
#gallery li a:hover{
	color:#0000FF;
}
#gallery li a:active{
	text-decoration:none;
	display: block;
}
#gallery ul li a:visited strong  { /*per canviar color visited*/
	text-decoration:line-through;
	color:#0000FF;
	border-top: 1px solid #0000FF;
}
#gallery li a:hover strong {
	text-decoration:none;
	color:#0000FF;
	border-top: 1px solid #0000FF;
	display: block;
}
#gallery li a:active strong {
	text-decoration:none;
	color:#0000FF;
	display: block;
}
#gallery li a:visited em {
	text-decoration:none;
	color:#999999;
}
#gallery li a:hover em {
	text-decoration:none;
	color:#0000FF;
	display: block;
}
#gallery li a:active em {
	text-decoration:none;
	color:#0000FF;
	display: block;
}

#gallery li.special{
	padding-bottom: 0;
	margin: 0;
}
#gallery li.special strong {
	border-top:1px solid #0000FF;
	display: block;
	float: none;
}
#gallery li.special em{
	display:block;
	margin: 0;
}
#gallery ul li.special a:link {
	color: #0000FF;
}
/*#gallery ul li.special a:hover strong {
	color: #000 !important;
}*/

#gallery ul li.special a:hover strong{
	border-top:1px dotted #0000FF;
}
#gallery ul li.special a:visited strong{
	color: #0000FF;
	text-decoration: none;
}
#gallery ul li.special a:visited em{
	color: #0000FF;
	text-decoration: none;
}

#archive{
	padding:0 0 0 252px;
	float: left;
	margin: 0;
	width: 710px;
	display: none;
	position: absolute;
}
#archive li{
	float:left;
	list-style:none;
	width:124px;
	margin:0 0 20px 0;
	display: block;
	line-height: 1;
	min-height: 88px;
	padding: 0 0 0 18px;
}
#archive li strong{
	font-size:0.688em;
	line-height:1;
	font-style:normal;
	font-weight:normal;
	width:124px;
	margin:0;
	display: block;
	padding: 12px 0 2px 0;
	border-top: 1px solid #FFFFFF;
	text-transform: uppercase;
}
#archive li em {
	font-size:0.72em;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	width:124px;
	display: none;
}

#archive li a {
	float: left;
	cursor:pointer;
}

#archive li a:link {
	text-decoration:none;
	color:#000000;
}
#archive li a:visited {
	text-decoration:none;
	color:#999999;
}
#archive li a:hover {
	text-decoration:none;
	color:#0000FF;
}
#archive li a:active {
	text-decoration:none;
}


#archive li a:visited strong {
	text-decoration:line-through;
	color:#999999;
}
#archive li a:hover strong {
	text-decoration:none;
	color:#0000FF;
	border-top: 1px solid #0000FF;
}
#archive li a:active strong {
	text-decoration:none;
	color:#0000FF;
}


#archive li a:visited em {
	text-decoration:none;
	color:#999999;
}
#archive li a:hover em {
	text-decoration:none;
	color:#0000FF;
	display: block;
}
#archive li a:active em {
	text-decoration:none;
	color:#0000FF;
}

#sidebar{
	width: 250px;
	height:400px;
	display:block;
	float:left;
	margin: 0;
	padding: 10px 0;
	position: fixed;
	z-index: 20;
	overflow: hidden;
	left: auto;
}
#sidebar em{
	font-size:100%;
	font-variant:normal;
	font-style:normal;
	font-weight: bold;
}
#sidebar h1{
	font-size:1em;
	padding:0;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 0;
}


#sidebar a:link, #category em, #links a {
	color: #000000;
	text-decoration: none;
}
#sidebar  a:visited {
	color: #000000;
	text-decoration: none;
}
#sidebar  a:hover {
	color: #333333;
	text-decoration: none;
}
#sidebar a:active {
	color: #333333;
	text-decoration: none;
}
ul#menu {
	font-size:1em;
	width:auto;
	line-height:1.4em;
	padding:0 36px 0 0;
	list-style:none;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 0;
	float: left;
}
#menu em a:link{
	color: #63635C;
	text-decoration: none;
}
#menu em a:visited{
	color: #63635C;
	text-decoration: none;
}

#wrapper{
	height:520px;
	min-height:520px;
	width:960px;
	margin:auto;
	padding: 20px 20px 20px 20px;
}
#content{
	height: 520px;
	min-height:520px;
	width: 710px;
	margin: 0;
	padding: 10px 0 0 270px;
	display: none;
	position: absolute;
	float: left;
}

#content ol {
	margin: 0;
	width: 325px;
	float: left;
	height: 1400px;
	padding: 0;
	font-size: 0.68em;
}
#content ol li{
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 325px;
}
ul#links {
	margin: 0;
	width: 325px;
	float: left;
	height: 1400px;
	padding: 0;
	font-size: 0.875em;
}
ul#links li{
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 325px;
}
#content p{
	font-size: 0.875em;
	width: 560px;
	float: none;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.5;
}
#content br{
	clear: left;
	line-height: 1;
}

.bio a:link{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#links a:visited, .bio a:visited{
	color: #000;
	text-decoration: line-through;
	font-weight: bold;
}
#links a:hover, .bio a:hover{
	color: #00F;
	text-decoration: underline;
}
#links a:active, .bio a:active{
	color: #00F;
	text-decoration: underline;
}

#intro{
	float: left;
	position: absolute;
	width: 700px;
	padding: 10px 0 0 270px;
	height: 520px;
	min-height: 520px;
	display: none;
}
#intro p{
	font-size: 0.875em;
	width: 250px;
	margin: 0;
}
#intro blockquote p {
	font-size: 0.938em;
	line-height:1.3;
	margin: 10px 0 0 0;
	width: 300px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.one{
	background: url(../img/layout/firma-baques.jpg) no-repeat 50% 150px;
	background-attachment:fixed;
}
.baques{
	background: url(../img/layout/firma-baques-blau.jpg) no-repeat 50% 150px fixed;
	width: 700px;
	height: 520px;
	display: none;
}
.three{
	background: url(../img/layout/firma-baques-blau.jpg) no-repeat 70% 70%;
}
.four{
	background: url(../img/layout/firma-baques-blau.jpg) no-repeat 55% -20px;
}

#footer{
	margin:0 10px;
	width:960px;
	clear:both;
	background:#FFFFFF;
}
.image{
	margin: 5px 20px 0 0;
	float: left;
}
.imagewide{
	margin: 5px 0 20px 0;
	float: left;
}
.pics {
	overflow: hidden;
	width: 490px;
	height: 490px;
	float: left;
	margin: 5px 20px 0 0;
	padding: 0;
}
img.left {
	float: right;
	margin: 0;
	display: block;
	padding: 20px 0 20px 24px;
}

dl {
	float: left;
	margin: 0;
	width: 325px;
	line-height: 1.3;
	padding: 0;
	text-indent: 0;
}
dt {
	float: left;
	display: block;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 96%;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
dd {
	padding: 0;
	float: none;
	width: auto;
	display: block;
	margin: 0 20px 0 35px;
	list-style-position: outside;
	text-indent: 0;
}
#info{
	padding:0;
	float: left;
	margin: 4px 0;
	display: block;
	width: 124px;
}
#info li{
	float:none;
	list-style:none;
	height:auto;
	margin:0;
	display: block;
}
#info h2 {
	font-size:0.688em;
	line-height:1;
	color:#000000;
	font-family: Helvetica Neue, Helvetica, Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	margin:0;
	display: block;
	text-transform: uppercase;
}
#info p {
	font-size:0.72em;
	line-height:1.1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	width:auto;
	margin:5px 0 12px 0;
	color: #000000;
}
#category {
	font-size:0.75em;
	line-height:1.5em;
	list-style:none;
	font-style: normal;
	font-weight: normal;
	display: inline;
	float: none;
}
ul#category {
	padding: 0 20px 0 0;
	float: left;
	display: block;
	margin: 0;
	width: auto;
	height: auto;
}

#category em {
	font-size:100%;
	text-decoration:none;
	font-variant:normal;
	font-style:italic;
	font-weight: normal;
}
#category a:link{
	color: #000000;
	text-decoration: none;
}
#category a:visited{
	color: #000000;
	text-decoration: none;
}
#category a:hover{
	color: #333333;
	text-decoration: underline;
}
#category a:active{
	color: #333333;
	text-decoration: underline;
}
a#large {
	width:15px;
	height:26px;
	background:url(../img/layout/lupa.gif) no-repeat;
	display: block;
}
a#large:link{
	background-position:0 0;
}
a#large:visited{
	background-position:0 0;
}
a#large:hover{
	background-position:-15px 0;
}
a#large:active{
	background-position:-15px 0;
}
h2{
	font-size: 0.92em;
	font-weight: bold;
}
h3{
	font-size:0.63em;
	line-height:1.5;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	width:190px;
	display:block;
	margin:14px 0 12px 12px;
}
h4,h5,h6{
	font-weight:normal;
	font-size:1.063em;
	margin-top:0;
}

address{
	font-size:100%;
	font-weight:bold;
	line-height:1.4em;
	color:#333333;
	width:200px;
	float:none;
	margin:0 30px 30px 0;
	padding:0;
	list-style:none;
	font-style:normal;
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 40;
}
address a:link{
	text-decoration: none;
	color: #000000;
}
address a:visited{
	text-decoration: none;
	color: #000000;
}
address a:hover{
	text-decoration: none;
	color: #0000FF;
}

#pop {
	z-index:30;
	position:absolute;
	border: 0;
	height: 100%;
	width: 960px;
	background-color: #FFFFFF;
	text-align: center;
	display: none;
	margin:auto;
	top: 0px;
}
#pop img{
	margin:35px 0;
}
#pop img:hover{
	cursor:pointer;
}

#close{
	position:absolute;
	top:-15px;
	left:48%;
	display:none;
}

.blanc{
	background:url(../img/layout/firma-small.jpg) 125px 100px no-repeat;
}
.gris{
	background:url(../img/layout/firma-small-grey.jpg) 125px 100px no-repeat;
}
.load{
	background:url(../img/layout/ajax-loader.gif) 290px 38px no-repeat;
}
.cite   {
	line-height: 0.9;
	padding: 10px 0 90px 0;
}
ul#author {
	color:#999999;
	float:left;
	text-decoration: none;
	bottom:20px;
	width: auto;
	display: block;
	margin: 0 0 0 270px;
	position: absolute;
	font-size: 0.625em;
	list-style: none;
}
ul#author li{
	float: left;
	width: 140px;
}
ul#author a{
	color: #999999;
	text-decoration: none;
}
ul#author a:hover{
	color: #333333;
	text-decoration: none;
}
a:focus{width:0;height:0;border:0;}
a img{border:none;}
a{outline:none;border:none;}