 body {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: x-large;
    margin: 40px;
    background: #4e4c59;
 }

 table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid black;


 }

 thead {
    text-align: center;
    background-color: #4e4c59;
    color: white;
    font-weight: bold;
    font-size: large;
 }

 tfoot {
    text-align: center;
    background-color: #4e4c59;
    color: white;
    font-weight: bold;
    font-size: large;
 }

 th {
    padding: 5px;
    /* Añade espacio interno al texto */
    text-align: center;
    /* Alinea el texto a la izquierda */
 }

 td {
    padding: 5px;
 }

 .cv-container {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #4e4c59;
 }

 .contenedor-botones {
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .botones button {
    color: white;
    border: none;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-decoration: none;
 }

 .botones button:hover {
    background-color: #6c6a75;
    transform: translateY(-2px);
 }

 h1 {
    color: #4e4c59;
    margin-top: 30px;
    text-align: center;
 }

 h2 {
    color: #4e4c59;
    margin-top: 30px;
    text-align: center;
 }

 h3 {
    color: #4e4c59;
    margin-top: 20px;

 }

 .section {
    margin-bottom: 20px;


 }

 .info {
    margin-bottom: 10px;
 }

 ul {
    padding-left: 20px;
 }

 strong {
    color: #4e4c59;
 }

 dl {
    display: flex;
    flex-direction: column;
    position: static;

 }

 dt {
    font-weight: bold;
    margin-top: 10px;
    color: #4e4c59;
    display: inline-block;
 }

 dd {
    margin: 0 0 10px 20px;
    display: inline-block;
 }
 
     .contenedor-imagen {
      width: 500px;
      height: 300px;
      overflow: hidden; /* Opcional: para recortar la imagen si es necesario */
    }

    .contenedor-imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 .img img {
    max-width: 300px;
    height: auto;
    border-radius: 80%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
 }