* {
    box-sizing: border-box;
  }
  :root {
  --color-textos-secundarios: rgba(136, 202, 110, 0.5);
  --color-textos: rgba(8, 108, 45, 0.76);
  --color-fondos: rgb(109, 150, 87);
  --color-1: rgb(138, 183, 138);
  --color-2:#267e3d;
  --color-3: white;
  --color-4: rgb(8, 118, 48);
  
   --tipo-titulos: sans-serif;
   --tipo-textos: serif;
   margin: 10px;
  }
  
  
  
  img{
  max-width: 30%;
  border-radius: 50%;
  border: solid 10px #a95454;
  margin: 20pt;
  }
  
  
  
  a {
   text-decoration: none;
   color: whitesmoke;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: bold;
  }
  
  body {
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   margin: 20px;
   
  }
  .comitente_textos{
  background-color: lightcoral;
  margin: 70px;
  border-radius: 20pt;
  padding: 2em;
  
  }
  
  .resumen{
    color: whitesmoke;
    font-size: 19pt;
    margin: 20pt;
    font-weight: bold;
  
  
  }
  
  .materias{
  margin: 20pt;
  }
  
  .datos{
    margin: 10pt;
    padding: 1em;
  }
  
  h1{
     color: #f8f8f8;
     font-size: 25pt;
     margin: 20pt;
     margin-top: 20pt;
    
     
  }
  
  h2{
     color: rgb(245, 245, 245);
     margin: 20pt;
     font-size: 15pt;
     
  }
  
  h4 {
    font-size: 13pt;
    margin: 20pt;
    color: whitesmoke;
  }
  
  
  header,
  footer {
  background-color:#a95454;
  color:#000501;
  }
  
  header nav ul {
  list-style: none;
  background-color: #589468;
  padding: 2rem;
  }
  
  header nav a {
  color: white;
  background-color: #0f6626;
  display: block;
  width: max-content;
  margin: .25em;
  padding-block: .25em;
  padding-inline: 1em;
  }
  
  
  header nav a:hover {
  background-color: rgb(241, 142, 71);
  color:whitesmoke;
  }
  