/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px; /*** text menú dreta***/
	font-family: Arial, Helvetica, "sans-serif";
	background: #fff;
	color: #666666;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(file:);
	background-repeat: repeat;
}

body.section-1 {  }
body.section-2 {  }
body.section-3 {  }

a:link {
	text-decoration: none;
	color: #666666;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FFFFFF; /***color text amb el punter a sobre***/
	background-color: #333333;
}

a img {
	border: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#menu {
	width: 170px; /***menu esquerra***/
	overflow: visible;
	top: 0px;
	bottom: auto;
	left: 20px;
	padding-top: 25px;
	padding-bottom:10px;
	position: relative;
	height: auto;
	text-align:left;
	background-image: none;
}

#menu .container {
	padding: 10px; /***menu esquerra***/
}

#menu ul {
	list-style: none; /***interior menu esquerra***/
	margin: 0px 0 10px 0;
	list-style-type: none;
	color: #333333;
}

#menu ul li.section-title {
list-style:none;
	text-decoration:none;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	font-weight:bold;
	border-top-style:dashed; /***linea entre seccions***/
	border-color:#CCCCCC;
	border-top-width:1px;
	padding-top:8px;
}

#menu li.active a{
	color: #FFFFFF; /*** text clicat***/
	background-color:#333333;
	text-decoration:none
}

#content {
	width: 602px; /***menu dreta -posició-***/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	left: 280px;
	top: 50px;
	right: 20px;
	bottom: 20px;
}	

.container {
	padding-top:0px; /***fons text general***/
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#content p {
	width: 602px; /***text menú dreta***/
	margin-bottom: 10px;
	background-color:#FFFFFF;
	}
	
p {
	margin-top: 0; /***posició menu de la esquerra, sota imatge***/
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}

#img-container	{
	margin: 0;
	padding: 0;
}

#img-container p	{ width: 400px; margin: 0;}

#img-content p {background:none;}

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
	background-color: #333333;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F4F4F4;
	font-weight: bolder;
	}
	
	p.nav a:hover {
		color: #6d6e71;
		background-color: #ffffff;
	}
	
	p.nav span#num {
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 20px;
	font-weight: bolder;
	}
