#cursosHeader{
   
    background-image: url("../imagenes/curso.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    padding: 10rem;
  }
  #containerPrin{
    margin-top: 4em;
    margin-left: 20em;
    border: 1px solid rgba(128, 128, 128, 0.2117647059);
    padding-top: 0.5em;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
  }


  #barraLateral{
    border-top: 2px solid;
    border-left: 2px solid;
    
    border-radius: 1em 0 0 0;
  }

  @media (max-width: 1230px) {
    #containerPrin{
      margin:0;
      max-width: 100% !important; 
      
    }
    #barraLateral{
      border-radius:0;
      border-left: 2px solid;
      border-radius: 1em 0 0 0;
    }
  }

  .fechaProfe{
    display: flex;
  }

  .fecha1{
    margin-right: auto;
  }
   .fecha{
    margin-top: 0.5em;
  }
  .centraDescarga{
      display:flex;
      justify-content:center;
  }
  @media(max-width:1000px){
.margenNoticia{
  margin-top: 3em;
  height: auto;
}
  }
  @media(min-width:1001px){
    .margenNoticia{
      margin-top: 3em;
      margin-left: 1em;
      width: 100%;
      height: auto;
    }
      }
      
        #descargaCurso{
        border-color: rgba(0, 0, 255, 0.158);
        border-top:2px solid #000c8a ;
        border-bottom: 2px solid #000c8a;
      }