/* // Correción de css Articulo 1 - Interfases 015*/

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
blockquote {
  margin: 50px;
  padding: 0;
  border-width: 0;
}

img {
  width: 50% !important;
  height: 50% !important;
}

p {
  font-size: 20px !important;
}

p._0_TITULO_ART {
  font-size: 40px !important;
}

p._3_INTER_1 {
  font-size: 25px !important;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 17px;
  margin-right: 0;
  margin-top: 15px;
}

p._3_INTER_2 {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 17px;
  margin-right: 0;
  margin-top: 15px;
}

li._5_ITEM_BULL {
  font-size: 17px !important;
}

li._5_ITEM---GUION---Copia {
  font-size: 14.5px !important;
}

@media (max-width: 600px) {
  body,
  div,
  dl,
  dt,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  pre,
  code,
  blockquote {
    margin: 10px;
    padding: 0;
    border-width: 0;
    overflow-x: hidden;
  }
  img {
    width: 100% !important;
    height: 100% !important;
  }
}
