span.logos {
	float: left;
}

div.central{
    padding-top: 0%;
    padding-bottom: 0%;
    min-height: 78%;
    /* background : #eaeef9; */
    background : #d3ddf1;
}

div.cuerpo {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    min-height: 100%;
    background : #ffffff;
}

div.pie {
	min-width : 100%;
	padding-bottom: 0.5em;
	text-align: center;
	background-color: #eaeef9;
	color: ;
	border-top:  solid thick #4a5e96;
	clear: both;
	position: fixed;
	height: 1em;
	/* width: 100%; */
	/* clear: left; */
	bottom: 0;
}

div.pie span {
	color: #eaeef9;
}
div.pie span:hover {
	color: ;
}

span.sistema h2 {
	float: right;
	font-family: verdana;
	font-size: large;
    color : ;
	padding-right: 0.5em;
}

div.menu {
	clear: both;
	height: 1.6em;
	background-color: #ffffff;
	border-top: thick solid #4a5e96;
	margin-bottom: 0.5em;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 8px 10px 5px #888;
}
  
.menu > ul > li {
	float: left;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	/*width: 9em;*/
}

.menu > ul   li:hover {
	color: #4a5e96;
	background: #ffffff;
}
  
.menu li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	width: 150%;
	border-left: 1em !important;
}
  
.menu li > ul {
	top: auto;
	border: thin dotted #2957c2;
	background: #eaeef9;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.menu li:hover ul {
	display: block;
}

.menu li ul li {
	padding-top: .4em;
	padding-bottom: .2em;
	border-bottom: thin ridge  #ffffff;
}

.menu a {
	text-decoration: none;
	color: #5e709b;
}

@media print {
	div.menu {
		display: none;
	}
}
