body {
	background:#E6E6E6;
}


header {
	width:100%;
	max-width:5000px;
 margin:auto;
}

nav {
	background:#528FD5;
	margin-top:00px; 
  /*margin-top:20px; */
	position:relative;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

nav > ul > li {
	float:left;
}

nav ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:10px 20px;
}

nav ul li a:hover {
	background:#3669A3;
	color:#fff;
}

nav > ul > li:hover div {
	display:table;
}

/*Submenu*/
nav ul li div {
	width:4000px;
/*	width:2000px;*/
	left:0;
	position: absolute;
	background:#ccc;
	box-sizing:border-box;
	display:none;
	/*display:table;*/
}

nav ul li div ul {
	width:30%;
/*	width:20%;*/
	display:table-cell;
	border-right:1px solid rgba(255,255,255,.5);
	box-sizing:border-box;
}

nav ul li div ul:last-child {
	border:none;
}

nav ul li div ul .titulo {
	background:#000;
	color:#fff;
}

nav ul li div ul .titulo a {
	color:#fff;
	padding:10px 20px;
}

.titulo.azul {background:#3498db;}
.titulo.verde {background:#27ae60;}
.titulo.naranja {background:#e67e22;}
.titulo.rojo {background:#c0392b; color:#000;}

nav ul li div ul .titulo a:hover {
	background:none;
}

nav ul li div ul li a {
	color:#000;
}

body{
  background-color: #fff ;
}

table.TablaGeneral tr:nth-child(odd){ 
	background-color:   #f9e79f   ;
}
table.TablaGeneral th{ 
	color: #fff;
	background-color: #f5b041 ;
}

tr.strikeout td:before {
    background: repeating-linear-gradient(
    180deg,
    red 0%,
    red 100%
}
/*
//<STYLE>
<!--
  tr { background-color: #DDDDDD}
  .initial { background-color: #DDDDDD; color:#000000 }
  .normal { background-color: #CCCCCC }
  .highlight { background-color: #8888FF }
//-->
</style>
*/