
/*-------------- Especifics biblioteca interior --------------*/

#placa-principal .component {
	height: auto;
}

#content-header {
height:3.1em
}
	#content-header h2 {
	font-size:1.1em;
	line-height: 1.25;
	padding:0.1em 0 0.25em;
	text-align:center;
	width:13em;
	background:#F60;
	color:#FFF;
	}


.comp-llibres {}
	.comp-llibres h2 {
		color: #999;
		font-size: 1.1em;
		line-height: 1.25;
		margin-bottom: .4em;
	}
	.comp-llibres li {
		margin: 0 0 2.5em 0;
	    clear: both;	
	}
	.comp-llibres li .info {
		float: left;
		width: 8.7em;
		overflow: hidden;
	}
	.comp-llibres li.actual a, .comp-llibres li.actual {
	color:#F60;
	}
	
	.comp-llibres li h4 {
		font-size: 1.1em;
		line-height: 1.25;
	}
		.comp-llibres li h4 a {
			color: #999;
		}
		.comp-llibres li h4 a:hover {
			color: #F60;
		}
	.comp-llibres li img {
		float: left;
		margin: 0 .6em 0 0;
		max-width: 4em;
		max-height:7em;
		border: 1px solid #ccc;
	}
	.comp-llibres li p.nom-autor {
		vertical-align:top;
		color:#B5B5B5;
		font-size: 1.1em;
		line-height: 1.25;
		margin: 0;
	}
	.comp-llibres .paginacio {
		position: static;
		margin: 0 auto;
		width: 6em;
		height: 1em;
	}
	
	.placa-container .comp-llibres li {
	margin: 0 0 1em 0;
	}

	.inactiu {
	opacity: 0.5;
	}
	.inactiu h3 a {
	color:#999;
	} 
 #content-main { position:relative}
 
	#content-main h1 {
	color: #F63;
	font-size:2em;
	padding:.6em 0;
	}
		#content-main h1 span {
		color:#CCC;
		}
	#content-main #central {
	float:left;
	width:46.1em;
	border-right:1px solid #CCC;
	margin: .8em .6em 0 0;
	padding:0 .5em 0 0;
	color:#333;
	
	}
	
		#content-main img {
		border:none;
		}
	
	
	#content-main #sidebar {
	float:left;
	width:14.4em
	}
		#content-main #sidebar p {
		font-size:1.1em;
		line-height: 1.25;
		color:#333;
		}


.columna li p {
	color:#999;
}

img.imatgellibre{
	max-width:15em;
}

#central .paginacio {
	float: none;
	margin: 0 auto;
	position: relative;
/*	position: absolute;
	left: 25%;
	bottom : -1em;
	margin: 0;*/
	width: 7em;
}

/*-------------- Altres --------------*/
.comp-llibres li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}



 
