body {
  background-color:#002050;
  width:100%;
  margin: 0;
  padding: 0;
}
.titulogsk {
  color:#AAFF52;
  text-shadow: 3px 3px 8px rgba(255, 125, 125,1);
  font-family: sans-serif;
  font-size:30px;
  font-weight:bold;
  margin-top:24px;
}
.titugsk {
  color:#DDFFDD;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(155, 100, 15,1);
  font-family: monospace;
  font-size:28px;
  font-weight:bold;
  margin-top:24px;
}
.texto {
  color:#99EE88;
  text-shadow: 1px 1px 2px 2px rgba(200, 200, 200,1);
  font-family: arial;
  font-size:20px;
  text-indent: 35px;
  margin-top: 10px;
  margin-left: 35px;
  margin-right: 25px;
}
.columnsgsk {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.columngsk {
	flex: 1;
  justify-content: center;
  display: block;
  align-items: center;
  align-content: center;
  align-self: center;
	border: 0px solid gray;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cuadr {
  margin-left: 25px;
  margin-right: 25px;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #000000;
  border-radius: 15px;
}
.cuadro {
  margin-left: 25px;
  margin-right: 25px;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #000000;
  border-radius: 15px;
}
.cuadro img{

  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  width: 80px;
  background-color: #FFFFFF;
}
.cuadro a{
  text-decoration: none;
}

.titgsk {
  text-decoration: none;
  text-align: center;
  color: #204000;
  font-size: 26px;
  font-weight: bold;
  font-family: serif;
  margin-top: 4px;
}
.texgsk {
  text-decoration: none;
  text-align: center;
  color: #006600;
  font-size: 16px;
  font-family: arial;
}
