/*****************************       GENERAL CSS CLASSES        ***********************************************/
body, #wrapper {
	background-color: #E7E7E7;
	color: #3d3d3d;
	font-family: arial, verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0px;
	overflow: auto;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*width: 995px;*/
	width: 1001px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #828181;
}

#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 130px;
	background: url('top.png') no-repeat;
	/*DEBUG
	border-width: 1px;
	border-color: green;
	border-style: solid;*/
}

#logo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 314px;
	height: 130px;
	/*DEBUG
	border-width: 1px;
	border-color: blue;
	border-style: solid;*/
}

#headerBlocksContainer{
	top: 0px;
	display: inline;
	float: right;
	height: 127px;
	width: 290px;
	padding-right: 10px;
	overflow: hidden;
	/*DEBUG
	border-width: 1px;
	border-color: red;
	border-style: solid;*/
}

#searchBox{
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	padding: 55px 5px 0 0;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}

#searchBox label{
	display: none;
}

#searchBox #search-theme-form{
	float: right;
}

#searchBox div{
	width: 240px;
}
#searchBox div .form-item{
	display: inline;
}

#menu{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 36px;
	background: url('fonsMenu.png') no-repeat;
	/*DEBUG
	border-color: yellow;
	border-style: solid;
	border-width: 1px;*/
}

#content{
	display: block;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url('fons.png') repeat-x top left;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}

#sidebar-left{
	background: url('fonsLeft.png') repeat-y top right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 201px;
	display: block;
	float: left;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}

#main{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 581px;
	border: blue solid 0px;
}

#sidebar-right{
	background: url('fonsRight.png') repeat-y top left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 203px;
	display: block;
	float: right;
	/*DEBUG
	border-color: black;
	border-style: solid;
	border-width: 1px;*/
}

#footBar{
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	background: url('franjaInferior.png') no-repeat;
	height: 23px;
}

#footer{
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	width: 100%;
	height: 145px;
	background: url('fonsInferior.png') no-repeat transparent;
	/*DEBUG
	border-color: yellow;
	border-style: solid;
	border-width: 1px;*/
}


/*****************************       PRIMARY LINKS BEGIN        ***********************************************/
#menu{
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
	height: 35px;
	background-color: inherit;
}
#menu div{
	font-size: 0.9em;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
	height: 35px;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#menu div ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menu div ul li{
	border: green solid 0px;
	display: inline;
	float: left;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	background-color: inherit;
	text-align: center;
	/* DEBUG
	border-color: cyan;
	border-style: solid;
	border-width: 1px;*/
}
#menu div ul li a{
	color: #3d3d3d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	background-color: inherit;
}
#menu div ul li a:hover{
	color: #3d3d3d;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: underline;
	background-color: inherit;
}
/****************************       PRIMARY LINKS END           ***********************************************/

/*****************************       LANGUAGE CHOOSER BEGIN     ***********************************************/
#block-locale-0{
	display: block;
	float: right;
	width: 100%;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#block-locale-0 #languageChooser div {
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	font-size: 0.8em;
}
#block-locale-0 #languageChooserul div div a{
	display: inline;
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}
#block-locale-0 #languageChooserul li a:hover{
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}
/*****************************       LANGUAGE CHOOSER END       ***********************************************/

/*****************************        LEFT BLOCKS BEGIN         ***********************************************/
#sidebar-left .block{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 185px;
		/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left .block .topBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 0px;
}
#sidebar-left .block .contentBlock{
	background-color: #ffffff;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.7em;
}
#sidebar-left .block .contentBlock .menu{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
		/*DEBUG
	border-color: yellow;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left .block .contentBlock .menu li{
	color: #3d3d3d;
	margin: 0 0 10px -8px;
	padding: 6px 0 0 0;
	background: url('fonsMenuContent.png') no-repeat;
	height: 30px; width: 174px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	/*DEBUG*/
	border: white solid 0px;
}
#sidebar-left .block .contentBlock .menu li a{
	color: #3d3d3d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left .block .contentBlock .menu li a:hover{
	color: #3d3d3d;
	text-decoration: underline;
}
#sidebar-left .block .bottomBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
}
/*****************************        LEFT BLOCKS END           ***********************************************/

/*****************************       CONTACT BLOCKS BEGIN      ***********************************************/
#sidebar-left #block-block-11{
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-block-11 #contactTopBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 25px;
	background: url('topBlockEsquerra.gif') no-repeat;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-block-11 #contactTopBlock h1{
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
}
#sidebar-left #block-block-11 #contactContentBlock{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7E94CD;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-block-11 #contactContentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-block-11 #contactContentBlock a:hover{
	text-decoration: underline;
}
#sidebar-left #block-block-11 #contactContentBlock hr{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#sidebar-left #block-block-11 #contactBottomBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	background: url('bottomBlockEsquerra.gif') no-repeat;
}
/*****************************       CONTACT BLOCKS END        ***********************************************/

