.logo {
    width: 97%;
		text-align: center;
	}
.bloqueMenu{
    text-align: center;
    float: none;
}
  .bloqueMenu ul {
      list-style: none;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      border-top: 1px solid #457cbf;
  }
  .bloqueMenu ul li {
      display: inline-block;
      width: 30%;
  }
    .bloqueMenu ul a {
      padding: 10px 22px 10px;
      height: 27px;
      background-size: 100%;
          font-size: 16px;
  }
  .bloqueMenu ul li ul li {
    display: block;
    width: 23%;
}

  .vermas {
      top: 542px;
  	}
    .contenido {
	margin: -272px auto 20px;
    box-sizing: border-box;
  }
@keyframes bajaContenidos {
  from {margin-top:-400px;}
  to{margin-top:-272px;}
}
