@charset "UTF-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0
}
body{
	font: 86% arial,sans-serif;
	background: #95B569;
	text-align:center
}

p{
	margin: 20px 20px 10px}
a{
	color: #1C5A0F;
	padding:10px
}
/*------Top ------------------------------*/
div#header h1{
	width:"750" height:"404";
	line-height:80px;
	margin:0;
    padding-left:0px;
	background: #f7fdf1;
}

/*------Barra de Navegació ------------------------------*/
div#navigation{
	background:url(images/meni.gif);
	width:750px;
	height: 50px;
	text-decoration: none;
	list-style-type:none;
}
#navigation  li{
	
	float: left;
	width: 120px;
	position: relative; 
	list-style-type:none;
    font-size:14px;
	font-weight:bold;
	text-align: center;
	font-weight: bold;
	top: 10px;  
	padding: 5px 5px 5px 5px;
	
}
	
#navigation li a {
	color:#3C323B;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	top: 10px;  
	padding: 5px 5px 5px 5px;
}
#navigation li a:hover {
	color: #1C5A0F;
	text-decoration:underline;
}

#navigation li a.current {
	color: #1C5A0F;
	font-size:15px;
	text-decoration:underline;
}

/*------Contenidor ------------------------------*/

div#container{
	text-align:left;
	background: #f9fcf1;
	background-image: url(images/terra.jpg);
	background-repeat: no-repeat;
	background-position:right; 
}
div#container{
	width:750px;
	margin:0 auto;
	text-align: left;
}
div#content p{
	line-height:1.7;
	margin: 20px 20px 10px;
	font-weight: normal;
}
/*------------------------------------*/
div#extra{
	background:#FF8539}
div#footer{
	background: #fff;
	color: #95B569;
	height: 75px}
div#footer p{
	margin:0;
}



div#extra{
	float:right;
	width:350px
}
div#footer{
	clear:both;
	width:100%;
	text-align: center;
}

