body {
    margin-top: 60px;

}

.navbar-fixed-top .nav {
    padding: 15px 50;
}

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   background:#172355;
   background-image: url("img/footer_.png");
}

.navbar-inverse {
    background: #172355;
    border-color: #080808;
}

.container{
  min-height: 700px;
}


#posicion{
   margin-top: 200px;
}

#relative {
    position: relative;
    height: 200px;
}

#contenido {
    position: relative;
    height: 1300px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #080808;
    outline: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #f5f5f5;
    white-space: nowrap;
}

.dropdown-menu {
    background-color: #172355;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.panel {
    background-color: #ea2d34 !important;
    opacity: 0.6;
    }