



#menu-citap {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
	height: auto !important;
	
}

a {
	color: #636363;
	text-decoration: none;
	font-size: 1.5em;
	outline: none;
}

a:hover {
	color: #b99400;
	text-decoration: underline;
}

.enllas a {
  color: #999999;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}

.enllas a:hover {
  color: #0000FF;
  text-decoration: underline;
}

em {
	font-style: normal;
}

ul {
		padding: 20px;
		margin-left: 200px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 30px;
		list-style: none;
	}
	ul li {
		float: left;
	}
	ul li a {
		width: 121px;
		height: 100px;
		display: block;
	}
	ul li a em {
		position: relative;
	}
	
	ul li#comunitat a {
		background: url(../images/com.gif) bottom center no-repeat;
	}
	ul li#comunitat a:hover {
		background-position: top center;
	}
	ul li#comunitat a em {
		top: 150px;
	}
	
	ul li#casal a {
		background: url(../images/cas.gif) bottom center no-repeat;
	}
	ul li#casal a:hover {
		background-position: top center;
	}
	ul li#casal a em {
		top: 180px;
		left: -100px;
	}
	
	ul li#amida a {
		background: url(../images/pro.gif) bottom center no-repeat;
	}
	ul li#amida a:hover {
		background-position: top center;
	}
	ul li#amida a em {
		top: 210px;
		left: -200px;
	}
	
	ul li#messenger a {
		background: url(../images/mess.gif) bottom center no-repeat;
	}
	ul li#messenger a:hover {
		background-position: top center;
	}
	ul li#messenger a em {
		top: 240px;
		left: -300px;
	}
	
	ul li#tauleta a {
		background: url(../images/tau.gif) bottom center no-repeat;
	}
	ul li#tauleta a:hover {
		background-position: top center;
	}
	ul li#tauleta a em {
		top: 270px;
		left: -400px;
	}
	
	
#movers-row {
	margin: -120px 0 0 120px;
}
#movers-row div {
	width: 33.3%;
	float: left;
}
#movers-row div img {
	float: right;
}
	

