.barraMenu {
    height: 35px;
    background-color: gray;
    background-image: linear-gradient(#8c581d, #e3b141);
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
/*
.barraMenu {
    height: 40px;
   
    background-image: linear-gradient(#182174, #060046); 
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
*/
.flecha-down {padding-left:10px; padding-right:0px; float:right;}

.menu ul {
	background-color: transparent;
	background-image: linear-gradient(#292929, #010101);
	background-color: red;
	display: flex;
	list-style: none;
	
}

.menu ul ul {
	background-image: linear-gradient(#292929, #010101);
	display: none;
}

.menu a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration:none;
}

.menu a:hover {
	/*background: rgba(0,0,0,0.3);*/
	background-color:#ebfa00; 
	color:#000;
	
}

.menu a:hover span {
    color:#fff;
}

.menu a span {
	margin-left: 10px;
}

.menu ul li:hover ul {
	display:block;
	position: absolute;
}

/*.menu a.active:hover {background: blue;}*/

.menuBoton {display:none; cursor:pointer; background-color:#ebfa00; padding:3px 6px; float:right;margin-top: 5px;margin-right: 20px; }
.bar1, .bar2, .bar3 {width:35px; height:3px; background-color:#222; margin: 6px 0; transition: 0.4s;}
.change .bar1 {transform: rotate(-45deg) translate(-7px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: rotate(45deg) translate(-7px, -6px);}

/* ---Fin Menu --*/

/*.barraTop {position:fixed; width:100%; z-index:100; top:0; background-color:#000;} */
.barraTop {position:fixed; width:100%; z-index:100; top:0; }

/*.logo {
	float:left; 
	margin-left: 15px;
	width: 243px;  height: 60px;
	background: url(../imagenes/veneto1.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
	z-index:1;
}*/

.logo {
	float:left; 
	margin-left: 15px;
	width: 324px;  height: 60px;
	background: url(../imagenes/LaGranReina.svg) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
	z-index:1;
}

.infoUsuario, .infoUsuario2 {display:inline-block; padding: 10px 10px; float:right; margin-top: 0px;}
.infoUsuario2 {display: none; background-color:#000; width: 100%; margin-bottom: 10px; margin-top: 0px; float:left;}
.avatar {float: left; width:40px; height:40px; border-radius:50%; border: 1px solid #ebfa00;}
.usuario, .usuarioB {float: left; color:#a8a8a8; padding:10px 12px; color:#fff; }
.usuarioB {color:#fff;}



@media (max-width: 768px) {

    .barraMenu { 
    	height: 15px; }
        
	.menu {
		position: absolute;
		top:65px;
		left:0;
		width: 100%;
		transform: translateX(-100%);
        /*display:none;*/
		transition: all 0.3s;
	}

	.menu ul {
		/*flex-direction: column;*/
		display: block;
		background: #333;

	}

	.menu ul li:hover ul {
		display: none;
		position: static;
	}

	.menu a span {
		position: absolute;
		right: 5px;
	}
     
	.menu ul ul {
		background: #000;
		overflow-x:auto;
		max-height: 300px;
		-webkit-overflow-scrolling: touch;
	}

	.menu ul ul a {
		padding: 15px 40px;
	}
    
    .logo {
		margin-left: 10px;
		width: 178px; height: 50px;
    }

    .menuBoton {display:inline-block;}
    
	.infoUsuario {display: none;}
	.infoUsuario2 {display:block;}    
    

}
