@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	color: #666;
	margin: 0px;
	text-align: center;
	}
	
a:link {
	color: #7a8f24;
	text-decoration: underline;
	}
	
a:visited {
	color: #7a8f24;
	text-decoration: underline;
	}
	
a:hover {
	color: #7a8f24;
	text-decoration: none;
	}
	
a img {
	border: 0;
	}
	
h1 {
	margin-top: 1.8em;
	margin-bottom: 1.4em;
	font-size: 1.6em;
	color: #7a170e;
	}
	
	h1 a:link {
		color: #7a170e;
		text-decoration: none;
		}
		
	h1 a:visited {
		color: #7a170e;
		text-decoration: none;
		}
		
	h1 a:hover {
		color: #7a170e;
		text-decoration: underline;
	}
		
.h1-inici {
	margin-bottom: 0px;
	}
	
h2 {
	margin-top: 1.4em;
	font-size: 1.2em;
	color: #f1b02f;
	}
	
	h2 a:link {
		color: #f1b02f;
		text-decoration: none;
		}
		
	h2 a:visited {
		color: #f1b02f;
		text-decoration: none;
		}
		
	h2 a:hover {
		color: #f1b02f;
		text-decoration: underline;
	}
		
p {
	line-height: 1.4em;
}
	
acronym, abbr {
	border-bottom: 1px dashed #888;
	cursor: help;
	}
	
#header {
	width: 770px;
	height: 120px;
	margin: auto;
	text-align: left;
	}
	
	.header-logo {
		margin-top: 15px;
		}
	
#menu1 {
	height: 34px;
	background-image: url(../images/head-menu-off.gif);
	background-repeat: repeat-x;
	color: #7a170e;
	}
	
	#menu1 ul {
		margin: 0;
		padding-top: .5em;
		padding-bottom: .5em;
		list-style-type: none;
		font-weight: 800;
		}
	
	#menu1 li {
		display: inline;
		}
	
	#menu1 li .select {
		padding: .5em 1em;
		background-image: url(../images/head-menu-on.gif);
		background-repeat: repeat-x;
		}
	
	#menu1 li a {
		padding: .5em 1em;
		color: #fff;
		text-decoration: none;
		}
	
	#menu1 li a:hover {
		color: #7a170e;
		background-image: url(../images/head-menu-on.gif);
		background-repeat: repeat-x;
		}
	
#content {
	width: 770px;
	margin: auto;
	margin-top: 2em;
	font-size: .92em;
	text-align: left;
	}
	
#footer {
	clear: both;
	margin-top: 4em;
	height: 82px;
	background-image: url(../images/footer-logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: .85em;
	color: #777;
	}
	
	#footer a:link {
		color: #777;
		}
		
	#footer a:visited {
		color: #777;
		}
		
	#footer a:hover {
		color: #777;
		}
	
#sidebar-left {
	float: left;
	width: 200px;
	}
	
#sidebar-right {
	margin-left: 230px;
	margin-bottom: 4em;
	}
	
	#sidebar-right ul li {
		list-style-image: url(../images/li-bullet.gif);
		}
	
	#sidebar-right li {
		margin-bottom: .5em;
		}
	
	#sidebar-right blockquote {
		margin: auto 0;
		text-align: justify;
		line-height: 1.3em;
		color: #333;
		}
	
	#sidebar-right > blockquote:first-child {
		margin-top: 0;
		}
	
	#sidebar-right > h1:first-child {
		margin-top: 0;
		}
	
	#sidebar-right > p:first-child {
		margin-top: 0;
		}
	
#menu2 {
	margin-bottom: 2em;
	background-image: url(../images/menu2-bg.gif);
	}
	
	#menu2-content {
		margin: 0;
/*		background-image: url(../images/menu2-footer.gif);
		background-position: bottom;
		background-repeat: no-repeat;
*/		color: #7a170e;
		}
	
	#menu2-content ul {
		margin: 0;
		padding: 3em 1em 3em 2em;
		list-style-type: none;
		font-weight: 800;
		}
	
	#menu2-content li {
		margin-bottom: 1em;
		}
	
	#menu2-content li a {
		color: #fff;
		text-decoration: none;
		}
	
	#menu2-content li a:visited {
		color: #fff;
		text-decoration: none;
		}
	
	#menu2-content li a:hover {
		color: #7a170e;
		}
	
#butlletins {
	margin-top: 1em;
	margin-bottom: 2em;
	background-image: url(../images/butlletins-head.jpg);
	background-repeat: no-repeat;
	}
	
	#butlletins h1 {
		margin: 0;
		visibility: hidden;
		font-size: 1px;
		color: #fff;
		}
	
	#butlletins-content {
		margin: 120px 20px 0 20px;
		}
	
	#butlletins-content p {
		font-size: .9em;
		line-height: 1.2em;
		color: #333;
		}
	
	#butlletins-content form {
		margin: 0;
		}
	
#actes {
	margin-bottom: 2em;
	background-image: url(../images/actes-head.jpg);
	background-repeat: no-repeat;
	}
	
	#actes h1 {
		margin: 0;
		visibility: hidden;
		font-size: 1px;
		color: #fff;
		}
	
	#actes-content {
		margin: 52px 20px 0 20px;
		color: #666;
		}
	
	#actes-content a:link {
		color: #333;
		}
	
	#actes-content a:visited {
		color: #333;
		}
	
	#actes-content a:hover {
		color: #333;
		}
	
	#actes-content p {
		font-size: .9em;
		line-height: 1.2em;
		}
		
.nowrap {
	white-space: nowrap;
	}
		
.data {
	font-size: 80%;
	}
		
.button {
	margin-top: 2px;
	padding: 2px 8px;
	background-color: #f1b02f;
	border: 2px solid #d2770e;
	border-top-color: #fcefd5;
	border-left-color: #f3be53;
	font-size: .9em;
	font-weight: 600;
	color: #fff;
	}
		
.aclariment {
	margin-top: 2em;
	border-top: 1px solid #7a8f24;
	font-size: 90%;
	font-style: italic;
	}
	
#sidebar-right ul.hideandshow li.up{ list-style-image:url(../images/li-down.gif); }
#sidebar-right ul.hideandshow li.down{ list-style-image:url(../images/li-up.gif); }