/**
 * Aquesta fulla d'estils conté estils comuns a varies planes del lloc
 *  web pregaria.cat
 */

/***********************************/
/******** ESTILS COMUNS ************/

html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
	
body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.2px;
	color: #000000; 
	background: #ccc8b8;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	text-align: left;
}

/* paragrafs */
p {
	margin: 0px 0px 10px 0px;
}
div.paragraf {
	text-align:left;
	padding-bottom:10px
}
div.paragraf_negreta {
	text-align:left;
	font-weight:bold;
}
div.paragraf_cursiva {
	text-align:left;
	font-style:italic;
}
div.paragraf_vermell {
	text-align:left;
	color:#993300;
}
div.paragraf_gran {
	text-align:left;
	font-size:1.2em;
}
div.paragraf_petita {
	text-align:left;
	font-size:0.8em;
}

/* Llistes */
ul {
	margin:0px 16px;
	padding:0px;
}
li {
	margin:5px 0px;
}


/* Taules */
table {
	border-collapse:collapse;
}
td {
	vertical-align: top;
}

/* Links */
a:link {color: #000; text-decoration: none;}
a:visited {color: #000;	text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active {text-decoration: underline;}

form {
	margin:0px;
	padding:0px;
}

/* Títols */
h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
h3 {
	font-size:1.0em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

/* Imatges */
img {
	border: 0px;
}
img.esquerra {
	padding:0px 20px 10px 0px;
}
img.dreta {
	padding:0px 0px 10px 20px;
}
img.superior {
	padding:0px 0px 10px 0px;
}
span.h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
/***********************************/
/********** MAQUETACIÓ *************/

table#centrar {
	width: 100%;
	height: 100%;
	border: 0px solid #f00;
}

table#contenidor {
	width: 780px;
	border: 1px solid #888888;
	background: #fff;
}

table#interior {
	height: 400px;
}

td.esquerra {
	width: 180px;
	background: #99a1ce url(../imatges/fonsratlla.gif);
	background-position: right;
	background-repeat: repeat-y;
	text-align:left;
}

td.centre {
/*	width: 578px;*/
	background: #b9d800 url(../imatges/logocat.gif) top left no-repeat;
	text-align:left;
}

td.dreta {
	width: 140px;
	background: #c48c7c url(../imatges/fonsratlla.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-bottom:10px;
	text-align:left;
}

div.supbar {
	height: 75px;
	margin-bottom:10px;
}

/***********************************/
/************ DIVS UTILS ***********/

div.no_height {
	line-height:0px;
}

div.end_float {
	clear: both;
}

/***********************************/
/********** MENU ESQUERRA **********/

div.menu_seccio {
	margin:3px 10px 0px 10px;
	padding-left: 12px;
	background: url(../imatges/bullet_black.gif) no-repeat left;
	line-height:1.3em;
}
div.menu_seccio_actual {
	margin:3px 10px 0px 10px;
	padding-left: 12px;
	padding-bottom:4px;
	background: url(../imatges/bullet_black_line.gif) no-repeat left;
	line-height:1.3em;
}
div.menu_subseccio {
	margin:0px 10px 0px 13px;
	padding-left: 17px;
	font-size:0.8em;
	line-height:1.6em;
	background: url(../imatges/small_line.gif) no-repeat left;
}
div.menu_subseccio_end {
	margin:0px 10px 0px 13px;
	padding: 0px 0px 0px 17px;
	list-style:none;
	font-size:0.9em;
	line-height:1.6em;
	background: url(../imatges/small_line_end.gif) no-repeat left;
}

td.esquerra a.actual_sec {
	color:#FFFFFF;
	text-decoration:underline;
}

div.menu_cercador {
	margin:20px 10px;
}

div.xarxes_socials {
	margin:10px;
}
div.xarxes_socials a {
	margin-right:5px;
}

/***********************************/
/*********** MENU SUPERIOR *********/

div#menusup {
	padding: 7px 20px 0px 220px;
	text-align: right;
	font-size:0.9em;
	line-height:1.1em;
	letter-spacing:0px;
}

/***********************************/
/********** MENÚ DEL CENTRE ********/

ul.menu_centre {
	list-style: none;
	margin: 0px;
}

ul.menu_centre li {
  margin: 0px 0px 16px 0px
}

