body {
  font-family: "Verdana", "Arial", "sans-serif", "sans-serif";
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  color: #072a07;
  font-size: large;
}

ul {
  list-style-type: none;
  margin: 3px;
}

li {
  padding: 5px;
  float: left;
  margin: 6px;
}

p {
  width: 308px;
  margin-left: auto;
  margin-right: auto;
  font-size: large;
}

h1 {
  text-align: center;
  background-color: rgba(0, 102, 0, 0.85);
  color: white;
  border-radius: 15px;
box-shadow: 8px 5px 10px 8px rgba(0, 153, 0, 0.63);
  border-style: solid;
  width: 308px;
  font-size: x-large;
}

h3 {
  margin-left: 3%;
  float: none;
}

h2 {
  margin-left: 3%;
}

nav li {
  list-style-type: none;
  float: left;
  border: 4px inset #009900;
  border-radius: 15px / 16px;
  width: 115px;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

#sinflotar {
  clear: both;
}

nav a {
  text-decoration: none;
  color: white;
  background-color: #005100;
  width: 115px;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

nav a:hover {
  background-color: #ff6600;
  font-weight: bold;
  color: white;
  border-style: ridge;
  border-color: #660000;
  border-radius: 25px;
box-shadow: 2px 2px 2px 2px #ff9900;
}

nav ul {
  padding: 0px;
  margin-left: 5%;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: #ff6600;
}

a:hover {
  font-weight: bold;
  color: #990000;
}

.blanca {
  color: white;
}

.hiper:hover {
  color: #990000 !important;
}

.blanca:hover {
  color: white !important;
}

.hiper {
  text-decoration: underline;
  color: #ff6600;
  font-weight: normal;
}

footer {
  font-family: "Keraleeyam";
  font-size: small;
  background-color: #003400;
  width: 308px;
  color: white;
  text-align: right;
  border: 5px inset #ff9900;
  border-radius: 5px 35px 35px 5px;
  padding: 5px 10px 5px 0px;
  margin-top: 20px;
}


.BOTON {
  height: 52px;
  width: 52px;
  margin-right: 10px;
  margin-left: 10px;
  z-index: auto;
}

img {
  height: 73px;
  margin-right: 10px;
  margin-left: 10px;
}


@media only screen and ( max-width : 320px ) and ( orientation : landscape ) {
  body {
    font-size: large;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 95%;
  }
  p {
    width: 95%;
    margin-left: 10px;
    text-align: justify;
    font-size: large;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 120px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 120px;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    width: 90%;
    padding: 5px 10px 5px 0px;
    margin-top: 20px;
  }
}

@media screen and ( min-width : 480px ) {
  body {
    font-size: large;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 460px;
  }
  p {
    width: 460px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 110px;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
  li {
    text-align: justify;
  }
  ul {
    text-align: justify;
  }
  footer {
    width: 470px;
    padding: 18px 7px 25px 0px;
    margin-top: 20px;
  }
}

@media only screen and ( max-width : 480px ) and ( orientation : landscape ) {
  body {
    font-size: 15px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 95%;
  }
  p {
    width: 95%;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 120px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    width: 95%;
    padding: 18px 7px 25px 0px;
    margin-top: 20px;
  }
}

@media screen and ( min-width : 768px ) {
  body {
    font-size: 16px;
    width: 758px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 750px;
  }
  p {
    width: 750px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 120px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    width: 750px;
    padding: 18px 7px 25px 0px;
    margin-top: 20px;
  }
}

@media only screen and ( max-width : 768px ) and ( orientation : landscape ) {
  body {
    font-size: 16px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 95%;
  }
  p {
    width: 95%;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 125px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 125px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    width: 95%;
    padding: 18px 7px 25px 0px;
    margin-top: 20px;
  }
}

@media screen and ( min-width : 1024px ) {
  body {
    font-size: 16px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 1000px;
  }
  p {
    width: 1000px;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 130px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    font-family: "Keraleeyam";
    font-size: medium;
    background-color: #003400;
    color: white;
    text-align: right;
    border: 5px inset #ff9900;
    border-radius: 945px 250px 5px 745px / 105px 35px 5px 5px;
    padding: 15px 8px 20px 0px;
    width: 1000px;
    margin-top: 20px;
  }
}

@media screen and ( min-width : 1024px ) and ( orientation : landscape ) {
  body {
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 95%;
  }
  p {
    width: 95%;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 130px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 130px;
    display: block;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    font-family: "Keraleeyam";
    font-size: medium;
    background-color: #003400;
    color: white;
    text-align: right;
    border: 5px inset #ff9900;
    border-radius: 945px 250px 5px 745px / 105px 35px 5px 5px;
    padding: 15px 6px 15px 0px;
    width: 95%;
    margin-top: 20px;
  }
}

@media screen and ( min-width : 1200px ) {
  body {
    font-size: 17px;
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    width: 1180px;
  }
  p {
    width: 1180px;
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
  }
  nav li {
    list-style-type: none;
    float: left;
    border: 4px inset #009900;
    border-radius: 15px / 16px;
    width: 130px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
  }
  nav a {
    text-decoration: none;
    color: white;
    background-color: #005100;
    width: 130px;
    display: block;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
  }
  ul {
    text-align: justify;
  }
  li {
    text-align: justify;
  }
  footer {
    font-family: "Keraleeyam";
    font-size: medium;
    background-color: #003400;
    color: white;
    text-align: right;
    border: 5px inset #ff9900;
    border-radius: 945px 250px 5px 745px / 105px 35px 5px 5px;
    padding: 22px 8px 30px 0px;
    width: 1180px;
    margin-top: 20px;
  }
}


