body{
    display: flex;    
}

.body{
    width: 100%;
    height: auto;
}

.imagenes{
    width: 100%;
    height: auto;
}

.imagenes hr{
    border: 1px solid #75757580; 
    margin: 1.3%; 
    height: 5rem;
    display: inline;
}

#logo{
    width: 21%;
    height: auto;
}

.sellos{
    width: 7%;
    height: auto;
}

.instit{
    width: 18%;
    height: auto;
}

.container-fluid{
    justify-content: space-around;
}

#home{
    width: 20%;
    height: auto;
    text-align: center;
}

.navbar-brand{
    text-align: center;
    width: 8rem;
}

.nav-item{
    width: 15rem;
}

.nav-item .nav-link{
    font-size: 100%;
    width: 10rem;
    justify-content: center;
    text-align: center;
}

.nav-item .nav-link:hover{
    background-color: blue;
}

.dropdown-menu{
    width: 195%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 900px) {
	.nav-item{
        width: 16%;
    }

 }