/* CSS Document */
#llibres_gratis{
	width:auto;
	height:auto;
}
#llibres_gratis p.texte{
	font-size:15px;
	margin-bottom:20px;
	letter-spacing:1px;
}
#llibres_gratis div.llibre{
	width:auto;
	height:auto !important;
	height:175px;
	min-height:175px;
	margin-top:10px;
	background-color:#F5F5F5;
}
#llibres_gratis div.llibre img{
	float:left;
	margin-right:10px;
}
#llibres_gratis div.llibre p.titul{
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
}
#llibres_gratis div.llibre p.autor{
	font-size:13px;
}
#llibres_gratis div.llibre p.descripcio{
	font-size:14px;
	margin-top:10px;
	height:auto !important;
	height:100px;
	min-height:100px;
}
#llibres_gratis div.llibre p.autor span{
	
}
#llibres_gratis div.llibre p.descarregar{
	margin:5px 5px 0px 5px;
	text-align:center;
	padding:10px;
	border-top:1px dotted #CCCCCC;
}
#llibres_gratis div.llibre p.descarregar span{
	font-size:15px;
	margin-right:50px;
}
#llibres_gratis div.llibre p.descarregar span b{
	color:#FF0000;
	font-size:15px;
}
#llibres_gratis div.llibre p.descarregar a{
	font-size:15px;
	letter-spacing:1px;
}

