.bg-gris{
	background-color: rgba(0, 0, 0, 0.03) !important; 
}
.bg-gris-oscuro{
	background-color: rgba(0, 0, 0, 0.4) !important; 
	color: #FFF;
}
.bg-gris h5, .bg-gris-oscuro h5{
	margin-bottom: 0;
}

.fila-login{
	font-size: 17px;
}

.text-gris{
	color: #CCCCCC;
}

.fila-tabla{
	transition:all 0.4s ease;
}
.fila-tabla:hover{
	background-color: #faf9d9;
}

/* Consultas mesas */

#mesas{
	width:100%;
	margin-top:10px;
}
.mesa{
	width:100%;
	border:2px solid #DDD;
	background-color:#FAFAFA;
	padding: 15px;
	font-size:16px;
	margin-top:10px;
}
.titulo_mesa{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	
}
