@media only screen and (max-width: 481px) {
  section.body {
    position: relative;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: auto;
  }
  section.body div.cuerpo {
    width: 100%;
  }
  section.body div.cuerpo div.entries {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: auto;
  }
  section.body div.cuerpo div.entries div.recent h1.recent-title {
    color: #21a5f2;
    font-size: 1.5em;
    font-weight: lighter;
  }
  section.body div.cuerpo div.entries div.recent div.separador {
    width: 100%;
    height: 1px;
    background: #21a5f2;
  }
  section.body div.cuerpo div.entries div.recent div.entry {
    padding: 5px;
    height: 74px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  section.body div.cuerpo div.entries div.recent div.entry .mini img {
    width: 130px;
    height: auto;
    float: left;
    margin-right: 5px;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details {
    height: 100%;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .title p {
    position: relative;
    margin-left: 2px;
    line-height: 13px;
    font-size: 0.8em;
    margin-top: 2px;
    color: #272727;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .title p a {
    color: #21a5f2;
    text-decoration: none;
    font-weight: lighter;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .from p {
    font-size: 0.7em;
    margin-top: 3px;
    color: #545454;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .stats {
    bottom: 0;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .stats p {
    font-size: 0.7em;
    color: #545454;
  }
}
/*Tablet portrait and some landscapes*/
@media all and (min-width: 482px) and (max-width: 1025px) {
  section.body {
    position: relative;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: auto;
  }
  section.body div.cuerpo {
    width: 100%;
  }
  section.body div.cuerpo div.entries {
    position: relative;
    top: 10px;
    margin: auto;
    width: 98%;
    height: auto;
  }
  section.body div.cuerpo div.entries div.recent {
    width: auto;
    overflow: hidden;
  }
  section.body div.cuerpo div.entries div.recent h1.recent-title {
    color: #21a5f2;
    font-size: 1.5em;
    font-weight: lighter;
  }
  section.body div.cuerpo div.entries div.recent div.separador {
    width: 100%;
    height: 1px;
    background: #21a5f2;
  }
  section.body div.cuerpo div.entries div.recent div.entry {
    padding: 5px;
    height: 140px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 131px;
    float: left;
    background: #fff;
    border-radius: 0.2em;
  }
  section.body div.cuerpo div.entries div.recent div.entry .mini img {
    width: 135px;
    height: auto;
    margin-left: -2px;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details {
    height: 100%;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .title p {
    position: relative;
    margin-left: 2px;
    line-height: 13px;
    font-size: 0.8em;
    margin-top: 2px;
    color: #272727;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .title p a {
    color: #21a5f2;
    text-decoration: none;
    font-weight: lighter;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .from p {
    font-size: 0.7em;
    margin-top: 3px;
    color: #545454;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .stats {
    bottom: 0;
  }
  section.body div.cuerpo div.entries div.recent div.entry .details .stats p {
    font-size: 0.7em;
    color: #545454;
  }
  footer {
    position: relative;
    top: 30px;
  }
}
/*Anything above 1025*/
@media only screen and (min-width: 1025px) {
  section.body {
    position: relative;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: auto;
    top: 58px;
  }
  section.body div.cuerpo {
    width: 100%;
  }
  section.body div.cuerpo div.body-container {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 1500px;
    background: #fff;
  }
  section.body div.cuerpo div.body-container div.entries {
    position: relative;
    top: 10px;
    margin: auto;
    height: auto;
    overflow: hidden;
  }
  section.body div.cuerpo div.body-container div.entries div.recent {
    width: auto;
    overflow: hidden;
  }
  section.body div.cuerpo div.body-container div.entries div.recent h1.recent-title {
    color: #21a5f2;
    font-size: 1.5em;
    font-weight: lighter;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.separador {
    width: 80%;
    height: 1px;
    background: #21a5f2;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry {
    height: 140px;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 131px;
    float: left;
    background: #fff;
    border-radius: 0.2em;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .mini img {
    width: 100%;
    height: auto;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details {
    margin-top: -6px;
    height: 100%;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details .title p {
    position: relative;
    padding-top: 5px;
    line-height: 13px;
    font-size: 0.8em;
    color: #272727;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details .title p a {
    color: #21a5f2;
    text-decoration: none;
    font-weight: lighter;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details .from p {
    font-size: 0.7em;
    margin-top: 3px;
    color: #545454;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details .stats {
    bottom: 0;
  }
  section.body div.cuerpo div.body-container div.entries div.recent div.entry .details .stats p {
    font-size: 0.7em;
    color: #545454;
  }
  footer {
    position: relative;
    top: 100px;
  }
  footer .footer-item-container {
    width: 98%;
    padding: 0;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-item-container .footer-item {
    width: calc(25% - 15px);
    display: inline-block;
    vertical-align: top;
  }
}
footer {
  background: url(../media/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .colors {
  width: 100%;
  height: 2px;
  background: #000;
}
footer .colors .colorc {
  height: 100%;
  width: 25%;
  float: left;
  display: block;
  background: red;
}
footer .colors #color1 {
  background: #21a5f2;
}
footer .colors #color2 {
  background: #b58cbe;
}
footer .colors #color3 {
  background: #9c69aa;
}
footer .colors #color4 {
  background: #0090ff;
}
footer .footer {
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
footer .footer .title-footer {
  padding: 5px;
  font-size: 120%;
}
footer .footer div {
  padding: 6px;
}
footer .footer div a {
  color: #fff;
  text-decoration: underline;
}
footer .footer div .title-item-footer {
  color: #00BCD4;
  font-size: 110%;
  padding-bottom: 5px;
}
footer .footer div .content-item-footer {
  color: #fff;
  font-size: 90%;
}
footer .footer div .list-item-footer {
  list-style-position: inside;
  list-style-type: circle;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=style.css.map */