body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}

a:hover {
	color: #D3AD46;
	text-decoration: underline;	
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B13946;
	text-decoration: underline;
}

.txtpresentacio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	
}
.txtpresentaciopetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FADA8A;	
}
.txtnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;	
}
.txtgran {
	font-size: 12px;
	font-weight: normal;	
}

/*..........................inici album*/

.album {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.album ul {
	margin: 0px;
	padding: 0px;
}
.album ul li {
	list-style-type: none;
	padding: 0px;
	color:#fff;	
	border: 0px; 
	 	 		
}
.album ul li a{
	text-decoration: none;
	margin-bottom: 0px;
	text-align: center;	
	
}

.visible{
	text-decoration: none;
	color:#888;
	padding: 8px;
	display: block;
	text-decoration: none;
	border: 0px solid #FFF;
	font-weight: normal;
	text-align: left;	
}
.album li a:hover{
	background-image: url(../img/fondoalbum.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color:#FFFFFF;
	background-color: #FFFFFF;		
}


/*..........................fi album*/

/*..........................inici cartells*/

.cartells {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.cartells ul {
	margin: 0px;
	padding: 0px;
}
.cartells ul li {
	list-style-type: none;
	padding: 0px;
	color:#fff;	
	border: 0px; 
	 	 		
}
.cartells ul li a{
	text-decoration: none;
	margin-bottom: 0px;
	text-align: center;	
	
}

.visible{
	text-decoration: none;
	color:#888;
	padding: 8px;
	display: block;
	text-decoration: none;
	border: 0px solid #FFF;
	font-weight: normal;
	text-align: left;	
}
.cartells li a:hover{
	background-image: url(../img/fondoalbum2.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	color:#FFFFFF;
	background-color: #FFFFFF;		
}


/*..........................fi album*/


/*..........................inici credits*/

.titolcredits {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.etiquetescredits {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}
.autorcredits {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
/*..........................fi credits*/





/*.......................... estructura pag*/

.centra_div_pagina{
	width: 900px; /*amplda contingut*/
	margin: 0 auto; /*centrar a pagina*/
	clear:both;
}
/*.......................... estructura pag*/

