﻿html,body{
    width: 98%;
    height:60%;
  }

  img{
      max-width: 100%;
      height: auto;
    }

a:link {
	text-decoration: none; 
	color: #C0C0C0;
}

a:visited {
	text-decoration: none; 
	color: #C0C0C0;
}

a:hover { 
	text-decoration: none;
	color: #F4A931;
}

texto{ 
	color: #583300;
}

.tds{
 	width: 98%;
 	height: auto;
 	overflow: auto;
 	text-align: center;
 	border: 0px solid #FFFFFF;
 }

 .sub{
 	width: 90%;
 	height: auto;
 	overflow: auto;
 	border: 0px solid #FFFF00;
 }

.music{
	margin: 10px;
	overflow: auto;
	border-radius: 10px;
	border: 0px solid #000000;
  font-size: 22px;
  float: left;
  background: #0B1BEE;
  padding: 5px;
 }

 

 

