*{
  box-sizing: boder-border;
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Open Sans', sans-serif;
}

  /*Cabecera*/
header{
  width: 100%;
  height: 220px;
  background-color: white;
}

/*barra alt*/
.barra-alt{
  width: 100%;
  height: 35px;
  background-color: #096A9E;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.barra-alt a{
  padding-left: 5px;
  padding-right: 5px;
  }

.barra-alt img{
  width: 25px;
}

/*Fin barra alt*/

.logo{
  padding: 5px 0;
}
.logo img{
  width:300px;
  display: block;
  margin: auto;
}

.menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-between;
  max-width: 450px;
  margin: auto;
  }
.menu a{
  text-decoration: none;
  color: 	#6666ff;
}
.menu a:hover{
  color: #A9A9A9
}
/* Fin de cabecera*/

/* banner*/
.banner{
  width: 100%;
  height: 280px;
  background-image: url(../img/Banegaleria.jpg);
  background-position: center;
  background-size: cover;

}
/*fin de banner*/
.entrecomillas{
  width: 100%;
  background-color: #1F546E;
  margin-top:  3px;

}
 .info{
   font-size: 20px;
   color: white ;
   padding: 15px;
   text-align: center;
 }

/*galeria 1*/
.galeria1 button{
  display: inline-flex;
  width: 50%;
  height:30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 5px;
  background-color: #0e96dd;
}

.galeria1 button a{
  text-decoration: none;
  color: white;
}

.galeria1 button:hover,
.galeria1 button:focus{
  background: #152d37;
}

.titulog{
  width: 100%;
  padding-top: 20px;
  color: #096A9E;
  text-align: center;
}

.contenedor{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;

}

.contenedor1{
  width: 300px;
  margin: 5px;
  text-align: center;
}

.galeria1 p{
  color: #096A9E;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1E7D85;
}

.galeria1 h3{
  color: #0e96dd;
  font-size: 20px;
  margin-top: 5px;
}

.galeria1 ul{
  padding-top: 5px;
  padding-bottom: 15px;
  list-style: none;
}

/* fin de galeria 1 */

/*galeria 2*/
.galeria2 button{
  display: inline-flex;
  width: 50%;
  height:30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 5px;
  background-color: #0e96dd;
}

.galeria2 button a{
  text-decoration: none;
  color: white;
}
.galeria2 button:hover,
.galeria2 button:focus{
  background: #152d37;
}

.contenedor2{
  width: 300px;
  margin: 5px;
  text-align: center;
}

.galeria2 p{
  color: #096A9E;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1E7D85;
}

.galeria2 h3{
  color: #0e96dd;
  font-size: 20px;
  margin-top: 5px;
}

.galeria2 ul{
  padding-top: 5px;
  padding-bottom: 15px;
  list-style: none;
}

/* fin de galeria 2 */

/*galeria 3*/
.galeria3 button{
  display: inline-flex;
  width: 50%;
  height:30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 5px;
  background-color: #0e96dd;
}

.galeria3 button a{
  text-decoration: none;
  color: white;
}

.galeria3 button:hover,
.galeria3 button:focus{
  background: #152d37;
}

.contenedor3{
  width: 300px;
  margin: 5px;
  text-align: center;
}

.galeria3 p{
  color: #096A9E;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1E7D85;
}

.galeria3 h3{
  color: #0e96dd;
  font-size: 20px;
  margin-top: 5px;
}

.galeria3 ul{
  padding-top: 5px;
  padding-bottom: 15px;
  list-style: none;
}

/* fin de galeria 3 */

/*entrecomilla2*/

.comillas2{
  width: 100%;
  background-color: lightgray;
}
.comillas{
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;

}

.comillas p{
  font-size: 20px;
  font-style: italic;

}


/* pie de pagina*/
.top-footer2{
  background-color: #085985;
  height: 25px;
}

.center-footer2{
  background-color: #063F5E;
}

.center-footer2 .contenedor-2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.center-footer2 .widget{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer2 .widget img{
  width: 200px;
}

.center-footer2 .widget1{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer2 .widget1 h4{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.center-footer2 .widget1 p{
  font-size: 14px;
}

.center-footer2 .widget1 a{
  text-decoration: none;
  color: white;

}

.center-footer2 .widget1 img {
  width: 20px;
  margin-right: 15px;
  margin-top: 10px;
}

.center-footer2 .widget a:hover{
  color: #A9A9A9;
}

.center-footer2 .widget2{
text-align: center;
padding-top: 20px;
padding-bottom: 35px;
color: white;

max-width: 270px;
margin: 0 auto;
}

.center-footer2 .widget2 h4{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.center-footer2 .widget2 p{
  font-size: 14px;
}

.center-footer2 .widget2 img {
  width: 25px;
  margin-right: 15px;
  margin-top: 10px;
}


.bottom-footer{
  background-color: #085985;
  height: 25px;
}

.bottom-footer p{
font-size: 14px;
  color: white;
  text-align: center;
}
/*Pie de pagina*/
