#imagenperfil {
    box-sizing: 50%;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    border: 1em;
    border-color: black;
}

body {
    background-color: rgb(183, 218, 224);
}

header {
    background-color: azure;
}

img {
    max-width: 100%;
}

nav ul {
    display: flex;
    float: right;
}

nav ul li a {
    padding: 1em;
}

.miFoto {
    width: 20%;
    border-radius: 50%;
}

.contenedortitulo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fondoVioleta {
    background-color: rgb(151, 174, 201);
    border-radius: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    text-align: center;
}

.menuItemContenedor {
    border-radius: 1em;
    opacity: .5;
    margin-right: 10px;
}

.contenedorLista {
    position: relative;
    left: 25%;
}

.menuItem {
    list-style: none;
}

.menuItem a {
    color: black;
    text-decoration: none;
}

.fondoVioletaCompleto {
    background-color: rgb(151, 174, 201);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.textoCentrado {
    text-align: center;
}

.textoFormateado {
    margin: 10px 25%;
}