.top-banner-rosas-slider {
  background-color: #fadcde;
  color: #3d3d3d;
  font-family: 'Oranienbaum', serif;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 1050;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

body {
  padding-top: 40px; /* para que no tape el header */
}