body{
	background: url(../img/fondo.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

center{
	margin-top: 7%;
}

.logos{
	height: 50%;
	width: 50%;
}

.videos{
	height: 32%;
	width: 32%;
	margin-top: 1.5%;
   display:inline-block;
   border-radius: 20px;
   background-color: #000000;
   border: 9px solid #000;
}

.video #dplayer{
	   border-color: #000000;
	   border-radius: 20px;
}

.redes{
	margin-top: 5%;
}

.iconos{
	height: 10%;
	width: 10%;
	margin-left: 5px;
	margin-right: 5px;
}

.todoAM{
	width: 33%;
	float: left;

}

.todoFM{
	width: 33%;
	float: right;
}

.audio{
	border-radius: 30px;
}

.link{
	text-decoration: none;
	color: white;
}

.correo{
	text-align: right;
	margin-right: 30px;
	position: right;
	margin-top: 25px;
}

.datos{
	text-align: left;
	margin-left: 30px;
	position: absolute;
	margin-top: 25px;
}

footer {
  background-color: #2c2c2c;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: white;
}