.img-cabecera {
	background: url('../img/cabcera.png');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}

@media screen and (min-width: 992px) {
    .img-cabecera {
		height: 450px;
	}
}

body {
	background-color: #385664;
}

.btn-azul {
	background-color: #78ABC7;
	color: white;
}