@charset "UTF-8";
/* CSS Document */

BODY{
	margin: 10px auto;
	text-align: justify;
	background: url(imatges/bg_caoba.jpg)
}
a{
	color:#000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
li{
	list-style: none;
}
#web{
	margin: auto;
	width: 800px;
	height: auto;
}
#capsalera{
	width: 800px;
	height: 200px;
	background: url(imatges/fons_alfa1.png);
}
#separador{
	height: 14px;
}
#fons_capsalera{
	margin: 0px 14px 14px 14px;
	height: 172px;
	width: 772px;
}
#eslogan{
	height: 125px;
	color: #fff;
	font:Verdana, Geneva, sans-serif;
	font-size: 30px;
	display: block;
	text-align: right;
}
#fons_menu_centre{
	float: left;
	height: 25px;
	width: 100%;
	background: url(imatges/bg_menu.png);
}
#menu{
	margin: 0px auto;
}
#menu li{
	list-style: none;
	float: left;	
}
#menu li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 115px;
	padding: 2px;
	height: 17px;
	text-align: center;
}
#menu li a:hover{
	background: #000;
	color: #FFF;
}
#continguts{
	height: 300px;
}
#continguts_superior{
	width: 800px;
	height: 30px;
	background: url(imatges/cont_superior.png);
}
#continguts_web{
	width: 800px;
	height: auto;
	background:url(imatges/cont_center.png);
	margin-top: -20px;
}
#cont{
	margin-left: 30px;
	width: 735px;
	float: none;
	height: auto;
}
#continguts_inferior{
	width: 800px;
	height: 30px;
	background: url(imatges/cont_inf.png);
	float: none;
}
#peu{
	color: #666;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-left: 30px;
	margin-top: -16px;
}
