/**
 * Aquesta fulla d'estils conté estils comuns per les versions per imprimir
 *  de varies planes del lloc web pregaria.cat
 */

/***********************************/
/******** ESTILS COMUNS ************/
body { 
	background: #ffffff;
}

/***********************************/
/******* COS DE LES SECCIONS *******/
div.seccio_contingut {
	width: 648px;
	background: #ffffff;
}
div.seccio_contingut h1 {
	font-size:2.0em;
}
div.seccio_contingut h2 {
	font-size:1.8em;
}

/***********************************/
/*** ELEMENTS ADICIONALS SECCIONS **/
div.seccio_adicional_titol {
	width: 648px;
	color:#000000;
	border-bottom:#000000 1px solid;
	margin:0px 20px;
	padding:0px;
	background-color:#ffffff;
	font-size:1.5em;
}
div.seccio_adicional_contingut {
	width: 648px;
	background: #ffffff;
}

/***********************************/
/***** ELEMENTS ESPECÍFICS DE ******/
/***** LA VERSIÓ PER IMPRIMIR ******/
div.print_titol {
	margin:5px 20px;
	font-size:1.2em;
}

/***********************************/
/********** ALTRES ELEMENTS ********/
div.credits {
	margin:0px 20px;
}
