/* CSS Document */
body {
			background:#FFFFFF;
			font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
			background-image:url(imagenesMenus/fons.gif);
			font-size:12px;
			color:#000000;
			margin:0px;
			}
		a {
			text-decoration:none;
			color:#000000;
			}
		a:hover {
			color:#84A023;
			}
/*------------------------capçalera---------------------------------------*/
		.menudreta {
			height:30px;
			text-align:right;
			position:relative;
			float:right;
			line-height:25px;
			}
/*----------------------------columnes-----------------------------------*/
		.colEsquerra {
			float:left;
			width:150px;
			display:block;
			position:absolute;
			top:100px;
			}
/*-------------------------------peu------------------------------------------*/
		.peu {
			background-image:url(imagenesMenus/peu01.jpg);
			width:800px;
			height:26px;
			text-align:center;
			font-size:10px;
			font-weight:bold;
			margin:0 auto;
			padding-top:4px;
			position:relative;
			}