/*****************************       RIGHT BLOCKS BEGIN         ***********************************************/
#sidebar-right .block{
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-right .block .topBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 0px;
}
#sidebar-right .block .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-right .block .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-right .block .contentBlock a:hover{
	text-decoration: underline;
}
#sidebar-right .block .contentBlock hr{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#sidebar-right .block .bottomBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	background: url('bottomBlockEsquerra.gif') no-repeat;
}
/*****************************       RIGHT BLOCKS END           ***********************************************/

/*****************************       FOOTER MESSAGE BEGIN       ***********************************************/
#footerLogos{
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
	left: 15px;
	color: #3d3d3d;
	font-size: 0.7em;
	background-color: inherit;
}
#footerText{
	margin: 2px 0 0 265px;
	padding: 0 0 0 0;
	float: left;
	position: relative;
	color: #3d3d3d;
	font-size: 0.8em;
	background-color: inherit;
	text-align: right;
}
#footerText a{
	color: #3d3d3d;
	background-color: inherit;
	text-decoration: none;
}
#footerText a:hover{
	text-decoration: underline;
}
/*****************************       FOOTER MESSAGE END         ***********************************************/

/*****************************           CONTENT BEGIN          ***********************************************/
#content #main{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	wisth: 100%;
	text-align: left;
}
#content #main #headTitle{
	display: block;
	height: 0px;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .breadcrumb{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	display: block;
	vertical-align: bottom;
	color: #000000;
	background-color: inherit;
	font-size: 0.9em;
}
#content #main .breadcrumb a{
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
	background-color: inherit;
}
#content #main .breadcrumb a:hover{
	text-decoration: underline;
}
#content #main table tbody {
border: 0px solid #000000;
}
#content #main h1{
	background: url('fonsTitol.png') repeat-x;
	margin: -4px 0 0 5px;
	padding: 6px 0 0 15px;
	float: left;
	display: block;
	color: #3d3d3d;
	font-size: 1.25em;
	font-weight: bold;
	height: 24px; width: 555px;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .titolPral{
	background: url('fonsTitol.png') repeat-x;
	margin: -13px 0 15px 0;
	padding: 6px 0 0 15px;
	float: left;
	display: block;
	color: #3d3d3d;
	font-size: 1em;
	font-weight: bold;
	height: 24px; width: 756px;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .taulaPral{
	border: 0px solid red;
	vertical-align: top;
	width: 771px;
}
#content #main .taulaPral tr{
	vertical-align: top;
}
#content #main h1 a{
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
#content #main h1 a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}
#content #main h2{
	color: #47567D;
	background-color: inherit;
	font-size: 1em;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .tabs{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}
#content #main .search-form{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}
#content #main .box{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}
#content #main .box a{
	color: #7A0018;
	background-color: inherit;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#content #main .box a:hover{
	text-decoration: underline;
}
#content #main .node{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .node .newsHead{
	padding: 15px 0 0 10px;
	margin: 0 0 0 0;
	background: url('liniaSuperiorNode.gif') no-repeat;
	height: 32px;
}
#content #main .node .newsHead h1{
	font-size: 1em;
}
/*#content #main .node .nodeHead{
	padding: 0 0 0 5px;
	margin: 0 0 -35px 0;
	background: url('liniaSuperiorNode.gif') no-repeat;
	height: 46px;
}*/
#content #main .node .meta{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#content #main .node .submitted{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	font-size: 0.7em;
	float: left;
}
#content #main .node .content{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	font-size: 1em;
	text-align: justify;
}
#content #main .node .contentNews{
	padding: 30px 50px 0 15px;
	margin: 0 0 0 0;
	font-size: 0.8em;
	text-align: justify;
}
#content #main .node .content a{
	color: #7A0018;
	background-color: inherit;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .node .content a:hover{
	text-decoration: underline;
}
#content #main #otherLinks{
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	width: 150px;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#content #main #otherLinks .links{
	float: left;
	display: block;
	width: 500px;
}
#content #main #otherLinks .links div {
	float: left;
	display: block;
	padding: 0 20px 5px 20px;
	margin: 0 0 0 0;
}
#content #main #otherLinks .links .print_pdf {
	background: url('pdf.png') no-repeat;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#content #main #otherLinks .links .print_pdf a{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
