
.grid {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.grid_contenido {
  margin: auto;
  width: 92%;  
  height: 100%;
}  
.caja_mensaje_portada {
  margin-top: 1%;
  display: grid;
  place-items: center;
  width: 100%;
}
.caja_mensaje_portada_contenido {
  margin: auto;
  width: 96%;  
  text-align: center;
  font-family: "Courier New";
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 6%;
 } 
.caja_mensaje_claves {
  margin-top: 1%;
  display: grid;
  place-items: center;
  width: 100%;
}
.caja_mensaje_claves_contenido {
  margin: auto;
  width: 96%;  
  text-align: center;
  font-family: "Courier New";
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 6%;
  border: solid;
 }  



#contenedor_padre {
 width: 100%;
  height: 99vh;
  border-radius: 6%; 
} 
#titulo {
  width: 100%;
  height: 11vh;
  border-radius: 6%;
} 
#contenido {
  width: 100%;
  height: 77vh;
  border-radius: 6%; 
  overflow-y: scroll;
  text-align: justify;
  border: solid: 20px; 
} 
#pie {
  width: 100%;
  height: 12vh;
  border-radius: 6%;
  bottom: 2%;
}

.titulo_concurso{
  width: 100%;
  text-align: center;
  position: relative;
  font: 2.4em Gentium Basic, Sans-Serif;
  font-weight: bold; 
  color: #B1251E; 
  margin-top: 2%;
  }
.subtitulo_concurso{
  width: 100%;
  text-align: right;
  position: relative;
  font: 1.4em Gentium Basic, Sans-Serif;
  font-weight: bold; 
  color: #B1251E; 
  margin-top: -8%;
  margin-right: 8%;
  text-decoration: overline underline;    
  }  


html, body { height: 100%; overflow-y: hidden;};
