*{
	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;
}

/*CABECERA*/
header{
	max-width: 1200px;
	min-height: 130px;
	margin: auto;
	border-radius: 20px 20px 0 0;
	/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#logo{
	width: 320px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	animation: 2s entradalogo 1;
}
#logo1{
	width: 120px;
	float: right;
	margin-top: 20px;
	animation: 2s entradalogo 1;
}

/*CABECERA*/

/*MENU-HORIZONTAL*/
#menu-h{
	max-width: 1200px;	
	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*/

#banner{
	max-width: 1200px;
	min-height: 350px;
	background: #000;
	margin: 0 auto;
}

#contenedor{
	max-width: 1200px;
	min-height: 700px;
	background: #fff;
	margin: 0 auto;
}



/*CONTENIDO*/
#contenido{
	width: 1200px;
	min-height: 700px;
	background: #eee;
	float: right;
	padding: 20px;
	box-sizing: border-box;
}

#contenido h2{
	text-align: center;
	margin-bottom: 15px;
	font-family:Agency FB ;

	
}

#contenido h3{
	text-align: center;
	margin-bottom: 15px;
	font-family:Agency FB ;
	font-size: 25px;
	
}

#contenido h4{
	text-align: center;
	margin-bottom: 15px;
	font-family:Agency FB ;
	
}

#contenido p{
	margin-bottom: 10px;
	font-family:Agency FB ;
	font-size: 18px;
	text-align: justify;
}

.img-1{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	padding-top: 5px;
}
.img-2{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	
}

.img-3{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	
}

.img-4{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	
}

.img-5{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	
}

/*CONTENIDO*/

/*PIE DE PAGINA*/
footer{
	max-width: 1200px;
	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*/

.marquee{
	color:#fff;
	font-size: 20px;
	font-family:Agency FB ; ;
}
.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;
}