#content #main #otherLinks .links .print_pdf a:hover{
	text-decoration: underline;
}
#content #main #otherLinks .links .print, #content #main #otherLinks .links .book_printer, #content #main #otherLinks .links .print_html {
	background: url('print.png') no-repeat;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#content #main #otherLinks .links .print a, #content #main #otherLinks .links .book_printer a, #content #main #otherLinks .links .print_html a{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
#content #main #otherLinks .links .print a:hover, #content #main #otherLinks .links .book_printer a:hover, #content #main #otherLinks .links .print_html a:hover{
	text-decoration: underline;
}
#content #main #extraLinks{
	display: block;
	float: left;
	padding: 0 0 10px 20px;
	margin: 0 0 0 0;
	text-align: left;
	width: 500px;
	font-size: 0.8em;
	background: url('print.png') no-repeat;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#content #main #extraLinks a{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
#content #main #extraLinks a:hover{
	text-decoration: underline;
}
#content .bottomNode{
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url('liniaInferiorNode.gif') no-repeat;
	height: 46px;
}
/*****************************            CONTENT END          ***********************************************/

/*****************************       CONTENT ATTACHMENTS BEGIN   *********************************************/
#content #main #attachments{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 95%;
}
#content #main #attachments thead{
	font-size: 0.8em;
	font-weight: bold;
}
#content #main #attachments tbody{
	font-size: 0.8em;
	font-weight: normal;
}
#content #main #attachments tbody .odd{
	background-color: #EEEEEE;
	color: inherit;
}
#content #main #attachments tbody .even{
	background-color: #FEFEFE;
	color: inherit;
}
#content #main #attachments tbody tr td a{
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
#content #main #attachments tbody tr td a:hover{
	text-decoration: underline;
}
/*****************************       CONTENT ATTACHMENTS END     *********************************************/

/*****************************            BLOCK FOLDER BEGIN   ***********************************************/
#folderBlock{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	display: inline;
	float: left;
	width: 400px;
	z-index: 10;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#folderBlock ul{
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	height: 70px;
	list-style-type: none;
	list-style-image: none;
	/*DEBUG
	border-color: yellow;
	border-style: solid;
	border-width: 1px;*/
}
#folderBlock ul li{
	margin: 0 0 0 0;
	padding: 53px 0 0 0;
	display: inline;
	float: left;
	width: 85px;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	background: url('folder.gif') no-repeat;
	background-position: 20px 0;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#folderBlock ul li a{
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}
#folderBlock ul li a:hover{
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
}
/*****************************            BLOCK FOLDER END     ***********************************************/

/*****************************            BLOCK FONT BEGIN     ***********************************************/
#fontChange{
	color: #3d3d3d;
	margin: 100px 5px 0 0;
	padding: 0 0 0 0;
	display:block;
	float: right;
	top: 75px; rigth: 15px;
}
#fontChange a{
	text-decoration: none;
}

#fontChange a:hover{
	text-decoration: underline;
}
#fontChange .smallFont{
	color: #3d3d3d;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
}
#fontChange .mediumFont{
	color: #3d3d3d;
	font-size: 0.9em;
	font-weight: bold;
	background-color: inherit;
}
#fontChange .largeFont{
	color: #3d3d3d;
	font-size: 1em;
	font-weight: bold;
	background-color: inherit;
}
/*****************************            BLOCK FONT END       ***********************************************/

/*****************************            CONTACT FORM BEGIN   ***********************************************/
#contact-mail-page{
	margin: 0 0 0 0;
	padding: 5px 20px 30px 15px;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
	background-color: inherit;
	text-align: justify;
	background: url('liniaInferiorNode.gif') no-repeat bottom right;
	/*border: 1px solid yellow;*/
}
#contact-mail-page .nodeHead{
	padding: 15px 0 0 15px;
	margin: 0 0 0 -15px;
	background: url('liniaSuperiorNode.gif') no-repeat;
	/*border: 1px solid red;*/
}
#contact-mail-page .nodeHead h1{
	padding: 15px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	/*border: 1px solid blue;*/
}
#contact-mail-page .form-item{
	color: #000000;
	font-weight: normal;
	background-color: inherit;
}
#contact-mail-page .form-required{
	color: #0B1431;
	font-weight: bold;
	background-color: inherit;
}
#contact-mail-page .form-text {
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: inherit;
	width: 500px;
}
#contact-mail-page .form-textarea{
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: inherit;
	width: 500px;
}
.status {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	width: 540px;
	color: #00F;
}
div.status {
	border: 1px solid #77D;
}
div.status{
	background: #CCF;
	color: #002;
}
/*****************************            CONTACT FORM END     ***********************************************/

