/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #4D4D4D;
  border: none;
  z-index: 1010;
}

.footer > .container > a.navbar-brand{
  margin-top: 6px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  /*width: auto;
  max-width: 680px;*/
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
  color: #fff;
}

.enlaceFooter{
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
}

.enlaceFooter:hover{
  color: #fff;
}
.enlaceFooter:active{
  color: #fff;
}
.enlaceFooter:focus{
  color: #fff;
}