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