body {
  background-color: #243655;
  color: white;
}

.bloquePrincipal{
margin: 1rem;
padding: 1rem;
justify-content: center;
display:flex;

}

a:link{
  color: #8bd8bd;
}

.bloqueSecundario{
  display: flex;
  justify-content: center;

}

.estructura{
  padding: 0.3rem;
  margin: 0.3rem;
}


#sitioFront{
  display:block;
  position:absolute;
  padding: 1rem;
  left:100%;
  top: 100%;
  transform: translate(-100%, -100%);
}

#botones{
  display:flex;
  position:absolute;
  padding: 0.5rem;
  top: 70%;
}

#botones1{
  display:table;
  padding: 0.5rem;
  margin: 0.5rem;
}

#botones2{
  display:table;
  padding: 0.3rem;
  margin: 0.3rem;
}

#botonesGallery{
    display:flex;
    justify-content: center;
    Position:absolute;
}

.mapa{
-webkit-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
}
#sitioWeb{

color: #8bd8bd;
text-shadow: 10px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 23px;

}

h1 { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 100px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 23px; color:#8bd8bd; }
h3 { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 50px; font-style: normal; font-variant: normal; font-weight: 50; line-height: 23px; color:#white; }
p,li { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 23px; }
blockquote { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }
pre { font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 23px; }
#txtActivity{font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 50px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 23px; color:#8bd8bd; }

#imaE {
  width: 100%;
}

#imagenPrincipal {
  display:block;
  margin-auto;
  margin-left: auto;
  margin-right: auto;
}

.galleria{ width: 700px; height: 400px; background: #8bd8bd;
  -webkit-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.5);
}
