/*

	Estil d'impressió per al buscador del Magnànim
	Creat per: DilemaGrafic [http://dilemagrafic.com]
	
*/

body {
	background-color: white;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}

#tancador {
	clear: both;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
	border: 0;
}

a {
	color: #191970;
	text-decoration: none;
}

/*

	{ {  esquelet-base  } }
	
*/

#encaix {
	width: auto;
	padding: 0 5% 0 10%;
}

/*

	{ {  Estructura  } }

*/

/* -- capçalera -- */

#capsalera #links_idiomes {
		display: none;
}

/* -- cos -- */

#cos {
	position: relative;
	width: auto;
	padding: 0; margin: 0;
}
#cos #titular {
	font-family : Georgia, "Times New Roman", times, serif;
	font-size: 20px;
	text-indent: 2px;
	font-style: italic;
	color: #606060;
}
#manteniment {
	margin: 50px 20px 50px 20px;
	width: auto;
	font-family : Georgia, "Times New Roman", times, serif;
	font-size: 12px;
	color: #505050;
	text-indent : 2px;
}
#manteniment #titular {
	font-size: 20px;
	margin-bottom: 15px;
}

div #separador {
	border: 0;
	width: auto;
	height: 30px;
	margin: 10px 0 10px 0;
}
div #separador hr {
  display: none;
}

/* paginador */

#paginador {
	margin: 5px 0 10px 0;
	font-size: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #a0a0a0;
}
#paginador a {
	color: maroon;
}
#paginador a:hover {
	color: blue;
}

/*-- BIBLIOTECA --*/

#llista_biblos_ordre, #llista_biblos_ordre select {
	font-size: 8px;
}

#llistat_biblos {
	margin: 10px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a0a0a0;
}
#llistat_biblos #llista_missatge {
	padding: 10px 0 15px 0;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #907070;
	visibility: hidden; /* <----- falta a ARREGLAR ------ */
}

#llistat_info {
	padding-bottom: 5px;
	border-bottom: 1px dashed #a0a0a0;
	font-size: 9px;
	margin: 0 0 10px 0;
}

#llista_biblos_autor {
	margin-bottom: 10px;
}
#llista_biblos_autor:hover {
	background-color: #f5f5fa;
	color: #404040;
}
#llista_biblos_autor:hover a {
	color: #602000;
}
#llista_biblos_autor a:hover {
	color: maroon;
}
#llista_biblos_autor #titol_sub {
	padding: 4px;
	background-color: #efefff;
}
#llista_biblos_autor #titol_sub a {
	font-weight: bold;
}
#llista_biblos_autor #autor, #llista_biblos_autor #campo_general {
	font-size: 9px;
	padding: 4px;
}

/*-- BUSCADOR --*/

#caixa_buscador {
	margin: 20px 0 10px 0;
}

/* -- AUTOR --*/

#mostra_autor {
	width: auto;
	padding-bottom: 5px;
	font-size: 10px;
	margin: 0 0 10px 0;
	border: 0;
}

#mostra_autor #titol_sub {
	padding: 0 0 10px 0;
	font-size: 12px;
	/*border: 1px solid red;*/
}
#mostra_autor .resalt {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #202020;
	text-indent : 2px;
}
#mostra_autor strong {
	font-weight: normal;
	color: #202020;
}

#mostra_autor #camp_general {
	padding: 0 0 5px 0;
}

#autor_links {
	display: none;
	border: 0;
}

#autor_links_retorn_llistat {
	display: none;
}

/* -- errates --*/

#errates_links {
	display: none;
}

/* -- formularis --*/

#form {
	display: none;
}

/*-- cloenda --*/

#cloenda {
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0 10px 0;
	text-align: center;
}
#cloenda a {
	font-weight: bold;
}
#cloenda #credits {
	display: none
}