﻿html,body{
    width: 100%;
    height:100%;
}

  img{
      max-width: 100%;
      height: auto;
    }

a:link {
	text-decoration: none; 
	color: #ff0000;
}

a:visited {
	text-decoration: none; 
	color: #ff0000;
}

a:hover { 
	text-decoration: none; 
	color: #808080
}

texto{ 
	color: #000;
}

.td{
  width: 98%;
  border: 0px solid #ff0;
  overflow: auto;
}
.music{
  margin: 2px;
  font-size: 16px;
  padding: 2px;
  color: #ff0000;
  font-family: 'Roboto', sans-serif;
  float: left;
 }

 .musics{
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
  text-align: center;
  border: 0px solid #CA2B2B;
  float: left;
 }


