/*
|--------------------------------------------------------------------------
| TOPBAR = Barra superior (alertas)
|--------------------------------------------------------------------------
*/
.topbar{
	position: absolute;
	top:0;
	left: 0;
	z-index: 21;

	background: #111;
	color: #aaabae;

	width: 100%;
	height: 40px;
	text-align: center;
}


	.topbar .elige-centro {text-align: left}
	.topbar .elige-centro > .btn{
		background: #000;
		color: #fff;
		height: 40px;
		padding: 0 10px;
		line-height: 40px;
		width: 50px;
		font-size: 23px
	}
	.topbar .elige-centro > .btn.active{
		background: #454E5E;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
	}
		.topbar .elige-centro ul span{
			font-size: 15px;
			width: 30px;
			text-align: center;
			display: inline-block;
			margin-right: 0px;
		}

		.topbar .elige-centro .dropdown-menu{
			background: #454E5E;
			margin: -1px 0 0 0;
			z-index: 21;
			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
		}
			.topbar .elige-centro .dropdown-menu a{
				color: #fff;
				padding: 12px;
			}
			.topbar .elige-centro .dropdown-menu a:hover{
				color: #fff!important;
				background: #262B34!important;
			}


	/* Cliente logo */
	.topbar .cliente-logo {
	  color: #888;
	  cursor: pointer;
	  height: 100%;
	  padding: 5px 10px;
	  margin: 0 auto;
	}
		.topbar .cliente-logo img {
    float: right;
    height: 100%;
    padding-right: 8px;
}
