/* LAYOUT: ESTRUCTURA GENERAL */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background:#fff url(../img/fil_fons.gif) repeat-x;
	line-height:14px;
}
/* Capa contenidora que centra automāticament */
#container,#inside_peu {
	width: 912px;
	margin: 0 auto;
	padding: 0;
}

/* Capįalera (una imatge) */
#head {
	height:196px;
	width:912px;
	margin:0;
	padding:0;
	background-color:#ff1a00;
}
#logoHead {
	height:196px;
	width:108px;
	margin:0;
	padding:0;
	float:left;
}

#flashHead {
	height:196px;
	width:673px;
	margin:0;
	padding:0;
	float:right;
}
/* Capa de menu */
#menu {
	position:relative;
	margin:0;
	padding:0;
/*	border-top:2px solid #000;
	border-bottom:2px solid #000;*/
	color:#000;
	font-size: 13px;
	font-weight:bold;
	height:50px;
	background:url(../img/loading.gif) no-repeat -1000px -1000px;
}
/* Capa de separaciķ */
#separator {
	position:absolute;
	top:0px;
	right:0;
	padding:27px 0 3px 8px;
	font-size:11px;
	background:url(../img/separator.gif) no-repeat bottom left;
/* 	background:#fff; */
}
/* Capa de separaciķ */
#separator_print {
	position:absolute;
	top:0;
	right:0;
	padding:25px 0 0 0;
	font-size:11px;
/* 	background:#ff0; */
}
/* Capa de continguts */
#contingut {
	position:relative;
	background:url(../img/patro_fons.gif) repeat-y;
	padding:0 0 120px 0;
}

#contingut.index {
	background:none;
}
/* Capa de peu de pagina */
#peu {
	margin:0px 0 0 0;
	padding: 6px 0 2px 0;
/*	border-top:2px solid #000;
	border-bottom:1px solid #000;*/
	color:#000;
	font-size:12px;
	height:24px;
	background:url(../img/fons_baix.gif);
	bottom:0;
}

#left_thin {
	position:relative;
	padding:10px 0 0 0;
	width:216px;
/* 	padding-left:6px; */
	float:left;
	overflow:hidden;
}
#right_wide {
	position:relative;
	padding:10px 0 0 0;
	width:672px;
	float:right;
	overflow:hidden;
}
#left_wide {
	padding:12px 0 0 0;
	width:672px;
	float:left;
	overflow:hidden;
}
#right_thin {
	padding:12px 0 0 0;
	width:218px;
	float:right;
	overflow:hidden;
}
#if_biblioteca {
	border:0;
	width:912px;
	height:400px;
}
