@font-face{
	font-family:"TITULO";
	src:url("../fonts/DJ Icons.ttf");
}
@font-face{
	font-family:"Musica"
	src:url("../fonts/The Led Display Stt.ttf");
}

body {
  	text-align:center;
	background-color:#99ffff;
	padding:4px;
	margin:auto;
}

h1 {
	font-family:"TITULO";
	margin:5%;
	font-size:60px;
	text-align: center;
}
h1{
	animation-duration: 4s;
   animation:5s linear;
  animation-name: mover;
   animation-direction: alternate;
}

h2{
	font-family:Verdana;
	font-style:Italic;
	margin:5%;
	padding:2%;
	letter-spacing:6px;
	word-spacing:5px;
	line-height:2px;
	font-size:50px;
	text-align: center;
	text-transform:uppercase;
}

p{
	font-size:20px;
	color:  rgb(204,102,0);
}

th{
	text-decoration:underline;
	font-family:Times New Roman, Verdana, Arial;
	font-size:20px;
	font-weight:bold;
}

.contenedor img:hover{
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	border:3px inset #000000;
}


@keyframes mover {
  from {
    margin-left: 100%;
    width: 250%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
