	 @import url(http://fonts.googleapis.com/css?family=Capriola);
html, body{
  height:100%;
}
	 #bdd {
		
	}
	#todo {
		min-width: 900px;
		
		
	}
	#iz {
		display: none;
	}
	#todo1{
		height: 200px;
	}
	#de {
		position:fixed;
		bottom:0px;
		width:100%;
		height: 150px;
		
	}
	#menu1 {
		background: white;
		border-radius: 10px;
	}
	#puntButton:hover {
		background-color: #2E2E2E;
		-webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
	}
	#repro_page {
		background-color: black;
	}
	#gen_page {
		background:  url(../img/fondogenero8.jpg) center center;
		background-size: 100% 100vh;
	}
	#songs {
		margin-bottom:150px;
		overflow-y: scroll;
		height: 100vh;
	}
	#table_songs {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
		margin-top: 200px;
		border:0;
		margin-bottom: 100px;
		
	}
	.agno {
		display: none;
	}
	.progress {
		margin-top: 50px;
	    margin-left: 50px;
	    width: 70%;
	}
	#prueba {
		margin-top:300px;
		
		height: 100vh;
	}
	#table_songs td {
		height: 80px;
		border:0;
		border-bottom: 1px solid black;
		font-size: 40px;
	}
	#menu1 {
		margin-right: auto;
		margin-left: auto;
	}
	#menu1 td:hover {
		background:   #99ccff;
		-webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
	}
	#menu1 td {
		text-align: center;
		font-size: 20px;
		border-radius: 10px;
		
		border: 0;
		width: 175px;
		height: 50px;

	}
	#menu1 a {
		text-decoration: none;
		color: black;
	}
	#search {
		margin-top: 20px;
	}
	#playlist ul {
		margin: 10px;
	}
	#playlist li {
		height: 30px;
	}
	#settings {
		position: relative;
		bottom: -450px;
	}
	#picture {
		display: none;
	}
	#name {
		color:white;
		font-size:25px;
		margin:5px;
		position: relative;
		left: 53px;
	}
	#controladores {
	visibility: hidden;
		width: 300px;
		height: 60px;
		border: 1px solid white;
		box-shadow: 5px 5px 5px black;
		margin-top: 30px;
	}
	#prueba {
		
		height:100vh;
	}
	#gen {
		
		margin-left: 30px;
		height: 100vh;
		overflow-y: scroll;
		width: 100%;
		margin-bottom:100px;
		
	}
	#punt_song {
		width: 90%;
		position: fixed;
		
		height: 120px;
		
		box-shadow: 5px 5px 5px black;
		margin-top: 100px;
		margin-left: 16px;
		font-size: 20px;
		color: white;
		
	}
	.tit {
		background: rgba(255,255,255,0.9);
	}
	.cam {
		background: rgba(255,255,255,0.5);
	}
	.cam:hover {
		 background:   #3366cc;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          cursor: pointer;
	}
	.gen_img {
		width: 300px;
		height: 300px;
	}
	#genre {
		width: 300px;
		height: 300px;
		float: left;
		margin: 1px;
		margin-left: 100px;
		margin-top: 25px;
		background-size: 300px 300px;
		box-shadow: 5px 5px 5px black;
		border: 1px solid black;
	}
	#tipo {
		text-decoration: none;
		color: #000033;
		font-size: 18px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;

	}
	#lol {
		display: block;
		width: 40px;
		height:40px;
		position: fixed;
		top: 0px;
		right: 0px;
	}
	#genre:hover {
		opacity: 0.6;
		 -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          cursor: pointer;
	}
	#gen_nom {
		font-size: 25px;
		position: relative;
		top: 80px;
		margin-left: 40px;
		text-align: left;
	}
	

	#control {
		margin-top: 5px; 
	}
	#stop {
		width: 85px;
	 	height: 85px;
	 	position:fixed;
	 	top: 20px;
		left:-10px;
	 	margin: 0px;
	 	margin-right: 13px;
		visibility: visible;
	}
	 #stop1 {
	 	width: 65px;
	 	height: 65px;
	 	background: url(../img/pause-button.svg) center center;
	 	background-size: 65px 65px; 
	 	float: right;
		cursor: pointer;
	 }

#stop2 {
	 	width: 65px;
	 	height: 65px;
	 	background: url(../img/play-button.svg) center center;
	 	background-size: 65px 65px; 
	 	float: right;
		cursor: pointer;
	 }
	 #play {
		width: 55px;
	 	height: 55px;
	 	float: right;
	 	margin: 0px;
	}
	 #play1 {
	 	width: 50px;
	 	height: 50px;
	 	background: url(../img/next.svg) center center;
	 	background-size: 50px 50px; 
	 	float: right;
		cursor: pointer;
	 }
	 #back {
		width: 55px;
	 	height: 55px;
	 	float: left;
	 	margin: 0px;
	}
	 #back1 {
	 	width: 50px;
	 	height: 50px;
	 	background: url(../img/back.svg) center center;
	 	background-size: 50px 50px; 
	 	float: right;
		cursor: pointer;
	 }
	  #ale {
		width: 55px;
	 	height: 55px;
	 	float: left;
	 	margin: 0px;
	}
	 #ale1 {
	 	width: 50px;
	 	height: 50px;
	 	background: url(../img/random.svg) center center;
	 	background-size: 50px 50px; 
	 	float: right;
		cursor: pointer;
	 }
	#repeat {
		width: 55px;
	 	height: 55px;
	 	float: right;
	}
	#repeat1 {
		width: 50px;
	 	height: 50px;
	 	background: url(../img/loop.svg) center center;
	 	background-size: 50px 50px; 
	 	float: right;
		cursor: pointer;
	}
	#tabla_normal {

		width: 900px;
		margin-left: auto;
		margin-right: auto;
		position: relative;

		top: -125px;

	 	
	 	background: #5BC1E1;
	 	border: 5px solid #227C97;

	}
