<!-- start Simple Custom CSS and JS -->
<style type="text/css">
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu {
	background: #F8F2F2;
    width:100%;
	height: 60px;
	max-width:auto;
	margin:auto;
	color:#80800;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	position: fixed;
	font-size: 24px;
	letter-spacing: 2px;
}	

.tablaH{
	background: #F5FBF7;
	text-align: center;
	border-collapse: separate;
}

nav {
	position: relative;
}

nav ul {
	list-style:none;
	padding:0;
	overflow:hidden;
}
nav > ul > li {
	float:left;
}

nav ul li a {
	text-decoration:none;
	color:#80800;
	display:block;
	padding:20px 20px;
}
nav ul li a:hover {
	background:#F7F0F0;
	color:#F761B5;
	transition: all .3s;
}

nav > ul > li:hover div {
	display:table;
	
}


th,td {
	border: 2px dashed blue;
	border-spacing: 2;
	
}

td{
	word-break: break-all !important;
    white-space: nowrap !important;
    width : 150px !important;
}

td nav div ul li a{
	color:#00000;
	font-family: Impact;
	font-size: 28px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    height: 70px; /* O cualquier altura deseada */
}

td nav ul li a{
	color:#00000;
	font-family: Impact;
	font-size: 28px;
	justify-content: center;
    align-items: center;
	text-align: center;
    height: 70px; /* O cualquier altura deseada */
}
</style>
<!-- end Simple Custom CSS and JS -->
