.ver_enlace{
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-around; 
    margin: 15px;
    transition: 0.5s;
   
}
.ver_enlace div{
    margin: 20px;
}

.ver_enlace img{
     border: 2px solid;
}


.ver_enlace img:hover{
    border-radius: 20px;
    transition: 0.5s;
}

.nav_ult{
    position: absolute;  
    right: 100px;top:5px;
}
.logo{
	width: 250px;
	height: 115px;
}
.logo img{
	margin: 0;
	width: 100%;
	height: 100%;
}

.flotante {
    display:scroll;
    position:fixed;
    bottom:20px;
    right:20px;
}

p{
    color: #374d6a;
    border-color: #374d6a;
    -webkit-text-stroke: #374d6a;
    font-weight: bold;
}

@media screen and (max-width: 450px) {
    .nav_ult{
        right: 65px;
        top:50px;
    }
}