.preferitsList {
	border: 1px solid #AAAAAA;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	position: relative;
	right: 0;
	top: 14px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 5px;
}

.preferitElement {
	border-radius: 3px 3px 3px 3px;
	padding-left: 9px;
	width: 214px;
}

.preferitElement:hover {
	background-color: #eaeaea;
}

.preferitImage {
	background-image: url("img/tematics.png");
	background-position: center center;
	background-repeat: no-repeat;
	/* 	vertical-align: sub; */
}

.preferitNom {
	color: #4D4D4D;
	cursor: pointer;
	font-family: Verdana;
	font-size: 0.98em;
	font-weight: bold;
	line-height: 14px;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
}

.preferitCapa {
	color: #999999;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 23px;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 180px;
}

.eliminarPreferit {
	background-image: url("img/treure.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	width: 20px;
}

.preferitImageCoordenades {
	background-image: url("img/punt-preferit-blau.png");
	background-position: center center;
	background-repeat: no-repeat;
	/* 	vertical-align: sub; */
}