@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 110px;
  line-height: 140px; /* Vertically center the text there */
  background-image: url(../images/onde-footer.png);
  background-repeat: repeat-x;
  text-align: center;
  font-size: 13px;
}

a.one:hover {
	color:#000;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

@media only screen and (min-width: 230px) and (max-width:374px) {
    .container {
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}
.footer {
  /* Set the fixed height of the footer here */
line-height: 22px;
height: 82px;
background-image: none;
background-color: #ff9900;
}
}

@media only screen and (min-width: 375px) and (max-width:767px) {
.container {
margin-left: auto;
margin-right: auto;
font-size: 85%;
}
.footer {
  /* Set the fixed height of the footer here */
line-height: 22px;
height: 60px;
background-image: none;
background-color: #ff9900;
}
}