/*
  Theme Name: personalizado
  
  */

/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

  1. Texto
  2. Header Area
   2.1 Stick menu Area
  3. About Area
  4.Services Area
  5.Skill Area
  6.Faq Area
  7.Wellcome Area
  8.Team Area
  9.Review Area
  10.Portfolio Area
  11. Pricing Table
  12. Testimonials area
  13. Review Area
  14. Quote area
  15.Footer Area
  16.Home Page-2 Area
  17.Home Page 3  CSS
  18.Blog CSS
  17.Blog Details CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Texto
/*----------------------------------------*/

.J2_Menu_letter1 {   font-size: 1.4em; }
.J2_Menu_letter2 {   font-size: 1.5em; }
.J2_Menu_letter3 {  font-size: 1.6em; }
.J2_Menu_letter4 {  font-size: 1.7em;  }

.j2-txt-Orange { color:orange;  }

.j2-txt-Red {  color:Red; }

.j2-txt-DarkGray {  color:DarkGray; }

.J2-txt-Gray { color:Gray; }

.J2_bg_MenuRed {  background-color:red; font-size:1.8em;}

.J2-bg-ColorMenu1Orange {  background-color:orange; }
.J2-bg-ColorMenu1 {  background-color:blue; }

/*saldo de la tabla   */
  .saltoSemestre { height:10px;}
  
 .miTable {
  border-collapse: separate;
  border-spacing: 10px 5px;
    width: 100%;
     font-family: 'Open Sans', sans-serif;
}

.nombreMaterias{ width:40px; color:gray;}

.espacio {width:50px;}

.semestre { color: black; font-size:1em; font-weight:bold; width:200px;  background-color:orange; text-align:center;}

.semestreCol1 { color: black; font-size:1em; font-weight:bold; width:300px;  background-color:orange; text-align:center;}
.semestreCol2 { color: black; font-size:1em; font-weight:bold; width:300px;  background-color:orange; text-align:center;}



.textoCarreras ul li{
    color:gray;
     font-family: 'Open Sans', sans-serif;
}


.Degree1 {
    color:black;
    font-size: .5em;
    font-weight: 400;
}

.downFile {
    color:white; font-weight: 200;padding-left: 5px; font-size: 1.2em; 
}

/*----------------------------------------
 .End CSS

 <body>
  <div class="menuContainer"></div>
</body>

  <script>
    $(document).ready(function () {
      $('.menuContainer').load('./menu.html');
    });
  </script>
----------------------------------------*/
