body {
	background-color: #c0c6ba;
	font-family: Arial, Helvetica, Sans-serif;
	color: #666655;
	margin-top: 0px;
}

a {
	font-weight: bold;
	color: #666655;
}

.top {
	width: 968px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding:9px 6px 0px 6px;
	height:138px;
}

.top1 {
	width:559px;
	height:102px;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background-color: #556066;
	float:left;
}

.top1_top {
	height:102px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.top1_bottom {
	width: 559px;
	height: 27px;
	background-image: url(/imgs/bottom1.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
}

.top1_bottom_form {
	padding: 3px 0px 0px 20px;
}

.formulari {
	background-color: #ececea;
	height:12px;
	border: 0;
	font-size: 10px;
	width: 150px;
}

.imgBuscar {
	vertical-align: middle;
}

.top2 {
	width:232px;
	height:138px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	float: left;
}
.top3 {
	float: left;
	width:176px;
	height:102px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	background-color: #556066;
}

.top3_bottom {
	background-image: url(/imgs/bottom3.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width:176px;
	
}

.top3_bottom_print {
	float: left;
	padding: 0px 0px 0px 20px;
}

.top3_bottom_mides {
	float: right;
	font-size: 11px;
	padding: 6px 15px 0px 0px;
}

.top3_bottom a {
	text-decoration: none;
}

.imgTop{
	margin: 0;
	padding: 0;
	border: 0;
}

.middle {
	width: 968px;
	background-color: #FFFFFF;                               
	margin: 0px auto 0px auto;
	padding: 8px 6px 7px 6px;
}

.menuBar {
	float: left;
	margin: 0px 8px 0px 0px;
	width: 201px;
}

.menu {
	width: 201px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	background-color: #f6f6ef;
	font-size: 11px;
	
}

.menuItem {
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	height: 22px;
	width: 201px;
}

.menuItem a {
	border-bottom: 1px solid #c7c7bc;
	width: 182px;
	height: 11px;
	background-image: url('/imgs/menu_decoracio.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 8px 0px 2px 19px;
	font-weight: normal;
	text-decoration: none;
	display: block;º
}

.menuItem a:hover {
	border-bottom: 1px solid #898878;
	height: 11px;
	width: 172px;
	background-color: #bcc7b8;
	background-image: url('/imgs/menu_decoracio_seleccionat.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 8px 0px 2px 29px;
}

.menuSelectedItem {
	border-bottom: 1px solid #898878;
	height: 11px;
	width: 172px;
	list-style-type: none;
	background-color: #bcc7b8;
	background-image: url('/imgs/menu_decoracio_seleccionat.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 8px 0px 2px 29px;
}

.menuDecoracio {
	border: none;
	float: left;
}

.contingut {
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 0;
	background-color: #f2f2f0;
	width: 727px;
}

.titol {
	border-bottom: 5px solid #a0b399;
	text-indent: 14px;
	font-size: 18px;
	font-weight: bold;
}

.noticia {
	margin: 0px 5px 0px 5px;
}

.titolNoticia {
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	font-weight: bold;
}

.titol2 {
	display: block;
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666655;
}

.texte {
	font-size: 12px;
}

.noticia p {
	font-size: 12px;
	text-align: justify;
}


.noticiesImg {
	float: right;
	margin: 0;
	padding: 0 0 2px 7px;
	border: 0;
}

.noticiesData {
	margin:-5px 0px -10px 18px;
	padding: 0;
}

.noticiesDataText {
	vertical-align: 10%;
	font-size: 12px;
}

.publicacionsFila {
	clear: both;
}

.llibre {
	float:left;
	width: 130px;
	padding: 5px;
}

.llibreTitol {
	font-size: 11px;
}

.exhaurit {
	float: right;
	color: #FF0000;
}

.paginacio {
	font-size: 12px;
	float: right;
}

.footer {
	width: 982px;
	height: 22px;
	background-color: #535f4f;
	margin: 8px auto 0px auto;
	padding: 0 0 0 0;
	text-align: center;
}

.imgFooter {
	float:left;
}

.footerText {
	vertical-align: -10%;
	color: #aaaba9;
	font-size: 10px;
}

@media print {

	.top {
		display: none;
	}
	
	.menuBar {
		display: none;
	}
	
	.footer {
		display: none;
	}
	
	.middle {
		width: 100%;
	}
}
