/* llistat d'obres */

#llistaObres {
	position: relative;
	width: 900px;
	padding: 10px 0 10px 0;
	clear: left;
}

/*
#llistaObres #foto {
	position: relative;
	float: right;
	width: 430px;
	height: auto;
	text-align: center;
}
#llistaObres #foto #titol {
	text-align: center;
	padding: 5px 0 5px 0;
	font-family : "Century gothic",Verdana, arial, helvetica;
	font-size: 22px;
	font-weight: bold;
}
#llistaObres #dades .linkTitol {
	margin-bottom: -8px;
	display: block;
}
#llistaObres img {
	border: 2px solid #6A1515;
	margin-bottom: 4px;
}

#llistaObres #icona {
	border: 0;
	padding-right: 5px;
	vertical-align: middle;
}

#llistaObres #destacat {
	margin: 0;
	color: #630E0E;
	font-size: 12px;
	line-height: 22px;
}

#llistaObres .data, #llistaObres .resalt {
    font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #630E0E;
}
#llistaObres .resalt {
	font-size: 14px;
}

#llistaObres .text {
	margin-top: 5px;
	font-size: 12px;
}

#llistaObres .autor {
	font-size: 9px;
	color: #714111;
	font-weight: bold;
}
*/

/* llistat: */

#llistaObres #llistat {
	position: relative;
	float: left;
	width: 900px;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#llistaObres #titol_gran {
	position: relative;
	width: 100%;
	clear: left;
	font-size: 20px;
	color: white;	
}

#llistaObres #element {
	float: left;
	width: 215px;
	height: 300px;
	padding: 2px;
	margin: 0 2px 10px 0;
}
#llistaObres #element a {
	font-weight: bold;
}

#llistaObres .destaca {
	filter: alpha(opacity=30); opacity: 0.30;
}
#llistaObres .destaca img {
	border-color: black;
}
#llistaObres .destaca a {
	color: black;
}

#llistaObres #element #dades {
    text-align: center;
}

#llistaObres #icona {
	position: relative;
	width: 215px;
	height: 205px;
	text-align: center;
}
#llistaObres #icona img {
	border: 2px solid #6A1515;
}

/* paginació */

#llistaObres #llistat #paginador {
	width: auto;
	margin: 5px 0 5px 10px;
}

/* altres elements */

#selector, #pdfs {
	position: relative;
	width: 48%;
	margin: 10px 0 10px;
	font-size: 12px;
}
#selector {
	float: left;
}
#pdfs {
 	float: right;
 	text-align: right;
}

#lupa, #compra {
	position: relative;
	width: 40%;
	margin-top: 10px;
	font-size: 11px;
}
#lupa {
	float: left;
	
}
#compra {
	float: right;
	text-align: right;
}

/* Expo actual: */

#secActual {
	padding-top: 10px;	
}

#secActual #destacat #titol, #secActual #destacat #autor, #secActual #destacat #dates {
	position: relative;
	float: left;
	clear: left;
}
#secActual #destacat #titol {
	font-family : "Century gothic", Verdana, arial, helvetica;
	font-size : 30px;
}

#secActual #destacat #autor {
	/*font-weight: bold;*/
	font-size: 22px;
	color: white;
}

#secActual #destacat #dates {
	padding-top: 10px;
	font-size: 12px;
}
#secActual #destacat #dates strong {
	font-size: 16px;
}

#secActual #destacat #pdf {
	position: relative;
	float: right;
	padding-top: 20px;
	font-size: 12px;
}

#secActual #destacat #pdf img {
	vertical-align: middle;
}

#secActual #llistat {
	padding-top: 20px;
}

