#pasantiaHeader{
   
    background-image: url("../imagenes/student.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    padding: 10rem;
  }

  .noticia{
    display:flex;
    justify-content: center;
  }
  
  .titulo-noticia{
    color: white !important;
  }
  
  .subtitulo-noticia{
  font-size: 15px;
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  .subtitulo_subseccion{
    color: white !important;
    font-size: 22px;
    text-transform: uppercase;

  }

  #pasantiaPresenta{
   background: #ececec;;
  }

  li{
    padding-top: 0.5em;
  }

     /* Ocultar el botón "Examinar" */
     #curriculum {
      display: none;
  }

  /* Estilo para el contenedor del mensaje */
  #mensaje_curriculum {
      display: inline-block;
      padding: 6px 12px;
      cursor: pointer;

  }

