body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
	background-attachment: fixed;
	background-image: url(../imagenes/salud.jpg);
	background-repeat: no-repeat;	
}
.hero-spacer {
	margin-top: 50px;
}

.hero-feature {
	margin-bottom: 30px;/* spaces out the feature boxes once they start to stack responsively */
}
.hero-feature .thumbnail {
	background-color: rgba(255,255,255,0.7);
}

/* ESTILOS SENFERM PERSONALIZADOS */
.navbar-inverse {
	background-color: #009FE3;
	border-top-color: #009FE3;
	border-right-color: #009FE3;
	border-bottom-color: #009FE3;
	border-left-color: #009FE3;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.jumbotron {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}
