/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.hueco { height:80px; }
.fondo { background-color:#a73465; height:90px; padding:10px; padding-right:40px; }
.logo  { float:right; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 2.5em;
}

.footer-container {
  width: 100%;
  padding: 0 15px;
  font-family: "Helvetica", "Tahoma", "Verdana", "Arial", "sans-serif";
  color: #a73465;
}
