﻿/*


*/
body {
	
margin: 0;	padding: 0;
}
.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


div.audio-player {
	position: relative;
	width: 250px;
	height: 40px;
	
	
	
}


div.fondo-normal {
	position: relative;
	width: 250px;
	height: 40px;
	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: linear-gradient(top, #4c4e5a 0%, #000 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
div.fondo-blanco {
	position: relative;
	width: 250px;
	height: 40px;
	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #cccccc 0%, #fff 100%);
	background: -moz-linear-gradient(top, #cccccc 0%, #fff 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #fff 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #fff 100%);
	background: linear-gradient(top, #cccccc 0%, #fff 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
div.fondo-negro {
	position: relative;
	width: 250px;
	height: 40px;
	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%, #000 100%);
	background: linear-gradient(top, #4c4e5a 0%, #000 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

div.fondo-azul {
	position: relative;
	width: 250px;
	height: 45px;
	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #0780f3 0%, #033389 100%);
	background: -moz-linear-gradient(top, #0780f3 0%, #033389 100%);
	background: -o-linear-gradient(top, #0780f3 0%, #033389 100%);
	background: -ms-linear-gradient(top, #0780f3 0%, #033389 100%);
	background: linear-gradient(top, #0780f3 0%, #033389 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
div.fondo-rojo {
	position: relative;
	width: 250px;
	height: 45px;
	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #f70404 0%, #820404 100%);
	background: -moz-linear-gradient(top, #f70404 0%, #820404 100%);
	background: -o-linear-gradient(top, #f70404 0%, #820404 100%);
	background: -ms-linear-gradient(top, #f70404 0%, #820404 100%);
	background: linear-gradient(top, #f70404 0%, #820404 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
div.fondo-verde {
	position: relative;
	width: 250px;
	height: 45px;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #38cf04 0%, #227c04 100%);
	background: -moz-linear-gradient(top, #38cf04 0%, #227c04 100%);
	background: -o-linear-gradient(top, #38cf04 0%, #227c04 100%);
	background: -ms-linear-gradient(top, #38cf04 0%, #227c04 100%);
	background: linear-gradient(top, #38cf04 0%, #227c04 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}



div.fondo-metalico {
	position: relative;
	width: 250px;
	height: 40px;

	background: #55677b;
	background: -webkit-linear-gradient(top, #4c4e5a 0%, #55677b 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%, #55677b 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%, #55677b 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%, #55677b 100%);
	background: linear-gradient(top, #4c4e5a 0%, #55677b 100%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}



/* Title */
.audio-player h1 {
	position: absolute;
	top: 3px;
	left: 45px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ececec;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
.tituloblanco {
	position: absolute;
	top: 3px;
	left: 45px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ececec;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
.titulonegro {
	position: absolute;
	top: 3px;
	left: 45px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4c4e5a;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
.tituloazul {
	position: absolute;
	top: 3px;
	left: 45px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0780f3;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}



/* Cover */
.cover {
	position: absolute;
	top: 0;
	left: 0;
}



.led {
	position: absolute;
	top: 5px;
	left: 185px;
    height:12px;
    width:60px;
}
/*.ledAnalogico {
	position: absolute;
	top: 5px;
	left: 185px;
    height:12px;
    width:58px;
}


*/


.ledverde{
	position: absolute;
	top: 4px;
	left: 157px;
    height:8px;
    width:8px;
}

.ledazul{
	position: absolute;
	top: 9px;
	left: 157px;
    height:8px;
    width:8px;
}
.ledhd{
	position: absolute;
	top: 5px;
	left: 165px;
    height:12px;
    width:18px;
}

/* Buttons */
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
}



/* Play & Pause */
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 41px;
	height: 41px;
	top: -3px;
	left: 0px;
	background: transparent url(../img/p1.png) 0 0;
}

.mejs-controls .mejs-pause button { background-position:0 -41px; }

/* Mute & Unmute */
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
	width: 41px;
	height: 41px;
	top: 25px;
	left: 30px;
	background: transparent url(../img/m1.png) 0 0;
}

.mejs-controls .mejs-unmute button { background-position: 0 -41px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	top: 20px;
	left: 45px;
	cursor: pointer;
}


.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 200px;
	height: 8px;
	background: #666;

	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);
	box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 14px;
	top: 1px;
	left: 1px;
	background: url(../img/volume-bar.png) repeat-x;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Progress Slider */
.mejs-controls div.mejs-time-rail { width: 0px; }

.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	left: 0;
	top: 45px;
	cursor: pointer;
	
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total { background: #999999; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
	background: #cccccc;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #64b44c;
}

/* Volume Slider & Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;
	display: block;
	width: 12px;
	height: 14px;
	top: -4px;
	background: url(../img/handle.png) no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { top: -2px; }

/* Time Float Box */
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(../img/time-box.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 33px;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}