.radius
{
  float: left;
  width: 300px;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-right: 15px;
}
.radius2
{
  float: center;
  width: 300px;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 45px;
  border-image: 20px 20px 20px 20px;/*componer el margen de la img*/
}
.radius2:hover
{
transform: scale(1.1);
}
.slider
{
  float: left;
  width: 100%;
  margin:auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.slider ul
{
  display: flex;
  padding: 0px;
  width: 500%;
  animation: cambio 5s infinite alternate;
}
table
{
  width: 80%;
  margin:auto;
  font-family: Cambria;
  color: white;
}
table a
{
  color: black;
}
table a:hover
{
  color: white;
}
th.titulo
{
  font-family: Cambria;
  font-size: 20px;
  text-align: center;
}
tr
{
  font-family: Cambria;
  text-align: center;
  vertical-align: middle;
}
td
{
  padding: 5px;
  font-family: Cambria;
  border-radius: 5px;
}
tr:nth-child(odd) /*COLOR DE UN RENGLON*/
{
  background-color: gray;
  border-radius: 5px;
}
tr:nth-child(even)/*COLOR DEL OTRO RENGLON*/
{
  background-color: #A0A0A0;
  border-radius: 5px;
}
.vincancion
{
  font-size: 1em;
  color: black;
  font-weight: bold;
  padding-right: 5px;
  text-decoration: none;
}
.vincancion:hover
{
  color: white;
  font-weight: bold;
  text-shadow: 3px 3px 10px black;
  text-decoration: underline;
}
td.textcentro
{
  text-align: center;
}
tr:nth-child(odd)
{

}
.titalbums
{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: uppercase;
  letter-spacing: 15px;
}
audio
{
  position: relative;
  left: 30%;
}
video
{
  width: 500px;
  height: 350px;
  position: relative;
  left: 20%;
}
