@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: 'DIN1451StdEngschrift';
    src: url('../fonts/dinengschriftstd-webfont.eot');
    src: url('../fonts/dinengschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinengschriftstd-webfont.woff') format('woff'),
         url('../fonts/dinengschriftstd-webfont.ttf') format('truetype'),
         url('../fonts/dinengschriftstd-webfont.svg#DIN1451StdEngschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
	--colornavgrupal:#400d09;
}
/*------------------configuracion css3 menu grupal-------------------------------*/

.menu-grupal {
  /*background-image:url(../images/fondo_menu.jpg);
  background: #222;
  background: linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -moz-linear-gradient(top, #222, #111);*/
  border: solid 0px #FFCC00;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  height:auto;  /*54px; */
  line-height: auto 100%;
  margin: 0px auto 0px auto; /*cambiar margin top por el correspondiente*/
  padding: 0px 0px 0px 0px;  /*margenes dentro de menubar*/
  position:relative;
  width: 290px;
  z-index:999;
}
.menu-grupal li {
  float: left;
  list-style: none;
  margin: auto; /*0px 0px 0px 0px;
  padding: 0px 6px 0px 6px;*/
  position: relative;
}
.menu-grupal a {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff3eb;
  display: block;
  font-family: 'DIN1451StdEngschrift', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  margin-bottom: 2px;
  margin-left:1px;
  margin-right:1px;
  margin-top:2px;
  padding: 4px 25px 4px 25px; /*-------- top left bottom right -> de boton nombre alumno -------*/
  text-decoration: none;
  text-shadow: 0px 0px 0px #000000;
}
.menu-grupal li ul li a {
  margin: 0;
}
.menu-grupal .active a{  /*#menu-bar .active a, #menu-bar li:hover > a */  
  background: #111;
  /*background: linear-gradient(top, #222, #111);
  background: -ms-linear-gradient(top, #222, #111);
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
  background: -moz-linear-gradient(top, #222, #111);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  color: #fff;
  height:auto;
  text-shadow: 0px 0px 0px #FFFFFF;
  width:auto;
}
.menu-grupal li:hover > a {
  background: var(--colornavgrupal);
  /*background: linear-gradient(top, #838383, #111);
  background: -ms-linear-gradient(top, #838383, #111);
  background: -webkit-gradient(linear, left top, left bottom, from(#838383), to(#111));
  background: -moz-linear-gradient(top, #838383, #111);*/
  /*background-image:url(../images/fondo_menu_hover.jpg);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0px 0px 0px #FFFFFF;*/
  border: 2px solid #DAA520;
  color: #FFFFFF;
  opacity:0.9;
	transition: .10s;
  width:215px;
}
.menu-grupal ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.menu-grupal ul a:hover {
  background: #FFCC00 !important;
  background: linear-gradient(top,  #FFD427,  #FFCC00) !important;
  background: -ms-linear-gradient(top,  #FFD427,  #FFCC00) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD427), to(#FFCC00)) !important;
  background: -moz-linear-gradient(top,  #FFD427,  #FFCC00) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #48552D !important;
  text-shadow: 0px 0px 0px #FFFFFF;
}

.menu-grupal ul {
  background: #FFFFFF;
  border: solid 1px #F0F0F0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 1px 1px 3px #222222;
  -webkit-box-shadow: 1px 1px 3px #222222;
  -moz-box-shadow: 1px 1px 3px #222222;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 34px;
  width: 240px;
}

.menu-grupal li:hover > ul {
  display: block;
}

.menu-grupal ul li {
  float: none;
  margin: 0;
  padding: 0;
}

.menu-grupal ul a {
  color:#48552D !important;
  font-family:'trebuchet ms';
  font-size:15px;
  font-style:normal;
  font-weight: normal;
  padding:10px 0px 10px 15px;
  text-shadow: 0px 0px 0px #FFFFFF;
  text-align:left;
}

.menu-grupal ul li:first-child > a {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}

.menu-grupal ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}

.menu-grupal:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

/*#menu-grupal {
  display: inline-block;
}

html[xmlns] #menu-grupal {
  display: block;
}

* html #menu-grupal {
  height: 1%;
}*/

/*------------------fin configuracion css3 menu grupal-------------------------------*/

