

body  {
   background-image:url(/images/fondo_02.jpg);
   background-repeat:repeat-x, y;
   }


.cuadro   {
   background-color: #000000;
   width: 980px;   
   height: 100%;   
   }

.mym a{text-decoration:none;color: #000066;}.mym a:hover {color: #ffffff;}


a.player {	
	margin-top:70px;
	display:block;
	background:url() no-repeat;
	width:566px;
	height:320px;
	padding:0 6px 25px 46px;	
	text-align:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:0px;	       
        border:0;	
}


#player {
	float:left;		
}	

/* playlist style */
#playlist {
	width:278px;
	height:332px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #000;
	padding:4px 10px 12px 6px;
	background-color:#000000;
	margin-top:30px;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	width:250px;
	height:90px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#ff9966;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #006600;
	background-color:#33ff99;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(/vid/images/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}

