body {
  font-family: verdana, arial, sans-serif;
  color: #333;
  margin: 0; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #33a; }
  a:visited {
    color: #33a; }

.maincontainer, .title h1, header, footer {
  margin: auto;
  width: 80%; }

header {
  margin-top: 1em; }
  header img {
    width: 200px;
    float: left; }
  header p {
    float: right;
    width: 50%;
    margin: 0 0 0.25em;
    padding: 0; }
  header:after {
    content: '';
    clear: both;
    display: block; }

.topmenu {
  background: #846;
  color: #fde; }
  .topmenu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .topmenu ul li {
      margin: 0 0.25em;
      padding: 0.25em;
      white-space: nowrap;
      font-weight: bold; }
      .topmenu ul li a {
        font-weight: normal;
        text-decoration: none;
        color: #fde; }
        .topmenu ul li a:visited {
          color: #fde; }

.title {
  background: #fde;
  color: #624;
  display: flex;
  min-height: 120px;
  min-width: 300px; }

.content {
  min-height: 180px; }

@media (max-width: 512px) {
  .maincontainer, .title h1, header, footer {
    margin: auto;
    width: 90%; }

  header img {
    float: none;
    margin: auto;
    width: 90%; }
  header p {
    float: none;
    margin: 0 auto 0.35em;
    font-size: 0.85em;
    width: 95%; }

  .title {
    min-height: 80px; }
    .title h1 {
      font-size: 1.35em;
      margin: 0.5em auto; } }
img[alt="Tardes Con Constanza"] {
  width: 160px;
  float: left;
  margin: 0 25px 15px 0; }

@media (max-width: 512px) {
  img[alt="Tardes Con Constanza"] {
    width: 90px;
    float: left;
    margin: 0 25px 15px 0; } }
img[alt="Constanza Altamirano"] {
  display: block;
  width: 396px;
  margin: auto; }

@media (max-width: 512px) {
  img[alt="Constanza Altamirano"] {
    display: block;
    width: 198px;
    margin: auto; } }
ul {
  margin: 0.5em auto; }
  ul li {
    margin: 1em 0 0; }

/* Pcast Player */
.pcast-player .pcast-player-controls {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  padding: 5px; }
.pcast-player button {
  background: #2a2a2a;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 22px;
  -webkit-appreance: none;
  min-width: 32px; }
.pcast-player .pcast-play::before {
  content: '\25B6'; }
.pcast-player .pcast-pause::before {
  content: '\2590\2590'; }
.pcast-player .pcast-rewind::before {
  content: '\2190'; }
.pcast-player .pcast-mute::before {
  content: '\1F507'; }
.pcast-player .pcast-unmute::before {
  content: '\1F50A'; }
.pcast-player progress {
  height: 13px;
  width: calc(100% - 285px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.pcast-player progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }
.pcast-player progress[value]::-webkit-progress-value {
  background: #fff; }
.pcast-player .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 4em; }
.pcast-player .pcast-speed {
  width: 2.5em; }
.pcast-player .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black; }
  .pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
    color: #666; }
