@charset "utf-8";
.spotifm-list-widget {
	width: 500px;
	height: 150px;
	background-color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8A8888;
	padding: 10px;
	clear: none;
	float: none;
	background: url('images/widget-list-fondo.png') no-repeat left top;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.spotifm-list-widget IMG{
	border: 0px;
	}
.spotifm-list-widget a {
	color:#FFFFFF;
	text-decoration: none;
}
.spotifm-list-widget a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.spotifm-list-widget a:hover{
	color:#67A200;
	text-decoration: none;
}
.spotifm-list-widget h1 a {
	color:#FFFFFF;
	text-decoration: none;
}
.spotifm-list-widget h1 a:hover{
	color:#67A200;
	text-decoration: none;
}
.spotifm-list-widget h1{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.spotifm-list-widget .spotifm-logo {
	float: left;
	height: 100px;
	width: 80px;
	clear: none;
	padding-right: 10px;
}

.spotifm-list-widget .spotifm-list {
	float: left;
	height: 150px;
	width: 390px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.spotifm-list IMG{
	border: 0px;
	}

 .spotifm-stars
{
	background: url('images/estrellas-fondo-big.png') no-repeat left top;
	width: 80px; 
	height: 16px;
	position: relative;
	
	
	
}
 .spotifm-stars-big
{
	
	height: 16px;
	background: url('images/estrellas-big.png') no-repeat left top;
}