span.logos {
    float: left;
}

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

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: #ebe9e6;
    color: #000000;
    border-top:  solid thick #93b67f;
    clear: both;
    position: fixed;
    height: 2em;
    bottom: 0;
}

div.pie span {
    color: #ebe9e6;
}
div.pie span:hover {
    color: #000000;
}

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 #485492;
    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: #93b67f;
    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 #485492;
    background: #ebe9e6;
    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: #485492;
}

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