/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
#container {
	display: ;
/*	max-width: 1170px;*/
	margin-top:1.5%;
	padding:0px;
	width:100%;
/*    background-color:#795548;*/
	text-align:left;
	position: relative;
	z-index:999;
}

.topnav {
	display: block;
	font-size:15px;
	height:115px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
 	 border: 0;
	  display: block;
	  position: relative;
 	 -webkit-box-sizing: border-box;
 	 -moz-box-sizing: border-box;
 	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
}
#cssmenu:after,
#cssmenu > ul:after {
  	 content: ".";
 	 display: block;
 	 clear: both;
	 height: 0;
	 line-height: 0;
 	 visibility: hidden;
}
#cssmenu #menu-button {
  	display: none;
}
#cssmenu {
/*	background-color: #CCC;*/
  	display:block;
	font-family: 'univers-consensed', sans-serif;
	line-height: 1;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
 	width: 92.5%;
}
#menu-line {
  background-color: #F58634; /* color linea superior*/
  height: 2px;
  -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;
  left: 0;
  position: absolute;
  top: 0;
}
#cssmenu > ul > li {
  float: left;/*POSICION DE BOTON IZQUIERDO O DERECHO*/
}
#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;
}
#cssmenu > ul > li > a {
   color: #FFF;
  font-size: 16px; /*TAMAŅO DE LETRA*/
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  padding-left:10px;
  padding-right:10px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s ease;
  text-decoration: none;
/*  text-transform: uppercase;*/
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  	color: #FFF; /* menus color over*/
}
#cssmenu > ul > li.has-sub > a {
	color:#FFF;
 	padding-right: 20px;
}
#cssmenu > ul > li.has-sub > a::after {
  border-bottom: 1px solid #F58634; /* color de flecha abajo*/
  border-right: 1px solid #F58634;
  content: "";
  height: 4px;
  -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;
  position: absolute;
  right: 5px;
  top: 21px;
  width: 4px;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #091042; /* over color de flecha abajo*/
}
#cssmenu ul ul {
  left: -9999px;
  position: absolute;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -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: 45px;*/
}
#cssmenu ul ul li a {
  background-color: #FFF; /*fondo sub menu*/
  color: #666;
  font-size: 15px;
/*  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
    transition: color .2s ease;*/
  padding:10px;
  text-decoration: none;
  width: 200px;
  z-index:1;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	background-color: #F58634; /*boton sobre*/
  	color: #FFF;
}
#cssmenu ul ul li.has-sub > a::after {
   height: 4px;
   content: "";
   border-bottom: 1px solid #dddddd;
   border-right: 1px solid #dddddd;
  -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;
  	right: 10px;
  	position: absolute;
  	top: 13px;
 	 width: 4px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  left: 10px;
  right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/*@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) {*/

@media screen and (max-width: 1024px) {

.topnav {
	display: block;
	font-size:15px;
	height:100px;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	text-align:center;
	
}

  #cssmenu {
    width: 104%;
	margin:0px;
	margin-top:0%;
	padding:0px;
  }
  #cssmenu ul {
  	display: none;
    width: 100%;
  }
  #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 {
    border-top: 1px solid #F89543; /* linea horizontal */
	background-color:#F5811E; /* fondo color de menus*/
	height: auto;
	width: 100%;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
  	display: block;
    float: none;
  }
  #cssmenu ul ul li a {
    background: #F5811E;/*boton sub menu*/
    color: #FFF;
	padding: 15px 20px 15px 30px;
    
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
  	background-color: #454545; /*boton sobre sub menu*/
    color: #FFF;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    left: 0;
    margin: 0;
	position: relative;
	right: auto;
	width: 100%;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
  	background-color:#454545; /*LETRA "MENU*/
    display: block;
    color: #FFF;
    cursor: pointer;
	font-size: 15px;
	padding: 15px; /*menu espacio*/
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
  	background: #F5811E; /* menu e lineas MENU CELULARES*/
    content: '';
	display: block;
	height: 2px;
    position: absolute;
	right: 20px;
    top: 16px;
    width: 15px;
  }
  #cssmenu #menu-button::before {
  	border-top: 2px solid #F5811E;  /* menu e lineas MENU CELULARES*/
    border-bottom: 2px solid #F5811E;
    content: '';
	display: block;
	height: 3px;
    position: absolute;
    top: 21px;
    right: 20px;
    width: 15px;
  }
  #cssmenu .submenu-button {
  	border-left: 1px solid #F89543; /* linea vertical al costado del signo + */
  	cursor: pointer;
	display: block;
	height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    z-index: 10;
  }
  #cssmenu .submenu-button::after {
  	background: #FFF; /* linea horizontal del signo + */
    content: '';
    display: block;
	height: 11px;
	left: 26px;
	position: absolute;
    top: 21px;
    width: 1px;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
  	background: #FFF; /* linea horizontal del signo + */
    content: '';
	height: 1px;
    display: block;
    left: 21px;
    position: absolute;
	top: 26px;
	width: 11px;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}