ul.tabs {
	margin: 20px 0px 0px 0px;
	padding: 0;
	float: left;
	list-style: none !important;
	height: 32px;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0px 1px 0px 0px;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 22px !important;
	border: 1px solid #333;
	background-color: #d1dae2;
	color: #ccc;
	overflow: hidden;
	position: relative;
	list-style: none !important;
	-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

.tab_last { border: 1px solid #333; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
	list-style: none !important;
}

ul.tabs li.active {
	background-color: #18acb3;
	color: #fff !important;
	border-bottom: 1px solid #333;
	display: block;
	list-style: none !important;
}

.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
	padding-top:50px;
    margin-bottom:50px;
}

.tab_content {
	padding: 10px 20px;
	display: none;
    background:url('../img/fondo-empleados.png') no-repeat #fff;
    background-size:contain;
    background-position:bottom right;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 799px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #18acb3;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 2px 0px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        font-size:14px;
	}
	.d_active {
		background-color: #18acb3;
		color: #fff;
	}
}