span.logos {
    float: left;
}

div.central {
    padding-top: 0%;
    padding-bottom: 0%;
    min-height: 78%;
    /* background : #ebf4fe; */
    color:#000 !important; background-color:#ebf4fe !important;
}

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

div.pie {
    min-width : 100%;
    /*padding-bottom: 0.5em;*/
    padding-bottom: 1.5em;
    text-align: center;
    /*
    background-color: #bddbfc;
    color: #000000;
    */
    color:#000 !important; background-color:#bddbfc !important;
    border-top:  solid thick #073f7c;
    clear: both;
    position: fixed;
    height: 1em;
    /* width: 100%; */
    /* clear: left; */
    bottom: 0;
}

div.pie span {
    /*color: #bddbfc;*/
    color:#bddbfc !important;
}
div.pie span:hover {
    /*color: #000000;*/
    color: #000;
}

span.sistema h2 {
    float: right;
    font-family: verdana;
    font-size: large;
    /*color : #07478c;*/
    color:#084f9d !important;
    padding-right: 0.5em;
}

div.menu {
    clear: both;
    height: 1.6em;
    /*background-color: #ffffff;*/
    /*border-top: thick solid #06376d;*/
    background-color: #fff;
    border-top: thick solid;
    border-color:#084f9d !important;
    margin-bottom: 0.5em;
}

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

.menu > ul   li:hover {
    /*
    color: #073f7c;
    background: #ffffff;
    */
    color:#fff !important; background-color:#084f9d !important;
}
  
.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 #06376d;
    background: #bddbfc;
    */
    border: thin dotted;
    border-color:#084f9d !important;
    color:#000 !important; background-color:#bddbfc !important;
    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;*/
    border-bottom: thin ridge  #fff;
}

.menu a {
    text-decoration: none;
    /*color: #06376d;*/
}

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