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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: url(../imatges/fondos/bg.jpg) left top repeat-x #000000;
	}
*{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 2px;
	width: 300px;
}

li {
	margin: 0px;
	padding: 2px;
}

a {
	text-indent: -9999999px;
	font-size:0px;
	display: block;
	width: 145px;
	height: 60px;
	color: #589D14;
	text-decoration: none;
	border: solid 1px #000000;
}

a.itunes {
	background: url(../imatges/digital/ITM.jpg) left top no-repeat;
}
a.amazon {
	background: url(../imatges/digital/AMZ.jpg) left top no-repeat;
}a.deezer {
	background: url(../imatges/digital/deezer.jpg) left top no-repeat;
}a.spotify {
	background: url(../imatges/digital/spotify.jpg) left top no-repeat;
}
a:hover{
	border: solid 1px #CCCCCC;}