/************************ ESTRUCTURA ************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #695e5a;
	margin: 0;
	padding: 0;
}
abbr {
	border: none;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
ul,
ol,
dl {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
form {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a:link {
	color: #b04e27;
}
hr {
	display: none;
}

/************************ SHARED ************************/
#container {
	width: 99.0em;
	margin: 0 auto;
	display: block;
	float: none;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.list_h li {
	display: inline;
}

.blind_menu {
	display: none;
}


/************************ TAG LINE ************************/
#header {
    /* background: url(img/bg_tagline.gif) no-repeat 10.0em 100%; */
	background: url(img/bg_tagline.gif) no-repeat 8.0em -3.8em;
    position: relative;
    height: 8em;
}

/********** Logo **********/
#header .logo {
	/* margin: 3.0em 0 0 1.5em; */
	margin: 1.3em 0 0 0.8em;
	width: 22.2em;
	height: 5.0em;
}
#header .logo h1 {
	width: 0.1em;
	height: 0.1em;
	margin: 0;
}
#header .logo img {
	/* width: 22.2em;
	height: 4.8em; */
}

/********** Idiomes *********/
#header .language {
	position: absolute;
	right: 0;
	top: 1.0em;
}
#header .language li {
	border-left: 0.1em solid #b04e27;
	margin-left: 0.6em;
	padding-left: 0.6em;
	color: #695e5a;
}
#header .language li.first {
	border-left: 0;
}
#header .language li a {
	color: #b04e27;
	text-decoration: none;
}
#header .language li a:hover {
	text-decoration: underline;
}
/********** Cercador *********/
#header .searcher {
	background: #eac01e;
	position: absolute;
	right: 0;
	bottom: 0;
	padding:1em 1.8em 0.5em;
	width:19.6em;
}
#header .searcher .text_field {
	width: 13.0em;
	float: left;
}
#header .searcher .bt_search {
	width: 1.9em;
	height: 1.9em;
	margin-left: 0.4em;
	cursor: pointer;
}


/************************ MENU PRINCIPAL ************************/
#menu {
	background: #eac01e;
	padding-bottom: 0.5em;
}
#menu .menu_holder {
	background: #695e5a;
}
#menu .main_menu li {
	border-right: 0.1em dashed #eac01e;
	color: #fff;
	float: left;
}
#menu .main_menu li.last {
	border-right: 0;
}
#menu .main_menu li a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0.4em 0.8em;
}
#menu .main_menu li.select a,
#menu .main_menu li a:hover {
	background: #eac01e;
	color: #695e5a;
}

/********************* MENU ACCESSIBILITAT *********************/
#menu .functions {
	padding-top: 0.2em;
}
#menu .functions li {
	padding-right: 1.0em;
	float: left;
}
#menu .functions li.access {
	background: url(img/ico_access_bg_grey.gif) no-repeat 1.0em 0;
	border-left: 0.1em dashed #eac01e;
	padding-left: 2.8em;
	margin-top: 0.3em;
}
#menu .functions li.text_smaller {
	padding-top: 0.4em;
}
#menu .functions li.text_normal {
	padding-top: 0.3em;
}
#menu .functions li.text_bigger {
	padding-top: 0;
}
#menu .functions li.text_smaller a {
	font-size: 1.2em;
}
#menu .functions li.text_normal a {
	font-size: 1.4em;
}
#menu .functions li.text_bigger a {
	font-size: 1.6em;
}
#menu .functions li.access a {
	font-size: 1.2em;
}
#menu .functions a {
	color: #ccc;
	text-decoration: none;
}

/************************ CONTENT ************************/
#content {
	padding: 1.8em 0;
}
/************************ COLUMNS ************************/
#content .col_s,
#content .col_b {
	display: block;
	overflow: hidden;
}
.home .col_s {
	width: 23em;
}
.home .col_b {
	width: 73.5em;
}
.home .col_b .col_b {
	width: 48.2em;
}
.interior .col_menu {
	width: 20em;
}
.interior .col_b {
	width: 76.4em;
}
.interior .col_b .col_b {
	width: 51.4em;
}
.interior .col_s {
	width: 23.0em;
}
.interior .col_b .col_b .col_b {
	width: 30.5em;
}
.interior .col_b .col_b .col_s {
	width: 19.0em;
}


/************************ FOOTER ************************/
#footer {
	background: #695E5A url(img/footer_trees.gif) no-repeat 149% 0;
	display: block;
	overflow: hidden;
	float: none;
	padding: 1.5em;
}
#footer2{
	background:#EAC01E none repeat scroll 0 0;
	display: block;
	overflow: hidden;
	float: none;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#footer2 li{
	/*border-right:0.1em dashed #695E5A;*/
	display:inline;
	float:right;
	font-size:1.2em;
	padding: 0 0.5em;
	font-weight:bold;
}
#footer2 li a{
	color:#695E5A;
	text-decoration:none;
}
#footer .separa {
	border-right: 0.1em dashed #EAC01E;
	margin-right: 1.6em;
	padding-right: 1.6em;
	height:5.1em;
}
#footer address,
#footer h2 a {
	font-size: 1.2em;
}
/* + */
#footer .generalitat {
	background: url(img/logo_generalitat_blanc.jpg) no-repeat 0 50%;
	overflow:hidden;
	text-indent:-9999em;
}
#footer h2.generalitat {
	width:13.8em;
}
#footer .diputacio_girona {
	background: url(img/logo_dipgirona_blanc.jpg) no-repeat 0 50%;
	overflow:hidden;
	text-indent:-9999em;
}
#footer h2.diputacio_girona {
	width:13.1em;
}

#footer .diputacio_bcn {
	background: url(img/logo_dipbarcelona_blanc.jpg) no-repeat 0 50%;
	overflow:hidden;
	text-indent:-9999em;
}
#footer h2.diputacio_bcn {
	width:13.2em;
}


#footer .aj_arbucies {
	background: url(img/logo_arbucies_blanc.jpg) no-repeat 0 50%;
	overflow:hidden;
	text-indent:-9999em;
	
}
#footer h2.aj_arbucies {
	width:13.0em;
}

#footer h2 {
	float:left;
	margin:0;
	height:5.1em;
}

#footer h2 a{
	float:left;
	height:100%;
	width:100%;
}

#footer .menu {
	overflow: hidden;
	display: block;
	float: right;
}
#footer .menu ul {
	overflow: hidden;
	display: block;
	float: right;
	margin-left: -1.0em;
	padding-top: 1.4em;
}
#footer .menu li {
	display: inline;
	float: left;
	margin-right: 0.6em;
	padding-left: 0.8em;
	border-left: 0.1em solid #fff;
}
#footer a {
	font-size: 1.2em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p, #footer address, #footer li, #footer a {
	color: #fff;
}


/******** PAGINACIO ***/
.management-links li {
	display: inline;
}

.management-links li  a{
	font-size: 1.2em;
	text-decoration: none;
}

.management-links li  a:hover{
	text-decoration: underline;
}
