BODY {
    margin: 0; 
	padding: 0;
	background: white;
	padding-top: 10px;
/*	background-image:url('../img/fondo_inferior.gif');
	background-position:center bottom;
	background-repeat:no-repeat;*/
/*    background: #f2f2f2 url('../img/fondo_inferior.gif') bottom center no-repeat;*/	
}
#pagina {
}
#menu {
	margin-top: 1px;	
	height: 30px; 
	overflow: hidden;
}
#contenido  {
	background: #f2f2f2 url('../../images/fondo_inferior.gif') bottom no-repeat;
	width: 986px; 
	position: relative; 
	padding-bottom: 20px; 
	margin-top:-20px;
	padding-top:15px;
	overflow: hidden; 
}
#pie {
	width: 986px; 
	height: 20px;
}
#submenu {
	margin: 0; 
	padding: 0; 
	height: 25px; 
	width: 985px; 
	overflow: hidden;
	background: white url(../img/submenu.gif) 0px 18px repeat-x;
}
#submenu_serveis {
	clear: both; 
	margin:0px; 
	padding: 0px;
}
#submenu_serveis UL {
	margin: 0; 
	padding: 0; 
	height: 25px;
}
#submenu_serveis UL LI {
	margin: 0; 
	padding: 0;	
	float: left; 
	list-style: none; 
	height: 25px;
}
#submenu_serveis UL LI IMG {
	margin: 0px; 
	padding: 0px;
	cursor: pointer;
}
#submenu_serveis UL LI {
	background: url(../img/submenu_separator.gif) 100% 13px no-repeat;
	padding-right: 1px;
}
