	
	@import url(http://fonts.googleapis.com/css?family=Roboto);
	
	#player {
	width: 320px; 									
	height: 210px; 									
	padding: 10px;											
	background-color: #FF8C00;						
	background-repeat: no-repeat; 
	background-position: 0px center;			
	position: relative;
	border-radius: 10px;
	border: 3px solid #ccc;
	margin: 0;
	box-shadow:0px 0px 40px rgba(0,0,0,.8) inset;
	
	}
	


	#play{
	height: 64px;  								/* alto botón play */
	width: 64px;									/* ancho botón play */
	background-image:url(../img/play.png);		
    background-repeat: no-repeat;		/* imagen botón play */	
	}
	
	/*#play:hover{*/
	/*height: 64px;									 alto botón play activado (cuando el puntero del mouse está encima) */
	/*width: 64px;									ancho botón play activado */
	/*background-image:url(../img/playh.png);		}	imagen botón play activado */
	
	
	#pause{
	height: 64px;  								/* alto botón pausa */
	width: 64px;									/* ancho botón pausa */
	background-image:url(../img/pausa.png);
	
        background-repeat: no-repeat;		/* imagen botón pausa */	
	}
	
	/* #pause:hover{ */
	/*height: 90px;									alto botón pausa activado (cuando el puntero del mouse está encima) */
	/*width: 90px;									 ancho botón pausa activado */
	/*background-image:url(../img/pausah.png);	}	imagen botón pausa activado */
	

	
	#play, #pause {									/* posición botones play y pause */
	position: absolute;								/* respecto del extremo izq.sup. del reproductor */
	left:20px;											
	top: 130px; 			
	}
     	

	.letra{ 								/* alto botón pausa */
        position: absolute;								/* respecto del extremo izq.sup. del reproductor */
	text-align: center;											
        left:8px;	
        top: 70px;  
        font-family:arial;
        color:#A3A3A3;
        font-size:13px;
        font-weight: normal;
       font-style: italic;			
	}
	
    
	#animation{
	position: absolute;
	left: 129px;
	top: 70px;
	}
	#titulo{
	position: absolute;
	left: 145px;
	top: 12px;
	}
	#titulo h3{	
	color: #ffffff;								
	padding:6px;
	margin:0px;
	font-family: 'Kaushan Script', cursive;
	font-size:22px;
	}
		
	
   #song {											
	position: absolute;	
	color: #ffffff;						
	left: -18px;
	top: 80px;
    margin:5px;
    width: 220px;
    height: 32px;
    font-family: 'Teko', sans-serif;
    text-transform: capitalize;
    font-size: 26px;
	background-color: #015412;							
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	}
	
