/* Font page */

body, a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #222 !important;
  text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    line-height: 1em;
    font-weight: 500;
    margin: 0;
    font-family: 'Gang of Three';
    padding-top: 10px;
}


/* Web Contenido */

#page-contenedor {
  background-color: #fff;
  background-image: url("../imagenes_web/bg_pattern.jpg");
  text-align: center;
}

#body-contenido {
  max-width: 800px;
  margin: auto;
}

#menu-articulo {

}

/* Web Imagen */

.imagen_bg_wrap{
  overflow: hidden;
}

.imagen_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vh;
  display: block;
}

.titulo_contenido_wrap {
  margin-right: 15px;
  margin-left: 15px;
}

/* Font Web */
