/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 190px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 190px;
  line-height: 20px; /* Vertically center the text there */
  background-color: #f5f5f5;
/*  background-image: url("../imagens/cresce_fundo.jpg");*/
  background-position: left top; 
  background-repeat:repeat-x;
}