/* colors

blau clar 1 (mes clar): #E1EDF9;
marro clar 2: #DBC27D;
blau mig 1: #BCD1E2;
marro mig 2 (verd—s): #956D08;
blau fosc 1 (mes clar): #0F3B5F;
marro fosc 2: #4B2A07; */


	/* Estils primaris */

body {
	text-align: center;
	background: #F0E6D8;
	font-family: Verdana, Arial;
	color: #333;
	margin-top: 0;
	}
	
img		{
	border: 0;
	display: block;
	}
	
	
	/* Cos principal */
	
#cos-principal {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	}

	
	
	/* Header */
	
#web-header	{
	width: 800px;
	text-align: left;
	font-size: 11 px;
	padding: 0 0 16px 0;
	margin: 0 auto;
	border: 0;
	height: 240px;
	background-image: url(imatges3/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#web-header h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 16px 0 0 18px;
	margin: 0;
	}
#web-header h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 16px 16px 0 18px;
	margin: 0;
	}
#web-header h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 0 18px;
	margin: 0;
	}
#web-header p {
	font-size: 12px;
	font-weight: normal;
	padding: 12px 0 0 18px;
	margin: 0;
	}
#web-header a {
	color: #66120D;
	text-decoration: none;
	}
#web-header a:hover {
	color: #fff;
	text-decoration: underline;
	}
#calendari {
	font-size: 10px;
	padding: 8px 16px 0 18px;
	}
	
	/* Menœ superior */
	
#navcontainer {
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	}
	
#navcontainer ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background-color: #66120D;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
text-decoration: none;
padding: 10px 10px;
color: #eebf75;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #B55427;
}

	
	/* Cos principal */

#cos-principal h5 {
	font-size: 100%;
	text-align: right;
	padding: 0 14px 0 0;
	}

#cos-principal ul {
	padding-left: 0px;
	}

#cos-principal li
{
	background-image: url(imatges3/fons_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	list-style-position: default;
	padding-left: 16px;
	line-height: 16px;
}

#cos-principal a {
	padding: 0 3px 0 3px;
	}
#cos-principal a:link {
	text-decoration : none;
	color: #956D08;
	background: transparent; 
	}

#cos-principal a:hover {
	text-decoration : underline;
	color: #993300;
	background: transparent; 
	}

#cos-principal a:active {
	text-decoration : none;
	color: #993300;
	background: transparent;  
	}
	
	/*Llibre destacat */
		
.llibre-destacat {
	padding: 8px;
	text-align: left;
	background-color: #d6cdc1;
	}
	
.llibre-destacat ul {
	padding-left: 0px;
	}
	
.llibre-destacat li {
	padding-top: 2px;
	}

.llibre-destacat td { font-size: 11px;}
	
.llibre-destacat-esquerra {
	float: left;
	width: 174px;
	padding-right: 16px;
	background: transparent;
	}
	
.llibre-destacat-centre {
	float: left;
	width: 274px;
	padding-right: 16px;
	}
	
.llibre-destacat-dreta {
	float: left;
	width: 280px;
	/*padding-right: 16px;*/
	}
	

	/* Titols estˆtics */

#titols {
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 24px;
	}
#subtitols {
	padding: 0 0 12px 4px;
	font-weight: normal;
	font-size: 18px;
	}
	
	/* Columna esquerra  (llibres)*/
#llibres {
	width: 164px;
	padding-right: 16px;
	text-align: center;
	/*background: #ffedf9;*/
	float: left;
	}
	
	/* Llibres horitzontal */
#llibres-hor {
	font-size: 11px;
	;
	}
	
#llibres-hor h3 {
	font-size: 11px;
	}

	/*Articles recents 33% */
#articles-destacats-33 {
	width: 33%;
	float: left;
	border-right: 1px dotted  black;
	font-size: 10px;
	}
#articles-recents-33 {
	width: 33%;
	float: left;
	border-right: 1px dotted  black;
	padding-left: 16px;
	font-size: 10px;
	}
