@charset "utf-8";
/* CSS Document */

.display-bg{
	background: url(header.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1.titulo{
	color:#0b2934;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #6b2287;
}

img.display-title {
  max-height: 180px;
}

.alert-info {
  color: #0c5460;
  background-color: #ecfffd;
  border-color: #d5f0ed;
}
.alert-info h5{
	color:#009983;
}