html,
body {
  height: 100%;
}

section {
    padding: 1em;
    width: 100%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

div.pantalla {
    border:2px solid;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-color: rgb(51,153,204);
    min-height: 350px;
    background: aliceblue; 
    /*rgb(238, 240, 240);*/
}

.div_busqueda{
    border: black solid 1px;
    border-radius: 10px;
    padding: 10px;
    background-color: #f6fff9;
}

.div_listado{
    background-color: white;
    border: 1px solid #bdbfbb;
    border-radius: 15px;
    padding: 12px 25px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.boton_cierre{
    position: absolute;
    top: 0px;
    right: 0px;
}
.filtro_busqueda{
  padding: 0px;
  
}
.fila:hover {
  background-color: #bfd8ef;
}
.cabecera_listado{
    background-color: #dedbdb;
}
.cuerpo_listado{
    background-color: aliceblue;
}

.verde{
    color: green;
}
.rojo{
    color: red;
}

.fijoabajo{
  position:fixed;
  bottom:0;
  right:0;
  z-index: 150;
}
.resaltado{
    font-size: 24pt;
}
.derecha{
    text-align: right;
}
.centrado{
    text-align: center;
}

.presup_titulo{
    border: 1px solid #6dafec;
    background-color: #bed7ee;
    font-weight: bold;
}
.presup_cabtabla{
    border: 1px solid #83ba83;
    background-color: #cbe4cb;
    padding-top: 0px;
    padding-bottom: 0px;
}
.presup_gasto{
    border: 1px solid #bd7939;
    border-radius: 10px;
    padding: 10px;
    background-color: #e5dacb;
}
.presup_ingreso{
    border: 1px solid #bd7939;
    border-radius: 10px;
    padding: 10px;
    background-color: #dae5cb;
}