* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family: 'Lato', sans-serif;
	
}
body {
	background: #efefef;
}
 
header {
width: 100%;
background: #025f88;
color: #FFF;
display: flex;
justify-content: space-around;
align-content: space-between;
height: 50px;
position: fixed;
z-index: 1000;
font-size: 12px;
	
	
	
	
}
.aye {
	margin: auto 0px;
}

#btn-menu {
  display: none;
}

header label {
  margin: auto 0;
	font-size: 30px;
  cursor: pointer;
  display: none;
	
}
.menu{
	z-index: 1000;
}

.menu ul {
  background: #025f88;
  display: flex;
  list-style: none;
	
}

.menu ul ul {
  display: none;
	
}

.menu a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  
  font-weight: 700;
}

.menu a:hover {
  background: #2C3E50;
}

.menu a i {
  margin-left: 5px;
margin-right: 5px;
}

.menu ul li:hover ul {
  transition: all 0.3s ease;
  display: block;
  position: absolute;
}

.menu ul li ul li{
	background: rgb(88, 107, 126);
	justify-content: flex-end;
	text-align: end;
	width: 150px;
	height: 40px;
	
}
#btn-pagos a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 100px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	

#btn-pagos a:hover{
	background:#f58631;
}

#btn-pre a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 300px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	

#btn-pre a:hover{
	background:#f58631;
}

#btn-iwalp a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 200px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	

#btn-iwalp a:hover{
	background:#f58631;
}

.contenedor-gral {
	max-width: 1024px;
	margin: 0 auto;
		display: flex;
justify-content: space-around;

}
.contenedor-gral h1, h2, h3, h4, p{
	padding: 20px;
}
.contenedor100 {
	color: rgb(88, 107, 126);
	width: 70%;
	text-align: justify;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 800px;
}

.contenedor70left{
	width: 32%;
	float: left;
	background: white;
	font-size: 0.90em;
	text-align: justify;
	color: rgb(88, 107, 126);
	
	
	
	
}
.contenedor70center{
	width: 32%;
	float: left;
	background: white;
	font-size: 0.90em;
	text-align: justify;
	color: rgb(88, 107, 126);
}

.contenedor70right{
	width: 32%;
	float: left;
	background: white;
	font-size: 0.90em;
	text-align: justify;
	color: rgb(88, 107, 126);
}


.pie {
	margin-top: 10px;
	width: 100%;
	height: 250px;
	background: #025f88;
	display: flex;
	padding: 0 0 0 0;
	
	
	
	
}
.pie a {
	display: flex;
	align-items: center;
	text-align: center;
	color: aliceblue;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 20px
	
}
.pie a i {
	width: 40px;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.pie50 {
	width: auto;
	margin-top: 20px;
	margin: 0 auto;
	padding-top: 20px;
}
.botones a{
	float: left;
	
}
.botones {
	display: flex;
	width: 100%;
	align-content: flex-end;
	
}
.copyright {
	padding: 0 auto;
	margin-top: 0px;
		font-size: 0.75em;
	display: flex;
	justify-content: center
	
}
.copyright i {
	
	padding-right: 5px;
	padding-left: 5px;
	


}
.copyright p {
	padding:8px;
	margin: 0px;
	
}












@media (max-width: 800px) {
	header {
		align-content: center;
		justify-content: space-between;
		justify-items: center;
		
		
		
	}
	
  header label {
    display: block;
    padding-right: 15px;
    transition: all 0.4s ease;
	
	
  }
	
  
  .menu {
    position: absolute;
    top: 50px;
    width: 35%;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  
  .menu ul {
    flex-direction: column;
	justify-content: center;  
    display: block;
  }
  
  .menu ul li:hover ul {
    display: none;
    position: static;
  }
  
  .menu a i {
    
    right: 16px;
    line-height: 30px;
  }
	.menu ul li ul li{
	background: #454545;
	justify-content: flex-end;
	text-align: end;
	width: 100%;
	
}
  
  #btn-menu:checked ~ .menu {
    transform: translateX(0%);
  }
	.aye {
	margin: auto 10px;
}
	#main {
	width: 100%;
	align-content: center;
	margin: 0 auto;
	padding-top: 50px;
}
	.contenedor-gral {
		display: block;
	margin: 20px;
		
	}
	.contenedor100 {
		width: 100%;
		padding: 5px;
		
	}
	.contenedor70left, .contenedor70center, .contenedor70right{
	margin-top: 20px;
	width: 100%;
	float: none;
		
		
	
	
	
}	
		
	.pie {
	display: block;
		width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: px;
	max-width: 800px;
		padding: 10px;
  height: auto;
}
	
	}
.copyright {
	padding: 0 auto;
	margin-top: 0px;
		font-size: 0.75em;
	display: flex;
	justify-content: center
	
}

