
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #a8a8a8;
   font-family:Verdana, "sans-serif";
}

body {
	background-image: url(fondovida.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment:fixed;
	
	
}
#player {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%; left: 51%;
    margin-left: -177px;
    margin-top: -220px;
    border-radius: 50%;
    border: 0px solid #000000;
}
#player .cover {
    width: 350px;
    position: absolute;
    top: 0;
    left:0;
    border-radius: 50%;
}
#player .container {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
#player .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 115px;
    background-color: #;
}
#player .info .cont {
    text-align: center;
    padding-top: 25px;
}
#player .trackinfo {
    position: absolute;
    bottom: 210px;
    color: #DDDDDD;
}
#player .trackinfo p {
    text-shadow: 0px 0px 5px #ffffff;
}
#player .trackinfo #title {
  font-family:Verdana;
	font-weight: bold;
    font-size: 25px;
    padding-left: 45px;
    margin-bottom: 5px;
}
#player .trackinfo #artist {
	font-family:Verdana;
	font-style: oblique;
	font-size: 15px;
    padding-left: 25px;
}
#track {
    width: 1px;
    height: 1px;
    position: absolute;
    background-color: #FFFFFF50;
    bottom: 95px;
    left: 17px;
    z-index: 10;
    cursor: pointer;
}
#progress {
    float: left;
    height: 5px;
    width: 0%;
    background: #454545;
    cursor: pointer;
}
#handler {
    position: ;
    width: 15px;
    height: 15px;
    background-color: #c7413a;
    top: 50%;
    left: 0%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}
.nav {
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-color: #ffffff90;
    border: 2px solid #c7413a;
    border-radius: 50%;
    outline: none;
    margin: 0 7px;
    cursor: pointer;
}
.nav:hover {
    background-color: #F8F8F8;
}
.nav img {
    height: 20px;
    vertical-align: middle;
}
.pad {
    padding-left: 5px;
}
#prev {
    padding-right: 5px;
}
#next {
    padding-left: 4px;
}

