﻿/* ----PÀGINA---- */
html, body, * html .cos {
	height:100%;
}
body {
	background: #000000 url(../imatges/fons.jpg) repeat center 0px;
	font-family: "Trebuchet MS";
	color: #FFF;
}
#cos {
	width: 900px;
	margin: 0px auto;
    min-height: 100%;
    _height: 100%;
}

/* ----ESQUERRA---- */
#esquerra {
	width: 450px;
	float: left;
}

/* ----MENU---- */
#damunt {
	height: 323px;
	background: url(../imatges/damunt.jpg) no-repeat;
    }
#menu {
	position: relative;
	list-style-type: none;
	width:460px;
	top:20px;
	}
#menu li {
	display: block;
	float: left;
	margin-right: 12px;
}
li.seleccionat {
	border-bottom: 1px #AAA solid;
}
#menu a {
	color: #AAA;
	line-height: 1.6em;
	font-size: 0.95em;
	text-decoration: none;
	font-style: italic;
}
#menu a:hover {
	color: #FFF;
}
li.seleccionat a {
	color: #FFF !important;
}

/* ----CUADRE---- */
.logo {
	width:125px;;
	height:188px;
	float:right;
	margin-left:15px;
}
.logo_centre {
	margin:0 auto;
	display:block;
}
.nav {
	line-height:1.4em;
	margin-bottom:35px;
}
.nav a {
	color:#CCC;
	font-style:italic;
}
.nav a:hover {
	color:#FFF;
}
#cuadre {
	background: #404040 url(../imatges/gris.jpg) repeat-y;
	width: 400px;
	margin-bottom: 100px;
	padding: 10px 25px 40px 25px;
}
#cuadre ul.llista li{
	font-size: 0.8em;
	list-style:inside disc;
}
#cuadre ul.llista {
	margin-bottom: 10px;
}

dl dt {
	font-size:.8em;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	margin-top:10px;
}
dl dd {
	font-size:.8em;
	margin-left:10px;
}
#cuadre img.gran {
display:block;
	border:5px solid #999;
	margin: 15px auto;
}
/* ----CRÈDITS---- */
#credits {
	clear: both;
	font-size: 0.7em;
	color: #717171;
	font-family: Arial;
	position:relative;
	height:15px;
	width: 900px;
	top: -10px;
	margin-top: -15px; 
}
#credits a {
	color: #717171;
}
#credits a:hover {
	color:#FFF;
}

/* ----ESTILS DE TEXT---- */
a {
	outline:none;
}
h2 {
	font-size: 1.25em;
	font-weight:bold;
	margin-bottom: 15px;
}
p {
	font-size: .8em;
	line-height:1.3em;
	margin-bottom:10px;
}
.invisible {
	display:none;
}
cite {
	font-style:italic;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.clear {
	clear:both;
}