/* CSS Document */
/* Full d'estils generic per a Palmira Rius */
/****************************************/
/* Declaracio de colors 				*/
/*										*/
/* gris fosc -> color: #324038			*/
/* gris clar -> color: #65736B 			*/
/* blanquet  -> color: #F2F2F0			*/
/* crema 	 -> color: #F2E3B6			*/
/* marro  	 -> color: #A69563			*/
/****************************************/
/* Table of contents - TOC 				*/
/* 1 - BARRA SUPERIOR */
/* 2 - MENU */
/* 3 - TITOLS */
/* 4 - ENGRUNES */
/* 5 - PART CENTRAL */
/* 6 - SUBMENU */
/* 7 - TEXT */
/* 8 - PEU */
/* 9 - AMUNT*/
/* 10 - CONTACTAR */
/* 11 - MAPA */
/* 12 - ACCESSIBILITAT */
/* 13 - NOTICIES */
/*14 - ENLLASOS */
/*****************************************/
body {
	background: url(../imatges/recurs_css/quad_verd.png) repeat-x top #324038;
	font-family: Arial, Helvetica, sans-serif;
}
/* BARRA SUPERIOR */
#barra_sup {
	width: 920px;
	background: url(../imatges/recurs_css/fons_pedra.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}
/* MENU */
#navlist {
	background: url(../imatges/recurs_css/barranova.png) no-repeat top;
	width: 557px;
	text-transform: uppercase;
	font-size: 1.0em;
	padding-top: 15px;
	text-align: left;
	float: right;
	}
#navlist li {
	float: left;
	}
#navlist a {
	color: #F2E3B6;
	display: block;
	width: 105px;
	height: 63px;
	border-left: 1px solid #F2F2F0;
	padding: 14px 0px 0px 5px;
	font-size: 0.9em;
	}
#navlist .angles {
	font-style: italic;
	}
#navlist a span.link {
	color: #F2F2F0;
	font-size: 1.5em;
	text-transform: lowercase;
	font-weight: bold;
	padding-top: 9px;
	letter-spacing: -1px;
	display: block;
	}
.noticies_link {
	border-right: 1px solid #F2F2F0;
	}
.dades_link:hover {
	background-color: #524A31;
	}
.expos_link:hover {
	background-color: #7E714C;
	}
.linies_link:hover {
	background-color: #B3A16B;
	}
.noticies_link:hover {
	background-color: #F3DA91;
	}
#navlist .noticies_link:hover,
#navlist .noticies_link:hover span.link {
	color: #324038;
	}
#navlist .contactar_link:hover,
#navlist .contactar_link:hover span.link {
	background-color: #F2F2F0;
	color: #324038;
	}
/* TITOLS */
#logo a {
	background-image: url(../imatges/logo.png);
	width: 317px;
	height: 50px;
	display: block;
	clear: both;
	margin: 20px 0px 0px 0px;
	}
#logo span {
	position: absolute;
	left: -10000px;
	}
h2 {
	font-size: 1.2em;
	color: #F2E3B6;
	font-weight: normal;
	margin-right: 21px;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
h2 span.cat {
	font-size: 24px; 
	}
h2 span.eng {
	font-style: italic; 
	}

h2 span.esp,
h2 span.eng {
	color: #F2F2F0;
	}
h2 span.esp a:hover,
h2 span.eng a:hover {
	color: #F2E3B6;
	}
h1 {
	color: #324038;
	font-size: 1.6em;
	text-align: left;
	}
h4 {
	font-size: 1.6em;
	color: #65736B;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	}

/* ENGRUNES */
#barra_engrunes {
	width: 100%;
	background-color: #65736B;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	}
#engrunes {
	font-size: 1.2em;
	color: #F2E3B6;
	text-align: left;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	}
#engrunes a {
	color: #F2E3B6;
}
#engrunes a:hover {
	text-decoration: underline;
	}
#engrunes strong {
	color: #F2F2F0;
	font-weight: normal;
	}
/* PART CENTRAL */
#barra_central {
	background-color: #F2E3B6;
	width: 100%;
	}
#contingut {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imatges/recurs_css/fons_submenu.png);
	background-repeat: repeat-y;
	background-position: left;
	}
/* SEGON NIVELL */
#submenu {
	width: 279px;
	text-align: right;
	padding-top: 6px;
	float: left;
	}
#submenu ul {
	font-size: 1.4em;
	border-top: 1px dashed #F2E3B6;
	float: right;
	margin-top: 14px;
	}
#submenu ul li a {
	display: block;
	border-bottom: 1px dashed #F2E3B6;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-right: 21px;
	width: 193px;
	color: #324038;
	}
#submenu ul li a:hover,
#submenu ul li a.actual {
	color: #F2F2F0;
	background-color: #324038;
	}
#submenu ul li a span {	
	font-size: 0.8em;
	}
/**********************/
/* TERCER NIVELL */
#submenu ul ul {
	font-size: 0.9em;
	border-bottom: 1px dashed #F2E3B6;
	border-top: none;
	background-color: #324038;
	color: #F2F2F0;
	margin-top: 0px;
	}
#submenu ul ul li a {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2E3B6;
	}
#submenu ul ul li a.actual {
	text-decoration: underline;
	}
#submenu ul ul li a:hover {
	text-decoration: underline;
	}

