@charset "UTF-8";
.table-wrapper {
  width: 100%;
    min-height:40px;
  max-height:600px;
  overflow: auto;
}


.table-wrapper table thead {
  position: -webkit-sticky; /* Safari... */
  position: sticky;
  top: 0;
  left: 0;
}
.triangulo::before{
	content: '';
	width: 0;
	height: 0;
	border-left:  12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #eee;
	position: absolute;
	top:-12px;
	left:10px;
	
}
 .dropdown-menu a{
 
  color:#0099FF;
}
#tablaResultado{
	width: 100%;
}
 .dropdown-menu a:hover{
  background-color: #0099FF;
  color:#ffffff;
  font-weight: bold;


}
#tablaResultado{
	border-collapse: separate;
}
#menu ul {
  list-style-type: none;
}
.a{
	grid-area:head;

}
legend{
	width: auto;
}
.nav-item{

position: relative;
}
button, input {
   
    font-size: 13px;
}
.nav-item::after{
transition:all 0.2s;
content: '';
opacity:0;
height: 4px;
width: 100%;
background-color:  #0099FF;
position: absolute;

bottom: 0;
left: 0;

}
.nav-item:hover::after{
content: '';
opacity:1;

}
.seccionForma {
	/*width: 85%;*/
	border: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 15px;
	padding-left: 10px;
    padding-right: 10px;
}
.menuList {
	border-bottom: 2px solid #cccccc;
	margin: 0;
	padding-bottom: 25px !important;/* Para colocar la línea inferior divisora del menú y submenú */
	padding-left: 0px;
}

.menuList a:link, .menuList a:visited {
	background: #0000CC;
	border: 1px solid #0000CC;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 10px !important;
	color: white;
	float: left;
	font-size: 12;
	font-weight: bold;
	line-height: 14px;
	margin-right: 1px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}

.menuList a:link.active, .menuList a:visited.active {
	background: #ffffff;
	border-bottom: 1px solid #0000CC !important;
	color: #000000;
}

.menuList a:hover {
	background: #0099FF !important;
	color: white !important;
}

.menuList li.selected a {
	background: #0099FF !important;
	border-bottom: 1px solid #0000CC !important;
	color: white !important;
	font-weight: bold !important;
}

.menuList li.selected ul.submenu {
	display: block;
	position: absolute;
	padding-left: 10px !important;
	margin: 28px 0 0 -10px;/* El primer número se utiliza para ubicar el submenú debajo del menú (incrementar para colocar el submenú más abajo)*/
}

.menuList li.selected ul.submenu a {
	background: transparent !important;
	border: none !important;
	color: #0099FF !important;
	font-size: 12 !important;
	font-weight: bold !important;
	line-height: 12px;
	margin-right: 4px;
	padding: 2px 20px 3px 20px;
	text-decoration: none;
}

.menuList li.selected ul.submenu a.selected {
	background: transparent !important;
	color: black !important;
	font-weight: bold !important;
}

.menuList ul a:hover, .menuList ul.submenu a:hover {
	color: #101010 !important;
	font-weight: bold !important;
}

.menuList ul, .menuList li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuList ul.submenu {
	display: none;
}