#menu
{
	position: relative;
	background-color: #313222;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #fff;
	font-size: 2vh;
}
#tdinput
{
	text-align: right;
}
#busqueda_menu
{
	font-size:4vh;
	padding:.5vw;
	width:50vw;
	border:1px #D77F29 solid;
	text-align: center;
	outline:none;
	border-radius: 100vw;
}
#icono_busqueda
{
	text-align: left;
}
#buscar_icon
{
	color: #fff;
	font-size: 4vh;
	position: relative;
	width:100%;
	height:100%;
	border:none;
	border-left:1px solid #ADADAD;
	background:none;
	outline:none;
	font-family:fontello;
}
#menu_logo
{
	text-align: center;
}
#menu_logo img
{
	width: 30vh;
}
.icon_menu
{
	font-family:fontello;
	font-size: 3vh;
}
#menu_categorias
{
	position: absolute;
	display: none;
	width: 48vh;
	text-align: left;
	font-size: 2vh;
	background-color: #313222;
	z-index: 1;
}
#menu_categorias td:hover
{
	background-color: #000;
}
#menu_categorias a
{
	text-decoration: none;
	color: #D77F29;
}
#menu_Usuario
{
	position: absolute;
	display: none;
	width: 48vh;
	text-align: left;
	font-size: 2.5vh;
	background-color: #313222;
	z-index: 1;
	color: #D77F29;
}
#menu_Usuario a
{
	text-decoration: none;
	color: #D77F29;
}
#usuario_td, #categorias_td
{
	text-decoration: none;
	color: #fff;
}
#menu_div
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}
.icon_button
{
  font-family:fontello;
	font-size:3vh;
  text-decoration: none;
  color: #E88701;
}
