@CHARSET "UTF-8";

/** declaracions generalistes */
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

html {
	min-width: 1010px;
}

#plana {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 100%;
	line-height: .875em;
	color: #191d1f;
}

.plana1 {
	background: url(imatges/capnouA.jpg) center top no-repeat #fff;
}

.plana2 {
	background: url(imatges/capnouB.jpg) center top no-repeat #fff;
}

.plana3 {
	background: url(imatges/capnouC.jpg) center top no-repeat #fff;
}

.plana4 {
	background: url(imatges/capnouD.jpg) center top no-repeat #fff;
}

.plana5 {
	background: url(imatges/capnouE.jpg) center top no-repeat #fff;
}

.plana6 {
	background: url(imatges/capnouF.jpg) center top no-repeat #fff;
}

.plana7 {
	background: url(imatges/capnouG.jpg) center top no-repeat #fff;
}

.plana8 {
	background: url(imatges/capnouH.jpg) center top no-repeat #fff;
}

.plana9 {
	background: url(imatges/capnouI.jpg) center top no-repeat #fff;
}

input,select,textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

input,select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

object {
	vertical-align: top;
}

#cap,#mig,#peu {
	font-size: 0.75em;
	position: relative;
}

.container_cap {
	width: 990px;
	margin: 0 auto;
	margin-top: 185px;
}

.container_peu {
	width: 990px;
	margin: 0 auto;
}

/** Capçalera */
#cap {
	font-family: Tahoma, Geneva, sans-serif;
	clear: both;
	top: 0px;
}

#cap .nav {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
    margin-top: 0px;	
	margin-left: auto;
	width: 790px;
}

#cap .nav li {
	display: inline;
}

#cap .nav li a {
	color: ivory;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #9a705b;
	padding: 0 27px 0 30px;
	text-shadow: #5E172D 2px 2px 2px;
}

#cap .nav li a:hover {
	color: #5E172D;
	text-shadow: ivory 2px 2px 2px;
}

#cap .nav li a.current {
	color: brown;
	font-weight: bold;
	text-shadow: ivory 2px 2px 2px;
}

#cap .nav li a.first {
	border: none;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/*footer*/
#peu {
	width: 1010px;
	margin: auto;
	color: #ffe7be;
	height: 95px;
	background-color: #FF8F70;
	font-size: 0.8em;
	background-image: url(imatges/margeblanc20.png);
	background-repeat: repeat-y;
	display: block;
	position: relative;
	clear: both;
}

#peu .indent {
	padding: 40px 0 0 73px;
	float: left;
	width: 500px;
}

#figures {
	float: right;
	width: 300px;
	overflow: hidden;
}

#figures .distri {
	float: right;
	padding: 40px 33px 0 0;
}

#figures .distri li {
	float: left;
}

#figures .distri li a {
	background: url(images/divider.gif) no-repeat left 8px;
	padding: 0 15px 10px 12px;
}

#figures .distri li a.first {
	background: none;
}

#principal {
	width: 1010px;
	margin: auto;
	color: black;
	display: block;
	margin-top: 34px;
}

#menu {
	width: 211px;
	float: left;
	background: url(/imatges/dansaires.jpg) no-repeat left top;
	background-color: white;
	padding-left: 24px;
	min-height: 411px;
}

#alertes {
	width: 211px;
	float: left;
	background-color: white;
	margin-top: 2em;
	padding-left: 24px;
	line-height: 1em;
}

#alertes p {
	border-top: 0.66em solid #FF8F70;
	border-bottom: 0.66em solid #FF8F70;
	padding: 0.33em;
	line-height: 1.2em;
	text-align: center;
}

#contingut {
	width: 740px;
	float: right;
	line-height: 1.4em;
	color: #191D1F;
	text-align: justify;
	padding-right: 20px;
	min-height: 480px;
}

#contingut a {
	color: #5E172D;
	text-decoration: none;
}

#contingut a:hover {
	color: #A33F1F;
}

#contingut p {
	margin-bottom: 1em;
}

#contingut img {
	margin-bottom: 1em;
}

#contingut h1 {
	margin-top: 0.2em;
	line-height: 1.5em;
}

#contingut h2 {
	margin-top: 0.2em;
	line-height: 1.5em;
}

#contingut h3 {
	margin-top: 8px;
	line-height: 1.2em;
}

#breu {
	margin-bottom: 1em;
}

#text {
	margin-bottom: 1em;
}

#menu .nav li { /** background-color: #FF8F70; */
	background-color: white;
	filter: alpha(opacity = 66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	line-height: 1.25em;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 4px;
}

#menu .nav li a {
	clear: both;
	color: #5E172D;
	font-weight: bold;
	text-decoration: none;
	padding: 0 27px 0 30px;
	display: block;
}

.amunt {
	display: block; text-align : right;
	font-size: 0.8em;
	text-align: right;
}

.article ul {
	list-style-image: inherit;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 2em;
}
