/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}

.footer {
 /* position: absolute;
  background-image:  url(./image/fondo-pp.jpg); */  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100%;
  line-height: 20px; /* Vertically center the text there */ margin-bottom: -50px;
 /*  background-color: #f5f5f5;
 */ }



/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */


body > .container {
  padding: 70px 15px 0px 15px;
}

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


code {
  font-size: 80%;
}
