body {
	margin-bottom	: 0px;
	font-family				: arial,Verdana, sans-serif;
	font-size					: 12px;
	font-style				: normal;
	font-weight			: normal;
	color							: #525252;
	background			: #fff;
}

a:link, a:visited {
	color: #666;
	font-family: arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	background	: #fff;
}

a:hover {
	color: #000;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	text-decoration: none;
		background	: #fff;
}

a.noline:link, a.noline:visited {
	text-decoration: none;
}

a.noline:hover {
	text-decoration: none;
}

td, textarea, input, select, .formulari {
	font-family: arial,Verdana,sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
		background	: #fff;
}

li {
	font-size: 12px;
	margin: 0 0 6px 0;

}

p {
	font-size: 12px;
	text-align: justify;
	margin: 5px 0 0 0;
	line-height: 1.7em;
}

img {
	border: 0;
	}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18px;
	background	: #fff;
	color :#333;
}

h2 {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	background	: #fff;
	color :#339933;
}

h3 {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	background	: #fff;
	color :#339933;
}
/************************************************
	MAQUETACIO
************************************************/

#container {
	color: #666;
	width: 700px;
	margin: 0 auto;
	background: #fff url(../images/bg_main.jpg) left top repeat-y;
}

#header{
	width: 700px;
	height: 220px;
	background: url(../images/bg_header3.jpg) left top no-repeat;
	
}

#leftmenu {
	position: absolute;
	color: #fff;
	top: 230px;
	margin-left: 1px;
	width: 145px;
	height: 300px;
	background: #99cc99;
}

#main {
	width: 505px;
	margin: 0 0 0 185px;
	color: #666;
	height: 480px;
	padding: 0 0 20px 0;
}
html>body div#main {
min-height: 480px;
height: auto;
}

#footer {
	width: 700px;
	border-top: 3px solid #99cc99;
	color: #666;
	text-align: center;
	background: #fff;
	font-size: 11px;
}

#banner {
	float: left;
	position: relative;
	width	: 146px;
	height	: 107px;
	margin: 100px 0 0 0px;
	background: url(../images/efectivitat04.jpg) left top no-repeat;
	z-index: 100;
}

a.menu:link, a.menu:visited {
	display: block;
	margin: 8px 0 4px 10px;
	color: #fff;
	font-family: Arial, Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 4px solid #99cc99;
	border-left: 4px solid #99cc99;
background: #99cc99;

}

a.menu:hover {
	display: block;
	margin: 8px 0 4px 0px;
	padding: 0 0 0 10px;
	color: #fff;
	font-family: arial, verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 4px solid #2a7f2a;
	border-left: 4px solid #2a7f2a;
background: #99cc99;
}

