html {
   height: 100%;
   width: 100%;
   background: #0B4C5F;
}
body {
   width: 99%;
   height: 100%;
   background: #0B4C5F;
   overflow: hidden;
}

	img{
      max-width: 100%;
      height: auto;
    }

    .container{
      width: 100%;
      height: 100%;
      background: #0B4C5F;
      overflow: auto;
      border: 0px solid #444444;
    }

    .box_ger{
      display: table;
      margin: 0 auto;
      margin-top: 15px;
      width: 97%;
      height: 200px;
      border: 0px solid #444444;
      background-color: #0B4C5F;
      }

    .generos{
      text-align: center;
    }

/*------------------*/



      a:link {
  text-decoration: none; 
  color: blue;
}

a:visited {
  text-decoration: none; 
  color: blue;
}

a:hover { 
  text-decoration: none; 
  color: #808080
}

texto{ 
  color: blue;
}

.cantor{
  margin: 3px;
  float: left;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E6E421;
  background: #C0C0C0;
}



 .musics{
  font-size: 20px;
  border-radius: 3px;
  text-align: center;
  border: 0px solid #C0C0C0;
 }

 