@charset "UTF-8";
/*
Theme Name:   Público ConMde
Theme URI:    https://blogs.publico.es/
Description:  Plantilla para el blog "Con M de"
Author:       Empírikanet
Author URI:   http://empirikanet.com/
Template:     publico-base
Version:      2.0.0
*/
@import url("../publico-base/style.css");
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#logoconmde img {
  max-width: none;
  margin: 0 auto;
}

#logoconmde:after {
  background: none;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
  padding-top: 5px;
  margin-bottom: 20px;
  color: #000;
}

.blog-list-header #logoconmde img {
  max-width: 100%;
}