/*****************************            SEARCH PRIVATE FILES FORM BEGIN  ***********************************/
#result-fitxers-page .form-item{
	color: #FFFFFF;
	font-weight: normal;
	background-color: inherit;
}
#result-fitxers-page .form-text {
	padding: 0 0 5px 0;
	width: 120px;
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: inherit;
}
#result-fitxers-page .form-text {
	padding: 0 0 5px 2px;
	width: 120px;
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: #FFFFFF;
}
#result-fitxers-page #simpleText-submit{
	padding: 0 0 5px 0;
	width: 70px;
	height: 20px;
	color: #000000;
	background-color: #F6F4F1;
}
/*****************************            SEARCH PRIVATE FILES FORM END  *************************************/

/*****************************            RELATED LINKS BEGIN   **********************************************/
.block-relatedlinks{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	float: left;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
.block-relatedlinks .topBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
.block-relatedlinks .topBlock .titleRelatedLinks{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
.block-relatedlinks .contentBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}

.block-relatedlinks .contentBlock ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}
.block-relatedlinks .contentBlock ul li{
	margin: 0 0 0 0;
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	background: url('worldLink.png') no-repeat;
	text-align: left;
}
.block-relatedlinks .contentBlock ul li a{
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}
.block-relatedlinks .contentBlock ul li a:hover{
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}
.block-relatedlinks .bottomBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*DEBUG
	border-color: yellow;
	border-style: solid;
	border-width: 1px;*/
}
/*****************************            RELATED LINKS END     **********************************************/

/*****************************      ADVANCED SEARCH BEGIN       *****************************************/
#advanced-search-page{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	background-color: inherit;
	text-align: left;
}
#advanced-search-page h2{
	margin: 0 0 0 0;
	padding: 20px 0 5px 0;
}
#advanced-search-page .form-item{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.85em;
	color: #000000;
	font-weight: normal;
	background-color: inherit;
}
#advanced-search-page .form-text{
	width: 500px;
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: inherit;
}
#advanced-search-page .form-select{
	width: 250px;
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: #FFFFFF;
}
#advanced-search-page .form-select-carrer{
	width: 400px;
	color: #0B1431;
	font-weight: normal;
	border: 1px solid #30699E;
	background-color: #FFFFFF;
}
#advanced-search-page .form-submit{
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}
#main .content .totalFitxersContainer{
	display: block;
  	height: 32px;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .totalFitxersEtiqueta{
	width: 150px;
	float: left;
	text-align: right;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .totalFitxersEtiqueta span{
	color: #7A0018;
	background-color: inherit;
	font-size: 0.85em;
}
#main .content .totalFitxersValor{
	width: 340px;
	display: inline;
	float: left;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .totalFitxersValor span{
	font-size: 0.85em;
}
#main .content .fitxerContainer{
	width: 508px;
	/*DEBUG
	border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .fitxerContainer legend{
	font-size: 0.75em;
}
#main .content .fitxerEtiqueta{
	width: 150px;
	float: left;
	text-align: right;
	/*DEBUG
	border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .fitxerEtiquetaDetall{
	float: left;
	width: 480px;
	padding: 0 0 0 0;
	text-align: left;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .fitxerEtiqueta span{
	font-size: 0.85em;
	color: #7A0018;
	background-color: inherit;
}
#main .content .fitxerEtiquetaDetall span{
	font-size: 0.85em;
	color: #7A0018;
	background-color: inherit;
}
#main .content .fitxerValor{
	font-size: 0.75em;
	width: 345px;
	float: left;
	margin: 0 0 10px 0;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .fitxerValorDetall{
	font-size: 0.85em;
	width: 500px;
	display: inline;
	float: left;
	padding: 0 0 5px 5px;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .fitxerValorDetallTitol{
	font-size: 0.85em;
	display: inline;
	float: left;
	padding: 0 0 0 0;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#main .content .mesDetall{
	float: right;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
/*****************************      ADVANCED SEARCH END         *****************************************/

/*****************************      STICKY NODES                *****************************************/
#content #main .sticky{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: inherit;
	width: 563px;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .sticky .topNode{
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	background: url('stickyTop.gif') no-repeat bottom;
	height: 21px;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .stickyContent{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #F1F1F9;
	color: inherit;
	/*DEBUG*/
	border-color: #F1F1F9;
	border-style: solid;
	border-width: 1px;
}
#content #main .sticky h1{
	padding: 0 40px 10px 15px;
	margin: 0 0 0 0;
	width: 500px;
	float: left;
	display: block;
	color: #000000;
	background-color: inherit;
	font-size: 1.1em;
	font-weight: bold;
	/*DEBUG
	border-color: green;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .sticky .meta{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#content #main .sticky .submitted{
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
	font-size: 0.7em;
	float: left;
	width: 500px;
}
#content #main .stickyContent .content p{
	font-size: 0.8em;
}
#content #main .sticky .bottomNode{
	padding: 0 0 15px 10px;
	margin: 0 0 0 0;
	background: url('stickyDown.gif') no-repeat top;
	height: 21px;
	/*DEBUG
	border-color: red;
	border-style: solid;
	border-width: 1px;*/
}
/*****************************      STICKY NODES                *****************************************/

/*****************************      BOOK NODES BEGIN            *****************************************/
#main .content .book-navigation .page-links{
	border-bottom: 0px;
}
/*****************************      BOOK NODES END              *****************************************/

