@charset "utf-8";
/* CSS Document */

.display-bg{
	background:url(header.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1.titulo{
	color:#fff;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #345E2F;
}

img.display-title {
  max-height: 180px;
}