/* WEBRADIO */
.webradio{
	width:100%;
	height:60px;
	top:0;
	box-shadow:0 1px 4px rgba(59, 64, 151, 0.4) inset; border-top:0px solid #20537B;
	background:#2B70A5;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B70A5', endColorstr='#20537B');
	background:-webkit-gradient(linear, left top, left bottom, from(#2B70A5), to(#20537B)); 
	background:-moz-linear-gradient(top, #2B70A5, #20537B);
}
#wr {
    left:0px;
    margin:0;
	float:left;
	display:block;
	position:relative;
    padding:0;
    top:0;
    width:100%;
	z-index:999;
}
.content_web{
	width:1020px;
	height:auto;
	margin:0em auto;
}
.content_web_pop{
	width:470px;
	height:auto;
	margin:0em auto;
}
.play a{
	float:left;
	display:inline-block; padding:10px 20px; color:#fff; cursor:pointer; 
	margin:10px 0 0 5px;
	box-shadow:0 1px 8px rgba(30, 30, 30, 0.4) inset; border-top:0px solid #B8393C;
	background:#201E1E;
	-moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px;	text-shadow:1px 1px rgba(0,0,0,0.4);
	font-size:1.4em;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	
}
.play a:hover{
	text-decoration:none;
	background:#333;
}
.play a:active{box-shadow: inset 0 1px 6px #fff, 0 1px 3px #666 !important; }

.iconesWR{
	float:left;
	display:block;
	height:60px;
	width:auto;
}
.iconesWR a{
	display:block;
	float:left;
	padding:5px;
	margin:10px 5px 5px 5px;
}
.txtBar{
	display:block;
	float:left;
	padding:5px;
	margin:10px 5px 5px 5px;
	color:#fff;
	font-size:1.5em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
}
.Api{ 
	float:left;
	display:block;
	height:auto;
	width:140px;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	}
.Api li{
	cursor:default;
	display:block;
	float:left;
	padding:3px;
	margin:3px 0;
	background-color:#201E1E;
	color:#fff;
	font-size:11px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	-moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px;
}

.Api2{ 
	float:left;
	display:block;
	height:auto;
	width:470px;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	}
.Api2 li{
	cursor:default;
	display:block;
	float:left;
	width:450px;
	padding:5px;
	margin:5px;
	background-color:#eee;
	color:#333;
	font-size:12px;
	text-align:left;
	text-shadow:1px 1px 1px rgba(255,255,255,0.75);
	-moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px;
}

.Player{
	width:100%;
	display:block;
	float:left;
	padding:5px;
	margin:5px;
	color:#fff;
	font-size:1.5em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
}
.InfoExtra{
	width:100%;
	display:block;
	float:left;
	padding:5px;
	background:#f4f4f4;
	margin:2px;
	color:#333;
	font-size:1.5em;
	text-shadow:1px 1px 1px rgba(255,255,255,0.75);
}