
input[type="button"]{
	width: 11.2%;
	height: 38px;
	background-color:;
	cursor: pointer;
	text-decoration:none;
	border:0;
	margin:0;
	
	
}


	input[type="button"]:hover{
		background:#BD0000;
	}
	
	input[type="button"].clsSeleccionado{
		background:#BD0000;
	}
	
	
#divContenedor{
	margin: 0 auto;
	max-width:1336px;
	width: 80%;
	margin-top: 20px;
}
	#divReproductor{
		border: solid 1px #ccc;
		box-shadow: 0 0 10px #ccc;
		border-radius: 5px;
		width: 100%;
		background:#FFF;
	}
		#divInfo{
			width: 97%;
			
			
			
		}
			
			#divInfoCancion{
				text-align: left;
				vertical-align: top;
				padding: 5px;
				margin:5px 0;
				width:100%;
				font-size:0.9em;
				border:1px  #EBEBEB solid;
				
			
			}
				#divInfoCancion label{
					display: block;
					
				}
					#divInfoCancion label strong{
						width: 100px;
						display: inline-block;
						
						
					}
		#divControles{
			display:block;
			
			
			
		}
			#btnReproducir{background: url(../img/discografia/reproducir.png) center no-repeat #F00; opacity:1;}
			#btnPausar{background: url(../img/discografia/pausar.png) center no-repeat #F00; }
			#btnSiguiente{background: url(../img/discografia/siguiente.png) center no-repeat #F00;}
			#btnAnterior{background: url(../img/discografia/anterior.png) center no-repeat #F00;}
			#btnSilencio{background: url(../img/discografia/silencio.png) center no-repeat #F00;}
			#btnSubirVolumen{background: url(../img/discografia/subir-volumen.png) center no-repeat #F00;}
			#btnBajarVolumen{background: url(../img/discografia/bajar-volumen.png) center no-repeat #F00;}
			#btnRepetir{background: url(../img/discografia/repetir.png) center no-repeat #F00;}
			
		#divProgreso{
			height: 15px;
			margin:10px 0;
			overflow: hidden;
			background: #DFDFDF;
		}
			#divBarra{
				width: 0;
				height: 100%;
				background: #F00;
				border-right: solid 2px  #B90000;
			}
		#divLista{
			
			overflow-x: auto;
			color: #777;
			font-size: 12px;
			
			
			
		}
			#divLista ol{
				list-style-type: none;
					
				
			}
			
			
			#divLista img{
				width:100%;
				}
				
				#divLista ol li{
					padding:5px 0 5px 50px;
					margin:2px;
					cursor: pointer;
					border:solid 1px  #E8E8E8;
					width:84%;
					float:left;
					background:url(../img/discografia/play2.png) left no-repeat;
					
					
				}
					#divLista ol li:hover{
						border:solid 1px  rgba(255,0,0,0.2);
						background:rgba(255,0,0,0.05) url(../img/discografia/play3.png) left no-repeat;
						
						
						
					}
					
					
					#divLista ol li.clsSeleccionado{
						border:solid 1px  rgba(255,0,0,0.2);
						background:rgba(255,0,0,0.05) url(../img/discografia/play3.png) left no-repeat;
						
						
					}
					#divLista ol li:last-child{
						border-bottom: none;
					}
					#divLista ol li strong{
						display: block;
					}
					#divLista ol li em{
						display: block;
						font-style: normal;
					}
		#divCreditos{
			padding: 10px;
			text-align: right;
			font-size: 10px;
			color: #666;
		}
			#divCreditos h1{
				font-size: 10px;
			}
			
			.listado li{
				display:block;
				
			}