#docs-interes-33 {
	width: 29%;
	float: left;
	/*border-right: 1px dotted  black;*/
	padding-left: 16px;
	font-size: 10px;
	}
	
	/*Menu seccions*/
#menu {
	width: 100%;
	float: left;
	/*border-right: 1px dotted  black;*/
	font-size: 14px;	/*background-color: #d6cdc1;*/
	}
#menu a
{
display: block;
color: #956D08;
/*background-color: #d6cdc1;*/
padding: .2em .8em;
text-decoration: none;
}

#menu a:hover
{
background-color: #66120d;
color: #FFF;
}

	/*Articles recents 50% */
#articles-destacats-50 {
	margin-top: 16px;
	width: 48%;
	float: left;
	border-right: 1px dotted  black;
	font-size: 10px;
	}
#articles-recents-50 {
	margin-top: 16px;
	width: 48%;
	float: left;
	padding-left: 16px;
	font-size: 10px;
	}
	
.agenda {
	font-size: 10px;
	border-bottom: 1px dotted black;
	}
	
	/* Cossos centrals (noticies) */
#noticies {
	width: 530px;
	float: left;
	/*text-align: justify;*/
	}
#noticies-inici
{
	width: 298px;
	padding:0 16px 0 16px;
	border-right: black;
	float: left;
	border-width: 0 1px 0 1px;
	border-style: none dotted none dotted;
}
#headnoticies2 {
	background: #E1EDF9 url(imatges/top_n2.gif) top left no-repeat;
	padding: 0 0 8px 0;
	}
#noticies2 {
	width: 480px;
	padding: 0 0 0px 18px;
	float: left;
	/*text-align: justify;*/
	}
#cosnoticies2 {
	padding: 0 12px 0px 12px;
	background: #BCD1E2;
	}
#bottomnoticies2 {
	background: #E1EDF9 url(imatges/bot_n2.gif) top left no-repeat;
	padding: 0 0 8px 0;
	}
	
#prensa {
	font-size: 10px;
	}

	
	/* Fletxes per anar amunt */
#flamunt {
	vertical-align: bottom;
	float: right;
	}
	
	/* Contenidor raro */
#content {
	padding: 20px 18px 0px 18px;
	}
	
	/* Columnna dreta */
#sidebar	{
	width: 160px;
	float: left;
	padding:0 18px 0 16px;
	}
#sidebar br {
	padding: 0 0px 25px 0px;
}
#sidebar ul {
	line-height: 140%;
	list-style: disc url(imatges/fl_dreta.png) outside;
}

	/* pastilla menu lateral */
#head_menu_lat {
	background: #E1EDF9 url(imatges/top_menu_lat.gif) top left no-repeat;
	padding: 0 0 8px 0;
	}
#cos_menu_lat {
	width: 200px;
	background: #d6cdc1;
	padding: 8px;
	}
#bot_menu_lat {
	background: #E1EDF9 url(imatges/bot_menu_lat.gif) top left no-repeat;
	padding: 0 0 8px 0;
	}
	
	/* Footer */
#footer {
	clear: left;
	line-height: 170%;
	background-color: #66120D;
	width: 800px;
	color: #fff;
	font-size: 9px;
	height: 16px;
	}
#footer p {
text-align: center;
	}
#footer a {
color: #fff;
text-decoration: underline;
	}
#seccions {
	width: 67%;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	font-size: 11px;
}

#balances_fiscals
{
	/*float: left;*/
	/*height: 200px;*/
	margin-top: 90px;
	margin-left: 340px;
	width: 180px;
	padding: 10px;
	background-image: url(imatges/fons_bf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	background-color: #0175c0;
}

#balances_fiscals h3
{
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#balances_fiscals ul {
padding-left: 10px;
color: #ffffff;
}

#balances_fiscals li {
font-size: 10px;
}

#balances_fiscals a {
	color: #ffffff;
	}

#balances_fiscals a:hover {
	text-decoration: underline;
	}