﻿/*INICIALITZACIONS*/
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: normal 62.8%/1.3 Arial, Helvetica, sans-serif;
	background: #000;
	color: #3e3533;
	padding:10px 0px;
}
a {
	color: #af0731;
	text-decoration:none;
}
a:hover {
	text-decoration: underline !important;
	color: #000;
}
a img {
	border:0;
}
img {
	border: 1px #d5d2d2 solid;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #3e3533;
}
.amagat {
	display: none;
}
#web {
	width: 900px;
	margin: 0 auto;
}
#cap {
	font-size: 1.2em;
	height: 202px;
	position: relative;
}
#cos {
	font-size: 1.2em;
}
#peu {
	font-size: 1.2em;
	clear: both;
	position:relative;
}
/*CAP*/
#cap h1 {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 3em;
	font-weight: normal;
	position:absolute;
	top:30px
}
#cap h1 a {
	text-decoration: none;
	color: #fff !important;
}
#cap #logo * {
	color: #eaafa3;
	text-decoration: none !important;
}
#cap #logo h2 {
	font-weight: normal;
	font-size: 1.2em;
	position:absolute;
	bottom:50px;
}
#cap #logo .block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both !important;
}
#logo {
	position: relative;
	padding: 0 50px;
	height: 149px;
	overflow: hidden;
	background: url('imatges/bg-logo.gif') 0 0 no-repeat;
}
#menu {
	height: 46px;
	padding: 0 25px;
	background: #312b2a url('imatges/bg-main-menu.gif') repeat-x;
	border: 1px #8a817e solid;
	border-width: 1px 0 6px;
}
#menu ul {
	position: relative;
	height: 46px;
}
#menu li {
	position: relative;
	float: left;
	padding-right: 7px;
}
#menu li a {
	display: block;
	float: left;
	color: #b59d97;
	height: 30px;
	padding: 16px 15px 0 20px;
}
#menu li a span {
	position: absolute;
	left: 8px;
	top: 20px;
	width: 6px;
	height: 8px !important;
	overflow: hidden;
	background: url('imatges/ico/ico-menu_item.gif') no-repeat;
}
#menu li.actiu {
	position: relative;
	top: 7px;
	background: url('imatges/bg-main-menu_shadow.gif') 100% 0 no-repeat;
}
#menu li.actiu a {
	padding-top: 9px;
	text-decoration: none !important;
	color: #000 !important;
	background: #fff url('imatges/bg-main-menu_active.gif') repeat-x;
	border-bottom: 6px #fff solid;
}
#menu li.actiu a span {
	top: 12px;
	background-position: 0 -8px;
}
#menu li a:hover {
	color: #fff;
}
/*COS*/
#cos {
	overflow: hidden;
	height: 100%;
	background: #fff url('imatges/bg-body.gif') repeat-y;
}
#cos #contingut {
}
#cos #esq {
	float: left;
	width: 530px;
	padding: 30px 30px 0 40px;
}
#cos #dre {
	width: 285px;
	float: right;
	background: url('imatges/bg-right.gif') 100% 0 repeat-y;
}
#cos #dre h3 {
	text-align:left;
	margin-bottom: 11px;
	margin-top:12px;
	padding-left: 15px;
	color: #af0731;
}
#cos #dre #agenda {
	margin-bottom: 30px;
	padding-left: 12px;
	margin-bottom: 5px;
	background: url('imatges/bg-right_block.gif') 0 26px no-repeat;
}
#cos #dre #agenda li {
	display: block;
	height: 23px;
	padding: 8px 5px 0 26px;
	color: #000;
	text-decoration: none;
	background: url('imatges/bg-submenu_item.gif') no-repeat;
}
#cos #dre #agenda li.actiu {
	background-color: #efefef;
	background-position: 0 -31px;
}
#cos #dre #organitza {
	margin-bottom: 30px;
	padding-left: 12px;
	text-align:center;
}
#cos #dre #organitza li {
	display: block;
	padding: 8px 5px 0 32px;
}
/*PEU*/
#peu {
	height: 68px;
	background:  url('imatges/bg-foot.gif') no-repeat;
}
#peu p {
	padding: 27px 15px 0;
}
#peu * {
	color: #8a817e;
}
#peu a:hover {
	color: #fff;
}
