
	body.cos {
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: F3E3BF; 
	}

	table.taulasuperior	{
		font-family: Verdana;
		font-size: 7pt;
		font-weight: bold;
		border-collapse: collapse;
		border-color: #000000;
		color: white;
		text-align: center;
	}
	table.taulafamilies	{
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;
		border-collapse: collapse;
		color: black;
		text-align: center;
		background-color: d1ba98;

	}
	table.taulaproductes	{
		font-family: Verdana;
		font-size: 7pt;
		border-collapse: collapse;
		border-color: #000000;
		color: #4B4B4B;
		background-color: f3e3bf;
	}
	table.tauladescripcio	{
		font-family: Verdana;
		font-size: 7pt;
		border-collapse: collapse;
		border-color: #000000;
		color: black;
		background-color: FDEFC0;
	}
	
	table.taulahistoria	{
		font-family: Verdana;
		font-size: 11px;
		border-collapse: collapse;
		border-color: #000000;
		color: black;
		background-color: FDEFC0;
	}
	
		table.taulahistoria_marro	{
		font-family: Verdana;
		font-size: 11px;
		border-collapse: collapse;
		border-color: #FFCC99;
		color: black;
		background-color: FDEFC0;
	}
	
	table.taulacarrito	{
		font-family: Verdana;
		font-size: 7pt;
		border-collapse: collapse;
		border-color: #000000;
		color: black;
	}

	td.superior {
		border-color: black;
	}
	td.superiorgran {
		border-color: black;
		font-size: 10pt;
	}
	td.menu {
		border-color: ffecc4;
	}
	td.descripcio {
		border-color: black;
	}
	td.historia {
		border-color: FDEFC0;
	}
	td.descripcio_gran {
		color: black;
		background-color: d1ba98;
		border-color: black;
		font-size: 8pt;
		font-weight: bold;
	}
	td.carrito {
		border-color: black;
		text-align: center;
	}
	td.carritogran {
		color: white;
		background-color: #797979;
		border-color: black;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
	}
	td.carritograntotal {
		color: #A80022;
		background-color: white;
		border-color: black;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
	}


	A.superior:link { text-decoration: none; color: white;}
	A.superior:visited { text-decoration: none; color: white;}
	A.superior:active { text-decoration: underline; color: white;}
	A.superior:hover { text-decoration: underline; color: ffecc4;}

	A.menu:link {  text-decoration: none; color: #804000;}
	A.menu:visited { text-decoration: none; color: #804000;}
	A.menu:active {text-decoration: underline; color: #804000;}
	A.menu:hover {text-decoration: underline; color: #804000;}

	A.producte:link {  text-decoration: none; color: #804000;}
	A.producte:visited { text-decoration: none; color: #804000;}
	A.producte:active {text-decoration: underline; color: #804000;}
	A.producte:hover {text-decoration: underline; color: #804000;}
	
	A:link {  text-decoration: none; color: #000000;}
	A:visited { text-decoration: none; color: #000000;}
	A:active {text-decoration: none; color: #000000;}
	A:hover {text-decoration: none; color: #AFA581;}


	input.quantitat {
		background-color:white;
		border-style:groove;
		font-family:Verdana, Helvetica;
		font-size:9px;
	}
	input.afegir {
		background-color:black;
		border-style:groove;
		font-family:Verdana, Helvetica;
		font-size:9px;
		color: white;
	}
	.textarea{
		background-color:white;
		border-style:groove;
		font-family:Verdana, Helvetica;
		font-size:9px;
	}
	
	.button{
	background-color:white;
	border-style:groove;
	font-size:9px;
	}

	body
	{
		scrollbar-3dlight-color: #FDEFC0;
		scrollbar-highlight-color: #FDEFC0;
		scrollbar-face-color: #E2D5A9;
		scrollbar-shadow-color: #FDEFC0;
		scrollbar-track-color: #FDEFC0;
		scrollbar-darkshadow-color: #FDEFC0;
		font-family: arial, Helvetica;
	}