.nav{
    background-color:white;
}

.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('http://hdwbin.com/wp-content/uploads/2014/09/blue-background-hd.jpg');
  background-size: cover;
  height:150px;
}

.jumbotron .content{
    padding-left:100px;
}

.jumbotron h2 {
  font-size: 28px;
  color: #fff;
}

.miContenido{
    padding-top:10px;
    padding-left:100px;    
}

.footer {
  background: #f7f7f7;
  position:fixed;
  bottom:0;
  width:100%;
  left:0;
}

.footer h3{
    text-align:right;
    padding-right:30px
}

.footer p{
    text-align:right;
    padding-right:30px
}
