/* CSS Document */
/* Full d'estils generic per a Palmira Rius */
/****************************************/
/* Declaracio de colors 				*/
/*										*/
/* gris fosc -> #324038					*/
/* gris clar -> #65736B 				*/
/* blanquet  -> #F2F2F0					*/
/* crema 	 -> #F2E3B6					*/
/* marro  	 -> #A69563					*/
/****************************************/
/* Table of contents - TOC 				*/
/* 1 - CENTRAR VERTICALMENT */
/* 2 - CONTENIDOR */
/* 3 - MENU */
/* 4 - TITOL */
/* 5 - FLASH */
/* 6 - PEU */
/* 7 - ENLLASOS */
body {
	background: url(../imatges/recurs_css/quad_verd.png) repeat-x top #324038;
	font-family: Arial, Helvetica, sans-serif;
}
/* CONTENIDOR */
#contenidor {
	width: 920px;
	background-image: url(../imatges/recurs_css/fons_pedra.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	}
/* 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; font-weight: bold;
	text-transform: lowercase;
	padding-top: 9px;
	letter-spacing: -1px;
	display: block;
	}
.contact_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 .contactar_link:hover,
#navlist .contactar_link:hover span.link {
	background-color: #F2F2F0;
	color: #324038;
	}
#navlist .noticies_link:hover,
#navlist .noticies_link:hover span.link {
	color: #324038;
	}
/* TITOL */
#logo {
	background-image: url(../imatges/logo.png);
	width: 317px;
	height: 50px;
	display: block;
	clear: both;
	margin: 20px 0px 50px 0px;
	}
#logo span {
	position: absolute;
	left: -10000px;
	}
	
/* FLASH */
#flash {
	margin: 0px auto 50px auto;
	text-align: center;
	}
	
/* PEU */
#peu {
	background: url(../imatges/recurs_css/triangle_peu.png) repeat-x top #65736B;
}
/* PEU */
#peu {
	width: 100%;
	height: 100px;
	font-size: 1.1em;
	padding: 24px 0px 210px 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;
	margin-right: 4px;
	margin-left: 4px;
	}
.mimimmo {
	float: right;
	color: #A69563;
	}
.copy {
	float: left;
	color: #A69563;
	}
.estandars {
	float: right;
	color: #324038;
	font-weight: bold;
	}
.estandars a {
	color: #A69563;
	}
.estandars a:hover {	
	color: #F2F2F0;
	}
/*ARREGLAR ELS SERVEIS PER A QUE APAREGUI MARCAT ON ETS*/
body#home .inici_link,
body#mapa .mapa_link {
	color: #A69563;
	}
.contact_lnk {
	background: url(../imatges/recurs_css/contactar.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.png);
	text-decoration: underline;
	}