/*****************************      BLOCK FILES BEGIN           *****************************************/
#sidebar-left #block-i18nblocks-14{
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-14 .topBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 25px;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-14 .topBlock h1{
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-14 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-14 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-14 .contentBlock a:hover{
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-14 .contentBlock hr{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
#sidebar-left #block-i18nblocks-14 .bottomBlock{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	background: url('bottomBlockEsquerra.gif') no-repeat;
}
#sidebar-left #block-i18nblocks-14 #titleFitxersTitularitatPrivada{
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
}
#sidebar-left #block-i18nblocks-14 #titleFitxersTitularitatPrivadaAvancada{
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}
#sidebar-left #block-i18nblocks-14  #titleFitxersTitularitatPublica{
	padding: 5px 0 15px 0;
	margin: 0 0 0 0;
}
#sidebar-left #block-i18nblocks-14  #titleFitxersTitularitatPublica a{
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}
/*****************************      BLOCK FILES END             *****************************************/

/*****************************       RSS BLOCK BEGIN      ***********************************************/
#sidebar-left #block-i18nblocks-17{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-17 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-17 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
				/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-17 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-17 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       RSS BLOCK END      ***********************************************/

/*****************************       BUSTIA BLOCK BEGIN      ***********************************************/
#sidebar-left #block-i18nblocks-18{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-18 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-18 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-18 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-18 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       BUSTIA BLOCK END      ***********************************************/


/**************************** MISSION BEGIN ****************************/
#mission{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #3069A0;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
/**************************** MISSION END  ****************************/

/**************************** COMIC BEGIN ****************************/
#block-i18nblocks-16 div a{
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	color: #7A0018;
	background-color: inherit;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#block-i18nblocks-16 div a:hover{
	text-decoration: underline;
}
#block-i18nblocks-16 div a.linkTiraComica:hover{
	border: 1px solid #FFFFFF;
}
#block-i18nblocks-16 div a.linkTiraComica:hover{
	border: 1px solid #7A0018;
}
/**************************** COMIC END ****************************/

/**************************** PAGER BEGIN ****************************/
#main .item-list .pager{
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
	width: 530px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#main .item-list .pager li{
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
/**************************** PAGER END ****************************/

/**************************** IQUA BLOCK BEGIN ****************************/
#sidebar-left .block{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left .block h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left .block .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left .block .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left .block .contentBlock a:hover{
	text-decoration: underline;
}

/**************************** IQUA BLOCK END ****************************/

/*****************************       NAVEGASEGUR BLOCK BEGIN *************************************/
#sidebar-left #block-block-21{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-block-21 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-block-21 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-block-21 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-block-21 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       NAVEGASEGUR BLOCK END *************************************/

/*****************************       MANUAL BLOCK BEGIN *************************************/
#sidebar-left #block-i18nblocks-22{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-22 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-22 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-22 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-22 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       MANUAL BLOCK END *************************************/

/*****************************       JORNADES BLOCK BEGIN *************************************/
#sidebar-left #block-i18nblocks-23{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-23 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-23 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-23 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-23 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       JORNADES BLOCK END *************************************/

/*****************************       JORNADES BLOCK BEGIN *************************************/
#sidebar-left #block-i18nblocks-27{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 185px;
	/*DEBUG
	border-color: brown;
	border-style: solid;
	border-width: 1px;*/
}
#sidebar-left #block-i18nblocks-27 h1{
	margin: 0 0 0 0;
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
}
#sidebar-left #block-i18nblocks-27 .contentBlock{
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	/*DEBUG */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar-left #block-i18nblocks-27 .contentBlock a{
	color: #7A0018;
	background-color: inherit;
	text-decoration: underline;
}
#sidebar-left #block-i18nblocks-27 .contentBlock a:hover{
	text-decoration: underline;
}
/*****************************       JORNADES BLOCK END *************************************/
