/*html {
  background-image: url("./imagenes/Fondo bwpays.png");
}*/

body {
  background-image: url("imagenes/FondoBWPays.png");
/*  background-color: powderblue;*/
/*  z-index: 1;*/
/*  overflow: scroll;*/
}

nav {
  background-image: url("imagenes/FondoBWPays.png");
  position: fixed;
/*  position: sticky;*/
  top: 0;
  left: 0;
  width: 100%;
/*  z-index: 1;*/
  color: blue;
  font-family: verdana;
  font-size: 150%;
/*  border:2px solid powderblue;*/
/*  margin: 10px;*/
/*  padding: 5px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  align-content: center;*/
/*  align-self: center;*/
  text-align: center;
}

h1 {
  color: blue;
  font-family: verdana;
  font-size: 300%;
/*  border: 2px solid powderblue;*/
  margin: 30px;
  margin-top: 10%;
  text-align: center;
/*  border-radius: 60px 60px;*/
}

p {
  color: blue;
  font-family: verdana;
  font-size: 150%;
/*  border: 2px solid powderblue;*/
  margin: 30px;
}

.caja {
  background-color: white;
  border-radius: 15px;
  border-style: solid;
  width: 15rem;
  height: 20rem;
  color: blue;
  font-family: verdana;
  font-size: 16px;
  margin-left: 10;
} 

.fondogris {
  background-color: lightgray;
  border-radius: 30px 30px;
} 

.fondoazulclaro {
  background-color: lightblue;
  border-radius: 30px 30px;
} 

.cajacontacto {
  background-color: white;
  border-radius: 15px;
  border-style: solid;
  width: 30rem;
  height: 30rem;
  color: blue;
  font-family: verdana;
  font-size: 16px;
  margin-left: 10;
  text-align: left;
  padding: 2%;
} 

.iniciasesion {
  background-color: white;
  border-radius: 15px;
  border-style: solid;
  width: 30rem;
  height: 10rem;
  color: blue;
  font-family: verdana;
  font-size: 16px;
  margin-left: 10;
  text-align: left;
  padding: 2%;
} 
