header #barra #esquina_izquierda, header #barra #esquina_derecha {
  display: block;
  border-top: 2vh solid #2B2F30;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif !important;
}

body {
  background-color: white;
  font-size: 15px;
  background-image: url("../img/32512.png");
  background-attachment: fixed;
}

header #logotipo {
  width: 202px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

header nav {
  width: 92vw;
  height: 42.08px;
  margin: 0 auto;
  background-color: #1b1e1f;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 22px 22px gray;
          box-shadow: 0px 22px 22px gray;
  font-size: 14px;
}

header nav ul {
  list-style: none;
  text-decoration: none;
}

header nav ul li {
  line-height: 40px;
  float: left;
}

header nav ul li a {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  color: white;
}

header nav ul li a:hover {
  background: white;
  -webkit-box-shadow: 0px 0px 5px black inset;
          box-shadow: 0px 0px 5px black inset;
  color: black;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header #barra {
  width: 92vw;
  margin: 0 auto;
  margin-bottom: 40px;
}

header #barra #esquina_izquierda {
  border-left: 3vw solid transparent;
  float: left;
}

header #barra #relleno {
  display: block;
  width: 86vw;
  height: 2vh;
  background-color: #2B2F30;
  float: left;
}

header #barra #esquina_derecha {
  border-right: 3vw solid transparent;
  float: right;
}

#contenido {
  width: 85vw;
  min-width: 417px;
  height: 80vh;
  min-height: 581px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 18px;
}

#contenido #perfil {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

#contenido #presentacion {
  margin-bottom: 10px;
}

#contenido .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

#contenido .flex_container .content {
  width: 300px;
  height: 200px;
  text-align: left;
}

#contenido .flex_container .content .img_redes {
  width: 10vw;
  height: 10vh;
}

#contenido .flex_container .content #h3_tabla {
  text-align: center;
}

#contenido .flex_container .content .h2_portafolio {
  text-align: start;
}

#contenido .flex_container .content #content_tabla {
  width: 400px;
  height: 400px;
}

#contenido .flex_container .content table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

#contenido .flex_container .content table thead th {
  text-align: center;
}

#contenido .flex_container .content table th, #contenido .flex_container .content table td {
  padding: 0;
  border: 1px solid black;
}

@media screen and (min-width: 1400px) {
  #contenido {
    font-size: 20px;
  }
}

@media screen and (max-width: 826px) {
  #contenido {
    height: 950px;
  }
  .flex_container {
    padding: 5px;
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

footer {
  width: 95vw;
  height: 5vh;
  min-height: 40px;
  background-color: #1b1e1f;
  border: 1px solid #333333;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 20px gray;
          box-shadow: 0px 0px 20px gray;
}
/*# sourceMappingURL=style.css.map */