body {
    margin: 0;
}

.cabecera {
    margin-top: 20px;
    border-color: black;
    border-width: 5px;
    border-style: solid;
    border-radius: 20px;
}

.contenedorFoto {
    height: 200px;
    display: inline-block; 
}

.fotoPerfil {
    height: 100%;
    width: auto;
    margin-left: 20px;
}

.descripcion {
    vertical-align: top;
    display: inline-block;
    margin-top: -10px;
}

.descripcionInfo {
    margin-top: -15px;
}

.descripcionInfoTopInfo {
    margin-top: 25px;
}

.linkLinkedin {
    text-decoration: none;
    color: rgb(30, 180, 210);
}

.linkLinkedin:hover {
    color: blue;
}

.contenedorPrincipal {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.divAside {
    width: 300px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    border-radius: 20px;
}

.tituloHabilidades {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    margin-top: -10px;
    margin-left: 10px;
    font-weight: bold;
    background-color: white;

}

.habilidades {
    vertical-align: top;
    margin-top: 8px;
}

.lenguajesP {
    vertical-align: top;
    margin-top: 0px;
    font-size: small;
    margin-left: 7px;
}

.contenido {
    flex: 1;
    margin-top: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    border-radius: 20px;
}

.divContenido {
    margin-left: 20px;
}

strong {
    margin-left: 5px;
}

.divPerfilPrincipal {
    padding-top: 1px;
}

.contenedorPerfil {
    display: flex;
}

.imgPerfil {
    margin-top: 45px;
    height: 100px;
    border-style: solid;
    display: inline-block;
}

.fotoPerfilPrincipal {
    height: 100%;
    width: auto;
}

.perfilPrincipal {
    vertical-align: top;
    display: inline-block;
    margin-top: 20px;
}

.pPerfil {
    margin-top: 30px;
    font-size: medium;
    margin-left: 7px;
}

.imgExperienciaL {
    margin-top: 20px;
    margin-right: 20px;
    height: 115px;
    border-style: solid;
    display: inline-block;
}

.tituloPerfil {
    display: block;
    margin-bottom: -20px;
}

.footerFinal {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #cfcfcf;
    text-align: center;
    line-height: 20px;
    z-index: 1000;
}

.divImgFooter{
    display: inline-block;
    height: 50px;
}

.fotoFooter{
    height: 100%;
    width: auto;
    margin: 10px;
}