#dd_registroempresa_tabs{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:40px;
	margin:10px 0;
}
#dd_registroempresa_tabs .tab{
	display:flex;
	justify-content:center;
	align-items:center;
	width:95%;
	text-align:center;
	background:#f8bb45;
	color:white;
	font-family:'WorkSansRegular';
	height:100%;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#dd_registroempresa_tabs .tab.actual{
	background:white;
	color:#f8bb45;
	border-top:1px solid #f8bb45;
}
#dd_registroempresa_tabs .tab:hover{
	background:#e09608;
}
#dd_registroempresa_tabs .tab.actual:hover{
	background:white;
	color:#e09608;
	border-color:#e09608;
}