*{
	margin: 0;
	padding: 0;
}

body{
	padding: 10px;
	background-image:url(../imagenes/fondo8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#logo2{

 	text-align: center;
	margin-top: 20px;
	animation: 2s entradalogo 1;
}

/*CABECERA*/

/*MENU-HORIZONTAL*/
#menu-h{
	border-radius: 20px 20px 0px 0px;
	min-height: 50px;
	background: #000;
	margin: 0 auto;
}

#menu-h ul{
	list-style: none;
	display: flex;
	justify-content: center;
}

#menu-h a{
	color: #fff;
	display: block;
	padding: 20px;
	text-decoration: none;
	background: #000;
	font-family: Agency FB;
	font-size: 18px;
}

#menu-h a:hover{
	background: #069;
}

#menu-h ul ul{
	display: none;
	position: absolute;
}

#menu-h ul li:hover ul{
	display: block;
}

/*MENU-HORIZONTAL*/

/*PIE DE PAGINA*/
footer{
	max-width: 1500px;
	background: #000;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	color: #fff;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	font-family:Agency FB ;
	font-size: 18px;

}
/*PIE DE PAGINA*/

/*KEYFRAMES*/

@keyframes entradalogo{
	0%{
		transform: translateY(-200px);
	}
}


/*KEYFRAMES*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.log{
	float:right;
	max-width: 1300px;
	max-height: 1300px;
}
.gif{
	max-width: 1200px;
	min-height: 130px;
}