body{
	margin: 20px;
	font-family: verdana, Arial, sans-serif;
}
.disco{
	width: 200px;
	height:auto;
}
.discoPortada{
	width: 200px; 
	height: 200px;
	/*background-color: #454455;*/
}

.discoPortada img{
	width: 100%;
	height: 100%;
}

.discoElementos{
	margin-top: 10px;
}

.discoElementos span{
	display:block;
	border-bottom: solid 1px #ccc;
	/*margin-bottom: 5px;*/
	padding: 5px;
}
.discoElementos span:first-child{
	font-size: 18px;
	font-weight: 500;
}
.discoElementos span:last-child{
	/* padding-left: 15px; */
	border-bottom: none;
	font-size: 14px;
}

.emisoras{
	margin-top: 20px;
	width: 200px;
}

.emisoras span{
	display:block;
	padding: 5px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
}

.emisoras span.active, .emisoras span.cssDef{
	background-color: #ddd;
}

.emisoras span:hover{
   cursor: pointer;
}

.jp-jplayer{
	display: none !important;
	width:0 !important;
	height: 0 !important;
}