.AudioControlsPosition {
	position:relative;
}
.playa input[type="range"] {
	background-color: #ddd;
	border: 1px solid #bbb;
	border-radius: 0.5em;
	opacity: 0.5;
	height: 1em;
	top: 2px;
	position: relative;
	display:block;
	width:100%;
}
.playa .thumbnail {
	width:100%;
}
/* sliders and buttons need a uniform height */
.playa .btn-group .btn {
	display:inline-block;
	float:none;
	height: 2.2em;
}

/*  contains the attribution link */
.playa .row:nth-child(4) {
 overflow: hidden;
}
/* Acknowledgements:
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */

/* .spin is used to rotate glyphicon glyphicon-refresh */
.spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
 @-moz-keyframes spin {
 from {
 -moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
 @-webkit-keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
/* AJUSTES PLAYER RADIOSUR */



.playa .btn-group .btn {
	display: inline-block;
	float:left;
}
.playa .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.playa .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
 -webkit-transition-duration: .35s;
 -o-transition-duration: .35s;
 transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.playa .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding:0;
}
.playa .glyphicon {
	position: relative;
	top: 1px;
	left:-5px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 .playa .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
 .playa .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.wellPlaya {
	min-height: 20px;
	padding:5px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 0px;
	position:absolute;
	top:-41px;
	float:left;
}
.Destacado1 .wellPlaya {
	min-height: 20px;
	padding:5px 0 5px 0;
	margin-bottom: 20px;
	background: none;
	border-radius: 0px;
	position: static;
}
.InternaCaja1 .wellPlaya {
	min-height: 20px;
	padding:5px;
	margin: 0 15px 5px 0;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 0px;
	position: static;
}
.playa .btn-default {
	color: #cccccc;
	background-color: #333333;
	border-color: #666666;
}
.playa .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #cccccc;
	background-color: #666666;
	border-color: #666666;
}
