@charset "utf-8";
#controles{ 
    /*background: url(media/img/rep/player.png) repeat;*/ 
    width:320px; 
    height:33px; 
    float: right; 
    margin-top: -33px; 
} 

canvas{ 
    float:left; 
} 

#play{ 
    background: url(../media/img/rep/play.png) no-repeat; 
    width: 11px; 
    height: 13px; 
    margin-left: 5px; 
    margin-top: 10px; 
} 

#pausa{ 
    background: url(../media/img/rep/play.png) no-repeat; 
    width: 11px; 
    height: 13px; 
    margin-left: 10px; 
    margin-top: 10px; 
} 

#progreso{ 
    background: url(../media/img/rep/bar.png) no-repeat; 
    width:182px; 
    height:8px; 
    margin-top: 13px; 
    margin-left: 10px; 
} 
         
.vol{
	float: none;
	width: 150px;
	text-shadow: 0px 0px #193277;
	color: #193277;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
     
} 

#vol-btn{ 
    background: url(../media/img/rep/vol.png) no-repeat; 
    width:15px; 
    float:right; 
    height:14px; 
    margin-top: -13px; 
    margin-right: 70px; 
    border: none; 
} 

input[type='range'] {   
    -webkit-appearance: none;   
    width: 50px; 
    height: 6px; 
    position: relative; 
    top: -18px; 
    left: 75px; 
    margin-left: 25px; 
    background-image: url(../media/img/rep/vol-bar.png); 
}   

input[type='range']::-webkit-slider-thumb {   
    -webkit-appearance: none; 
    width: 10px; 
    height: 10px; 
    background-image: url('media/img/rep/punto.png'); 
} 
