 
.menuGeneralResp{
	display: block;
}

.menuGeneralResp nav {
	width:85%;
	height: auto;
	right:-100%;
	margin: 10px 0;
	position: fixed;
	z-index: 999;
	background-color: #e0e0e0;
}

 .menuGeneralResp nav ul {
	overflow:hidden;
	list-style:none;
}

.menuGeneralResp nav ul li {
	display:block;
	float:none;
	border-bottom: 1px solid gray;
}

.menuGeneralResp nav ul li a {
	color: #5d5d5d;
	padding:20px;
	display:block;
	text-decoration:none;
}
 
.menuGeneralResp nav ul li span {
	margin-right:10px;
}
 
.menuGeneralResp nav ul li a:hover > span {
	color: white;
}

.menuGeneralResp nav ul li a:hover {
	background: gray;
	color: white;
}

.menu_bar {
	display:block;
	width:100%;
}

.menuGeneralResp{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	display: block;
}

.menuGeneralResp .menu_bar .icon{
    font-family: 'Icon-works';
    display: block;
    cursor: pointer;
    font-size: 2.2em;
    color: #676767;
    font-weight: normal;
    text-shadow: 5px 0px 5px gray;
}

.itemUsuario-icon
{
	font-family: 'Heydings';
	font-size: 18px;
	color: gray;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.itemUsuario-icon-m{
	font-family: 'Modernpics';
	font-size: 18px;
	color: gray;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.itemUsuario{
	display: none !important;
}
