html, body {
  margin: 0px;
  padding: 0px;
}

a {
  color: Blue;
}

a:visited {
  color: CornflowerBlue;
}

a:active {
  color: DarkCyan;
}

.body {
  color: Black;
  background-image: url("../images/IMG_1520.JPG");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  padding: 2em;
  font-size: 15px;
}

#main_title {
  color: black;
  text-decoration: underline;
  text-align: center;
  background-color: #e2e2e2;
  width: 66%;
  position: relative;
  clear: none;
  left: 16%;
  padding-left: 1em;
  padding-right: 1em;
}

.main_menu_div {
  border: 2px solid black;
  width: 90%;
  background-color: rgba(255, 255, 204, 0.5);
  position: relative;
  left: 10%;
  padding: 0.5em 0em;
  overflow: hidden;
  border-radius: 2px;
  font-size: 30px;
}

.main_menu_option_div {
  padding: 0% 0% 0% 70px;
  margin: 0%;
  float: left;
}

a.main_menu_option_link, .main_menu_option_link {
  text-decoration: none;
  font-weight: bold;
  color: #cc33cc;
}

#contenido_elemento_menu_pestanyas_seleccionado {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  border: 2px solid black;
  display: block;
  overflow: auto;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  min-height: 300px;
}

#footer {
  clear: both;
  position: relative;
  z-index: 10;
  height: 3em;
  margin-top: -3em;
  text-align: right;
  color: yellow;
}

.contenidoHome {
  color: black;
  font-size: 27px;
}

.contenidoHome p {
  background-color: rgba(255, 255, 255, 0.45);
  font-size: 27px;
}

.warning {
  color: red;
  font-size: 66px;
}

.seleccionado, a.seleccionado {
  color: darkcyan;
  font-weight: bold;
  text-decoration: none;
}

.word {
}

.bold {
  font-weight: bolder;
}

.redText {
  color: red;
}

.greenText {
  color: green;
}

img.linkToLanguageImage {
  transform: scale3d(1, 1, 1);
  --image_size_factor: 0.5;
  width: 48px;
  height: 32px;
  border-width: 1px;
}

.contenidoHome p.translator > span.greetingsSpan, .contenidoHome p.translator > a.greetingsLink, .contenidoHome p.translator .greetings > p > span.greetingsSpan, .greetings > p > a.greetingsLink, .greetings > p {
  font-size: 12px;
}

select {
  font-size: 13px;
}

input {
  font-size: 13px;
}

button {
  font-size: 13px;
}

span.beta {
}

@media screen and ( min-resolution : 150dpi ) and ( orientation : portrait ) {
  #main_title {
    font-size: 50px;
  }
  .main_menu_div {
    font-size: 50px;
  }
  .contenidoHome {
    font-size: 26px;
  }
  #footer {
    font-size: 30px;
  }
  a {
    font-size: 23px;
  }
  a:visited {
    font-size: 23px;
  }
  a:active {
    font-size: 23px;
  }
  .main_menu_option_link {
    font-size: 46px;
  }
  .mobile {
    background-image: url("../images/IMG_1520_mobile.JPG");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto auto;
  }
  .body {
    background-image: url("../images/IMG_1520_mobile.JPG");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .main_menu_option_div {
    padding-left: 53px;
  }
  .contenidoHome p {
    font-size: 27px;
  }
  img.linkToLanguageImage {
    --image_size_factor: 1.0;
  }
  span.greetingsSpan {
    font-size: 10px;
  }
  a.greetingsLink {
    font-size: 10px;
  }
  select {
    font-size: 19px;
  }
  input {
    font-size: 19px;
  }
  button {
    font-size: 19px;
  }
}

@media screen and ( min-resolution : 150dpi ) and ( orientation : landscape ) {
  #main_title {
    font-size: 30px;
  }
  .main_menu_div {
    font-size: 30px;
  }
  .contenidoHome {
    font-size: 10px;
  }
  #footer {
    font-size: 18px;
  }
  a {
    font-size: 13px;
  }
  a:visited {
    font-size: 13px;
  }
  a:active {
    font-size: 13px;
  }
  .main_menu_option_link {
    font-size: 26px;
  }
  .mobile {
    background-image: url("../images/IMG_1520_mobile.JPG");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto auto;
  }
  .body {
    background-image: url("../images/IMG_1520_mobile.JPG");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
  }
  .main_menu_option_div {
    padding-left: 36px;
  }
  .contenidoHome p {
    font-size: 18px;
  }
  span.greetingsSpan {
    font-size: 7px;
  }
  a.greetingsLink {
    font-size: 7px;
  }
  select {
    font-size: 14px;
  }
  input {
    font-size: 14px;
  }
  button {
    font-size: 14px;
  }
}

