/* CSS Document */
html {
overflow: hidden;
}

body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #93975c;
	background-attachment: fixed;
	background-image: url(../img/fonshome.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

	
}

#contenador {
	height: 600px;
	width: 633px;
	left: 0px;
	top: 57px;
	position: absolute;
	z-index:1;
	margin-top: 50px;
	margin-left: 300px;
	padding: 0px;
	
}
#direccio {
	text-align: left;
	padding-top: 10px;
	padding-left: 135px;
	color: #595a4a;
}
#logo {
	position:absolute;
	display:block;
	background-image:url(../img/logo.gif);
	width:246px;
	height: 90px;
	top: 37px;
	left:31px;
	z-index:2;
}
#franja{
	position:absolute;
	width:666px;
	height:24px;
	z-index:3;
	left: 300px;
	top: 80px;
	background-image: url(../img/motiu.jpg);
	background-repeat: repeat-x;
}
#menu {
	position: absolute;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.negreta {
	font-weight: bold;
}
.verd {
	color: #687735;
}
#introduccio {
	position:absolute;
	width:325px;
	height:489px;
	z-index:4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D0D07;
	text-align: justify;
	padding-top: 20px;
	background-color:#BEBE92;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	padding-right: 10px;
	padding-left: 10px;
}
#lateral{
	position:absolute;
	width:281px;
	height:115px;
	z-index:5;
	left: 312px;
	top: -1px;
	padding-top: 20px;
	padding-left: 30px;
}
#noticies {
	text-align: left;
	padding-top: 10px;
	padding-left: 135px;
	color: #595a4a;
	height:100px;
	overflow : hidden; overflow-y : scroll; 
}
a:link {
	color: #454733;
}
a:visited {
	color: #454733;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #454733;
}
#links {
	text-align: left;
	padding-top: 10px;
	padding-left: 130px;
	color: #595a4a;
}
#links a:link  {
	color: #454733;
	font-weight: bold;
	text-decoration: none;
}
#links a:hover  {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
 

