.contenedor {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1000px;
    margin: auto;
    float: right;
    left: 520px;
    top: 30px;
}
.widget {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.widget p {
  display: inline-block;
  line-height: 1em;
  color: #16868e;
  margin: -1px;
  font-size: 13px;
}
.fecha {
  font-family: arial;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 5px;
  padding: 0px;
  width: 100%;
}

@media only screen and (max-width:767px) {
    .contenedor {
    left: 106px;
    top: 40px;
}

.widget p {
  font-size: 12px;
}

}

