/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
.mainfooter {
 /* position: relative; */ Test Footer 
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 152px;
background: url(../../fileadmin/_incas2016/mainfooter_bg.png) repeat-x top center #337585;
padding-top:  15px; 
}


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

body > .container {
  padding: 105px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}