/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
  body {
    font-size: 18px;
    background: white;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
      
}


  
  a {
    font-size: 12px !important;
    color: #000000 !important;
    text-decoration: none !important;
      
  }
  
  a:hover {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline !important;
  }
  
  p {
    margin: 0;
  }

  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
 #header {
    width: auto;
    height: 120px;
    text-align: left;
     /*background-color: black;*/
    background-color: #2D48A7;
     
    transition: height 0.8s;
}

#header.Scroll {
  width: auto;
  height: 85px;
  text-align: left;
   /*background-color: black;*/
 background-color: #2D48A7;
  transition: height 0.8s;
}

#header.Scroll .divisorUASLP-ENTIDAD {
  height: 40px;
  width: 1px;
  background-color: white;
  }

  #header.Scroll .logo {
    display: none;
    }

  #header.Scroll .textoUASLP, .textoUASLP a {
    font-family: sans-serif;
    display: flex !important;
    text-decoration: none !important;
    }

  #header .divisorUASLP-ENTIDAD {
    height: 70px;
    width: 2px;
    background-color: white;
    }



  #header .textoUASLP, .textoUASLP a {
      color: white !important;
      font-size: 20px !important;
     font-family: sans-serif;
      margin-bottom: 0;
      display: none;
      margin: 0 8px;
  }

   
  #header img {
    padding: 0;
    margin: 0 10px;
    height: 60px;
  }
  
  #main {
    margin-top: 120px;
  }
  /*--------------------------------------------------------------
  # m-content
  --------------------------------------------------------------*/

  .m-content{
    padding-bottom: 1rem;
  }
  .bg-body {background-color: #606060!important; color:#fff}
  /*--------------------------------------------
    Estilos para pantallas mayores a 1025 
  ----------------------------------------------*/
  @media screen and (min-width: 1025px)
  {
    .m-img{
      height:600px;
      position:inherit; margin-bottom: 20px;/*margin-top: 20px;*/
      background-image: url(img/PORTADA_CDD.jpg); background-repeat: no-repeat;
      background-size:contain; /*background-position: center;*/
    }
  
    .m-text{
      padding-bottom: 15px; padding-top: 15px;
    }
  
    .m-text p{
       color: #393e75;  font-size: 18px;
            }

.m-text h2{
      color: #000000;  
      font-size: 30px;
    
    }

  
  /*--------------------------------------------------------------
  # diplomado
  --------------------------------------------------------------*/
    #diplomado img{
      width: 100%;      
    }

    #datosEvento img{
      width: 50% !important;
    }
  }

  /*--------------------------------------------
    Estilos para pantallas entre 680 y 1024px
  ----------------------------------------------*/

  @media screen and (min-width: 680px) and (max-width: 1024px)
  {
    .m-img{
      height:270px; width: 100%; 
      position:inherit; margin-bottom: 20px;margin-top: 20px;
      background-image: url(img/PORTADA%20CDD.jpg); background-repeat: no-repeat;
      background-size: contain; background-position: center;
    }
  
    .m-text{
      padding-bottom: 20px; padding-top: 20px;
    }
  
    .m-text p{
      color: #393e75;  font-size: 18px;
    }

    #diplomado img{
      width: 100%;
      /*height: 350px;*/
    }
    
    #infoEvento table{
      font-size:medium;
    }

    #datosEvento img{
      width: 50% !important;
    }
  }


  /*--------------------------------------------
    Estilos para pantallas entre 1 y 679
  ----------------------------------------------*/
  @media screen and (min-width: 0px) and (max-width: 679px)
  {
    #header img {
      padding: 0;
      margin: 0 10px;
      height: 40px;
    }
    .m-img{
      height:250px; width: 90%; 
      position:inherit; margin-bottom: 20px;margin-top: 20px;
      background-image: url(img/PORTADA%20CDD.jpg); background-repeat: no-repeat;
      background-size: contain; background-position: center;
    }
  
    .m-text{
         padding-bottom: 20px; padding-top: 20px;
    }
  
    .m-text p{
      color: #393e75;  font-size: 16px;
    }

    #diplomado img{
      width: 100%;
      /*height: 300px;*/
    }

    #datosEvento table{
      font-size: small;
    }

    #datosEvento img{
      width: 40% !important;
    }

    #infoEvento table{
      font-size: small;
    }
  }

  
  @media screen and (min-width: 576px) and (max-width: 680px)
  {
    #datosEvento img{
      width: 60% !important;
    }
    
    #infoEvento table{
      font-size:small !important;
    }
  }
      
  /*--------------------------------------------------------------
  contenido1  
  --------------------------------------------------------------*/

  .mod p{
    font-size: small;
  }

  .mod a{
    color: #004A98 !important;
  }

 


  @media (min-width: 1200px)
  {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 1000px!important;
  }
  }
 


  
 #footer{background-color: #606060; margin-top:20px;}
 #footer .contenido{margin:0 auto; max-width: 1000px; padding: 20px; }
 #footer .contenido a .logoUASLP{width:50px; }
 #footer .contenido a .logoSA{width:40px; }
 #footer .contenido a .logoSB{width:40px; }

 #footer .diseno{float: right;font-size:09pt!important;color:#fff}
 #footer .diseno a{font-size:09pt!important; font-family: Verdana, Geneva, Tahoma, sans-serif;}
 



.text-center {
 font-size: 18px !important;

}



.encabezadoTabla {
      color: green;
    
}

.btn-reg {
    background-color: orangered;
    
}
