/**
* 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;
}

#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;
	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; }