body {
  background-color:#8DD2FE;
}
h1{
  text-align:center;
  color:white;
  background-color:#192e57;
  border-radius:15px;
  font-family:"Playfair Display";
  font-size:50px;
}
.boton{ 
	text-align:center;
	text-decoration: none;
  padding: 15px 30px;
  margin: 10px 29px;
  white-space: nowrap;
  border-radius:5px;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
 font-family:"Playfair Display";
  font-size:30px;
  font-weight: bolder;
  background-color:#192e57;
  color:white;
}
h2{ 
 color:white;
  background-color:#192e57;
  border-radius:8px;
  font-family:"Playfair Display";
  font-size:30px;
  padding-left:15px;
}
.fondotexto {
  background-color:White;
  border-radius:8px;
}
h3{
  color:white;
}
p{
font-family:"Playfair Display";
 padding:0px 15px 0 15px;
 font-size:20px;
 text-align: justify;
}
.galeria{ margin:1% 1%;
 width:400px;
border-style:solid;
border-color:#192e57;
border-radius:8px;
border-size:8px;
}
.galeria2{ margin:1% 15%;
  height:400px;
  border-style:solid;
border-color:#192e57;
border-radius:8px;
border-size:8px;
}
.home{
  position:fixed;
  top:90%;
  padding-left:95%;
  text-decoration:none
    }

.botonvolver{ 
 text-align:center;
	text-decoration: none;
  padding: 15px 30px;
  margin: 10px 29px;
  white-space: nowrap;
  border-radius:5px;
  font-family:"Playfair Display";
  font-size:30px;
  font-weight: bolder;
  background-color:#192e57;
  color:white;
  float: left;}