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

*{margin:0;padding:0;}
* ul{list-style:none;}
#web{
	width:960px;
	margin:0 auto;
}
#cap{
	height:100px;
	background-color:#FFFFFF;
	border: 0px;
}
#menu{
	height:40px;
	background-color:#00FF66;
}
#menu ul li{
	width:100px;
	text-align:center;
	float:left;
	margin: 0 10px;
}
#menu ul li a{
	text-decoration:none;
	display:block;
	background-color:#0066CC;
	color:#FFF;
	padding:5px;
}
#menu ul li a:hover{
	text-decoration:none;
	background-color:#33FFFF;
	color:#666666;
}
#barra-idiomes{
	height:40px;
	background-color:#99FF00;
}
#cercador{width:260px;color:#390;float:right;}
#idiomes{width:100px;color:#393;float:right;}
#slogan{margin-right:350px;color:#396;}
#cos{}
#categories{
	width:240px;
	float:left;
	background-color:#0099CC;
}
#eines{
	width:240px;
	float:right;
	background-color:#00CC33;
}
#contenidor{
	margin-left:240px;
	margin-right:240px;
	background-color:#339900;
}
#publi{
	height:120px;
	background-color:#CCFF33;
}
#continguts{
	padding:10px;
}
#peu{
	height:60px;
	clear:both;
	background-color:#0033FF;
}

/*****families.php******/
.cuadre_producte{
	width:200px;
	margin:10px;
	float:left;
	background-color:#99FFCC;
	border:#000 1px solid;
}
.clear{clear:both;}
/*families.php*/