@charset "utf-8";
/* player style */
/* container has a background image */
a.player {
	margin-top:10px;
	display:block;
	background-image:url(../iconos/splash.jpg);
	width:425px;
	height:298px;
	padding:0 20px 20px 20px;
	text-align:center;
	/*color:#fff;*/
	text-decoration:none;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
 
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
 
 
#player {
	float:right;
}	
 
/* playlist style */
#playlist {
	width:263px;
	height:340px;
	overflow-y:auto;
	overflow-x:hidden;
	border:0px solid #ccc;
	padding:0px 10px 0px 10px;
	/*background-color:#efefef;*/
	margin-top:5px;
	float:left;
}
 
/* playlist entry */
#playlist a {
	display:block;
	width:234px;
	height:95px;
	padding:8px;
	font:11px "tahoma", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
	background-image: url(../iconos/two.jpg);
	background-repeat: no-repeat;
}
 
/* different states of a playlist entry */
#playlist a:hover {
    background:url(../iconos/two.jpg) no-repeat;
	/*background-color:#ffc*/
}
 
#playlist a.progress {
    background:url(../iconos/two.jpg) no-repeat;
	/*background-color:#efefef;	*/
}
 
#playlist a.playing {
background:url(../iconos/twob.jpg) no-repeat;
	/*border:1px solid #666;
	background-color:#ffc;	*/
}
 
#playlist a.paused {
  background:url(../iconos/twoc.jpg) no-repeat;
	/*border:1px solid #666;
	background-color:#ffc;	*/
}
 
/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:15px;
}
 
#playlist a strong {
	color:#77caf5;		
	padding-bottom:2px;

}
 
#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	padding-left:3px;
	color:#ccc;
	font-style:normal;
	margin-top:20px;
}
 



