body {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
.header ul {
	padding-top: 15px;
}

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 5px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
  max-width: none;
}

@media (max-width: 768px) {
	#menu_navegacion{
		padding-bottom: 15px;
		padding-top: 0px;
	}
	
	.header img{
		float: none;
    	margin: 0 auto;
	}
}