﻿.tab-control {
	height: 100%;
}
/* Style tab headers */
.tab-header {
	border: 1px !important;
	border-style: solid !important;
	border-color: lightgray !important;
	border-bottom: none !important;
	border-bottom-style: none !important;
	float: left;
	outline: none;
	padding: 6.5px !important;
	cursor: pointer;
}

.tab-header:hover {
	background-color: ghostwhite !important;
}

.tab-header:focus, .tab-header:active {
	outline: none;
}

/* Style the tab item (and add height:100% for full page content) */
.tab-item {
	display: none;
	padding: 34px 0px;
	height: 100%;
}

.tab-item-content {
	border: 1px !important;
	border-style: solid !important;
	border-color: lightgray !important;
}
.tab-header-bordes-redondeados {
	border-top-right-radius: 8px !important;
	border-top-left-radius: 8px !important;
	color: var(--color-primario) !important;
}

.tab-item-content-bordes-redondeados {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}