.cabeceraContenedor
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  background: url('../img/eslogan2.png') repeat-x;
  background-size: 250px 75px;
}
.cabeceraCentral
{
  display:flex;
  justify-content:flex-end;
  flex-grow:2;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 850px) {
  /* Bump up size of carousel content */
  .cabeceraCentral
  {
    display:flex;
    justify-content:center;
    width:100%;
    order:2;
  }
}