ul.menu_centre li a:link {color: #000; text-decoration: none; border-bottom: 1px solid #000;}
ul.menu_centre li a:visited {color: #000; text-decoration: none; border-bottom: 1px solid #000;}
ul.menu_centre li a:hover {color: #fff; text-decoration: none; border-bottom: 1px solid #000;}
ul.menu_centre li a:active {text-decoration: none; border-bottom: 1px solid #000;}

/***********************************/
/******** CAPÇALERA SECCIONS *******/

/* Títol de la seccio */
div.seccio_titol {
	background-color:#8db02e;
	color:#fff;
	padding-left:20px;
	line-height:50px;
	font-size:1.1em;
}

/* Text introductori de la seccio */
div.seccio_intro {
	padding: 15px 20px 25px 20px;
}
div.seccio_intro a:link {color: #fff; text-decoration: none; font-weight:bold;}
div.seccio_intro a:visited {color: #fff; text-decoration: none; font-weight:bold;}
div.seccio_intro a:hover {color: #000; text-decoration: none; font-weight:bold;}
div.seccio_intro a:active {text-decoration: none; font-weight:bold;}

/***********************************/
/******* COS DE LES SECCIONS *******/

/* Menu */
table.seccio_menu {
	width:578px;
	background-color:#8db02e;
	text-align:center;
	font-size:0.8em;
}
table.seccio_menu td {
	font-weight:bold;
	padding:4px 10px;
	border-right:1px #000 solid;
}
table.seccio_menu td.first {
	padding:4px 10px 4px 20px;
}
table.seccio_menu td.last {
	padding:4px 20px 4px 10px;
	border-right:0px;
}
td.bordeInferior {
/*	border-bottom:1px #000 solid;	*/
}
table.seccio_menu a:link {color: #fff; text-decoration: none;}
table.seccio_menu a:visited {color: #fff; text-decoration: none;}
table.seccio_menu a:hover {color: #000; text-decoration: none;}
table.seccio_menu a:active {text-decoration: none;}

/* Secció per enllaços a comunitats */
div.seccio_marcadors {
	text-align:right;
	font-size:0.8em;
}

/* Contingut */
div.seccio_contingut {
	width: 538px;
	text-align:left;
	background:#d6e487;
	padding:10px 20px;
}
div.seccio_contingut a:link {color: #000; text-decoration: none; font-weight:bold;}
div.seccio_contingut a:visited {color: #000; text-decoration: none; font-weight:bold;}
div.seccio_contingut a:hover {color: #000; text-decoration: underline; font-weight:bold;}
div.seccio_contingut a:active {text-decoration: underline; font-weight:bold;}

/* Separador continguts */
hr.seccio_separador {
	border:0px;
	text-align:center;
	color:#fff;
	padding:0px;
	background-color:#fff;
}

/***********************************/
/*** ELEMENTS ADICIONALS SECCIONS **/

/* Títol */
div.seccio_adicional_titol {
	width:538px;
	padding:4px 20px;
	background-color:#8db02e;
	vertical-align:middle;
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}

/* Contingut */
div.seccio_adicional_contingut {
	width: 538px;
	text-align:left;
	background:#e8f0c2;
	padding:20px;
}
div.seccio_adicional_contingut a:link {color: #000; text-decoration: none; font-weight:bold;}
div.seccio_adicional_contingut a:visited {color: #000; text-decoration: none; font-weight:bold;}
div.seccio_adicional_contingut a:hover {color: #000; text-decoration: underline; font-weight:bold;}
div.seccio_adicional_contingut a:active {text-decoration: underline; font-weight:bold;}

/* Separador continguts adicionals */
hr.seccio_adicional_separador {
	margin: 0px;
	text-align:center;
	color:#000;
	padding:0px;
	background-color:#000;
	border:0;
	height:1px;
}


/***********************************/
/****** INDEX DE LES SECCIONS ******/

/* Menu */
table.index_menu {
	width:578px;
	background-color:#8db02e;
	vertical-align:middle;
	text-align:center;
	font-size:0.8em;
	color: #fff;
}
table.index_menu td {
	font-weight:bold;
	padding:4px 10px;
}
table.index_menu td.left {
	width:130px;
}
table.index_menu td.right {
	width:130px;
}
table.index_menu a:link {color: #fff; text-decoration: none;}
table.index_menu a:visited {color: #fff; text-decoration: none;}
table.index_menu a:hover {color: #000; text-decoration: none;}
table.index_menu a:active {text-decoration: none;}

/* Contingut de l'index */
div.index_contingut {
	width: 538px;
	text-align:left;
	background:#e8f0c2;
	padding:20px;
}
div.index_contingut td {
	padding:2px 10px;
	vertical-align:middle;
}
div.index_contingut td.first {
	padding-left:0px;
}
div.index_contingut td.last {
	padding-right:0px;
}
div.index_contingut tr.normal td {text-decoration:none;}
div.index_contingut tr.destacat td {text-decoration:underline;}

/***********************************/
/* CERCA EN INDEX DE LES SECCIONS **/

/* Títol */
div.index_cerca_titol {
	width:538px;
	padding:4px 20px;
	background-color:#8db02e;
	vertical-align:middle;
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}

/* Contingut */
div.index_cerca_contingut {
	width: 538px;
	text-align:left;
	background:#d6e487;
	padding:20px;
}
div.index_cerca_contingut form {
	display:inline;
}

/***********************************/
/************ CRÈDITS **************/
div.credits {
	font-style:italic;
}



/***************************************/
/****** DESPLEGABLE ALTRES PÀGINES *****/
/***************************************/
div.taulaAltresPagines {
	width: 780px;
	padding:0;
	text-align:right;
	padding-bottom:10px;
	font-size:11px;
}
div.taulaAltresPagines select {
	font-size:11px;
}
