@charset "UTF-8";
/* CSS Document */


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#menu{width: 100%; position: fixed; top:0; left: 0; z-index: 3000}
.container2{max-width: 800px; color:black; padding-left: 500px}

.topnav {
  overflow: hidden;
  background-color:#5BB1C5;
}

.topnav a {
  float: left;
  display: block;
  color:white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#FFF1CA;
  color:black;
}

.active {
  background-color:#348294;
  color: white;
}

.topnav .icon {
  display: none;
}

.infografia {max-width: 500px; margin: 0 auto}

h2 {z-index: 6000;
top: 80%;left: 90%}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1500px) {.infografia {padding-left: -450px}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
	@media screen and (max-width: 600px) {#contenedor{padding: 0}}
