.topbar {
	background-color: #eeeeee;
	color: #626262;
	min-width:100% !important;
	font-size:15px;
}
.topbar #right.botones a, .botones-responsive .botones a {
	color: white;
    padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #626262;
}
.botones-responsive .botones a{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.botones-responsive .botones a:first-child{
	border-right: 1px solid white;
}
.topbar img {
	/* filter: invert(50%); */
}
.topbar .botones a:first-child {
	border-right: white 1px solid;
}
.topbar .row {
	max-width:1200px !important;
	margin: 0 auto !important;
}
.topbar .top_left {
	float:left;
	margin:10px;
	font-size: small;
	/* margin-top: 3px; */
	/* margin-bottom: 3px; */
}
.topbar #right {
	float:right;
	margin:10px;
	/* margin-top: 3px; */
	/* margin-bottom: 3px; */
}
.topbar a, .topbar a:hover {
	color: #626262;
}
.topbar-banner {
	background-color: #fff !important;
	max-width: 1200px !important;
    margin: 0 auto !important;
}
.banner-menu img {
	margin: 0px auto;
}
@media (max-width: 768px) {
	.topbar-color .col-sm-4{
		min-height:25px;
	}
	.topbar .top_left, .topbar #right {
		float:inherit;
		width:100%;
		text-align: right;
		margin-left: 0px;
		margin-right: 0px;
	}
}