@charset "utf-8";
/* CSS Document 
ESTE MENU TIENE RETOQUES DE CODIGO EN LA LINEA 149 PARA QUE ANDEN LAS SUBCATEGORIAS*/


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-family:abel, Arial, Verdana,sans-serif;
  line-height: 1.2em;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  z-index:10000; /*para evitar que sea tapado por el slider*/

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	float:right;
  width: auto;
  font-family: robotomedium, Arial, sans-serif;
  text-transform:uppercase;
  line-height: 1;

/*  background: #ffffff; el color del menu está dado en el fondo de menu en stylesheet*/
  padding-right:10px;
}
/*La linea que recorre el menu*/
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  padding-bottom:2px;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index:100000;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
/*Los "botones" del menu en primer término*/
#cssmenu > ul > li > a {
  padding: 20px 10px 18px 10px;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.75);/*bordel a la derecha*/
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  font-weight: bold;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background-color: #10665f;
}
#cssmenu > ul > li:last-child > a {
border: 0 none;
}
/*MIO*/
#cssmenu > ul > li.productos > a {
  /*color: #CF0;/*F03
  background-color: #FFF;*/
  
}
#cssmenu > ul > li.resaltado > a:hover {
  color: #FFF;
  background-color: #0CF;
}
#cssmenu  ul.productos li a{
  
  width: 180px;
  
}
/*fin MIO*/
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;/* padding flechitas*/
}
/*FLECHITAS 1*/
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #FFF;/* el color de la flechita inicial (no la segunda instancia) al hover*/
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0px; /*Posicion del menu de 3ra instancia ORIGINAL 0*/
  width: 100%;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 36px;/* alto del li en 2da instancia, debe estar en concordancia con el padding del li*/
}
/* LOS PADDINGS DE LOS SIGUIENTES 4 # DEFINEN LA ALTURA DEL BOTON*/
/*2da instancia del menu, x ej. subcategorías, es lo que está al desplegar un botón principal, es lo que mencionaba arriba...*/
#cssmenu ul ul li a {
  padding: 10px 2px 10px 10px;
  width: 122px;
  font-size: 1.1em;
  font-weight: bold;
  background: #1f3740;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  border-bottom:1px solid #fff;
}
/*MIO, 3ra instancia del menu, (el segundo estado de las cats, o sea las subcats), drop de dif color y ancho*/
#cssmenu ul li ul li ul li a {
  padding: 10px 2px 10px 10px;
  width: 170px;
  font-size: 12px;
  background: #333;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  
}
/*MIO, en servicios, drop acorde al ancho de "SERVICIOS"*/
#cssmenu  ul.cssmenuserv li a{
  padding: 10px 2px 10px 6px;
  width: 100px;
  font-size: 12px;
  background: #1D1D1D;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
/*MIO, para evitar que se corra el scroll horizontal si el ultimo li tiene subs*/
#cssmenu  ul.cssmenuinst li a{
  padding: 10px 2px 10px 10px;
  width: 150px;
  font-size: 12px;
  background: #1D1D1D;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background: #3A8740;/*Cambia de color al hover en todos los estados (a menos que alguno de los estados especiales tenga uno diferente*/
  color: #fff;
}
/* FLECHITAS 2, la segunda flechita (al desplegar una subcat que tiene algo mas)*/
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;/*color de la segunda flechita al hover*/
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
  #cssmenu {
	  width:100%;
	  
	  margin-left:0px;
	  

}
  #cssmenu ul {
    width: 100%;
    display: none;

	
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);/*borde top de los li del menu*/
	
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	z-index:0; 
	color: #ffffff;
	
  }
  
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
	line-height:0.6em;
	border-top: 1px solid rgba(120, 120, 120, 0.15);/*borde bottom de los li del menu*/
  }
  /*menu sub +, lo que aparece al presionar el +*/
  #cssmenu ul ul li a {
    padding: 18px 20px 20px 30px;
    font-size: 12px;
    color: #ffffff;
    background: none;
	
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #ffffff;
	background-color:#10665f;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  /*el boton desplegador*/
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
	font-weight:bold;
    text-transform: uppercase;
	
  }
  /*Primera barrita del boton de menu*/
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    background: #FFF;
	
  }
 /* siguientes barritas del menu*/
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
  }
  /*El + que aparece en primera y segunda instancia*/
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 53px;
    width: 52px;
    cursor: pointer;
  }
  /*palito vertical del +*/
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 23px;
    display: block;
    width: 3px;
    height: 11px;
    background: #FFF;
    z-index: 99;
  }
  /*palito horizontal del +*/
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 25px;
    display: block;
    width: 11px;
    height: 3px;
    background: #FFF;
    z-index: 99;
	
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
	
  }
  /*MIO, en segundo estado de las cats, drop de dif color y ancho*/
#cssmenu ul li ul li ul li a {
  padding: 12px 2px 12px 40px;
  width: 100%;/*Cambiado a 100% para que abarque todo el ancho*/
  
  
}
/*MIO, en servicios, drop acorde al ancho de "SERVICIOS"*/
#cssmenu  ul.cssmenuserv li a{
  padding: 15px 2px 15px 30px;
  width: 100%;/*Cambiado a 100% para que abarque todo el ancho*/
  
}
/*MIO, para evitar que se corra el scroll horizontal*/
#cssmenu  ul.cssmenuinst li a{
  padding: 15px 2px 15px 30px;
  width: 100%;/*Cambiado a 100% para que abarque todo el ancho*/
  
}
}
@media all and (max-width: 1024px) {
#cssmenu > ul > li > a {
  
  color: #FFF;
 border-right: 0px none;/*bordel a la derecha*/
  
}
}