/* TEXT */
#text {
	padding: 37px 0px 0px 34px;
	width: 600px;
	margin-left: 279px;
	color: #324038; 
	background: url(../imatges/recurs_css/fons_text.png) no-repeat top left #F2E3B6;
	}
#dades #text,
#linies #text,
#altres #text {
	text-align: center;
	}
#text p,
#text ul,
#text ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	}
#text ul {
	list-style: disc outside;
	margin-left: 17px;
	}
#text ol {
	list-style-type: decimal;
	margin-left: 17px;
	}
#text img {
	border: 1px solid #A69563;
	padding: 3px 3px 3px 3px;
	margin: 30px auto 2.0em auto;
	}
#exposicions #text img {
	float: left;
	margin-right: 30px;
	}
#text a {
	color: #A69563;
	word-wrap: break-word;
	}
#text a:hover {
	text-decoration: underline;
	background-color: #F2F2F0;
	color: #324038;
	}
#text #fitxa {
	width: 300px;
	float: right;
	}
#exposicions #text #fitxa img,
#linies #text .tira img,
#altres #text .tira img {
	border: 1px solid #F2F2F0;
	float: none;
	margin: 8px;
	padding: 0px;
	}
#text #fitxa a,
#linies #text .tira a,
#altres #text .tira a {
	float: left;
	}
#text #fitxa .tira,
#linies #text .tira,
#altres #text .tira {
	border-top: 1px solid #A69563;
	border-bottom: 1px solid #A69563;
	margin-top: 24px;
	display: block;
	clear: left;
}
/* IDIOMES DEL TEXT */
.text_catala,
.text_espanyol,
.text_angles {
	width: 185px;
	float: left; 
	text-align: left;
	padding-left: 12px;
	margin-right: 3px;
	}
.text_espanyol,
.text_angles {
	font-family: Georgia, 'Times New Roman', Times, serif;
	}
.text_angles {
	 font-style: italic;
	 }
.text_angles em {
	font-style: normal;
}

/* PEU */
#peu {
	background: url(../imatges/recurs_css/triangle_peu04.png) repeat-x top #324038;
	}
#trampa_peu {
	width: 920px;
	height: 12px;
	display: block;
	background: url(../imatges/recurs_css/zigzag.png) no-repeat left bottom;
	margin: 0px auto 9px auto;
	}
#peu {
	width: 100%;
	height: 100px;
	font-size: 1.1em;
	padding: 0px 0px 21px 0px;
	text-align: center;
	}
#peu a:hover {
	color: #A69563; 
	}
#peu_centrat_up,
#peu_centrat_down {
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
#peu_centrat_down {	
	border-top: 1px solid #A69563;
	padding-top: 7px;
	margin-top: 7px;
	}
#peu_centrat_up {
	}
.serveis {
	color: #F2F2F0;
	text-transform: uppercase;
	float: left;
	}
.serveis a {
 	color: #F2F2F0;
	}
.mimimmo {
	float: right;
	color: #A69563;
	}
.copy {
	float: left;
	color: #A69563;
	}
.estandars {
	float: right;
	color: #65736B;
	font-weight: bold;
	}
.estandars a {
	color: #A69563;
	}
.estandars a:hover {	
	color: #F2F2F0;
	}
body#mapa .mapa_link,
body#accessibilitat .access_lnk,
body#contactar .contact_lnk {
	color: #A69563;
	}
.contact_lnk {
	background: url(../imatges/recurs_css/contactar_intern.png) no-repeat left;
	padding: 2px 8px 6px 30px;
	margin-top: -4px;
	display: block;
	float: left;
		font-size: 1.2em;
	color:#F2E3B6;
	font-weight: bold;
	}
.contact_lnk:hover {
	background-image: url(../imatges/recurs_css/contactar_intern_over.png);
	text-decoration: underline;
	}
#contactar .contact_lnk {
	background-image: url(../imatges/recurs_css/contactar_intern_over.png);
	}
/*AMUNT*/
#amunt {
	clear: both;
	text-align: right;
	}
/* CONTACTAR */
#contactar #contingut #text p {
	border-bottom: 1px dashed #A69563;
	clear: left;
	padding-bottom: 1.5em;
	padding-top: 0.3em;
	}
#contactar #contingut #text p strong {
	width: 300px;
	display: block;
	float: left;
	}
#contactar #contingut #text p span.cont_catala {
	font-size: 1.2em;
	}
/* MAPA */
#mapa #contingut #text ul {
	padding-top: 2.0em;
	font-size: 13px;
	line-height: 2.0em;
	}
#mapa #contingut #text ul ul {
	padding-top: 0em;
	font-size: 13px;
	}
#mapa #contingut #text a {
	color: #324038;
}
/* 12 - ACCESSIBILITAT */
#accessibilitat #text img {
	border: none;
	padding: 0px;
	}
#accessibilitat #text  li {
	line-height: 2.0em;
	}
/* 13 - NOTICIES */
#text #llistat_noticies {
	list-style-type: none;
	}
#llistat_noticies .data {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 1.1em;
	
	}
.separador_noticia {
	background: url(../imatges/separador.jpg) no-repeat center #F2E3B6;
	width: 100%; 	height: 16px;
	margin: 12px 0px 12px 0px;
	clear: left;
	}
/*14 - ENLLASOS */
body#links #text img {
	margin: 0px;
	border: 0px;
	}
body#links #text ul {
	margin-top: 30px;
	}
