.navbar-default{
	border-color: #0b679e;
  	border-width: 4px;
  	border-radius: 10px
}
.navbar-brand.selected {
  border-radius: 2px
}


/* AGREGADOS CHATGPT */

/* Header */
.header {
    background-color: #343a40;
    color: #fff;
    font-weight: bold;
}

.header a {
    color: #0d638f;
    text-decoration: none;
}




/* Footer Styles */
.footer {
    background-color: #343a40;
    color: #fff;
}

.footer a {
    color: #0d638f;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}