* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(0 0 60);
}
header {
    width: 100vw;
    height: 10vh;
    background-color: rgb(0 112 139);
    display: flex;
    justify-content: center;
    align-items: center;
}
h1 {
    color: rgb(198, 233, 243);
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

#aclaracion {
    color: rgb(180 200 210);
}

.fecha-actualizacion {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(180 200 210);
    display: flex;
    justify-content: space-evenly;
}

#btns {
    display: flex;
    justify-content: space-around;
    margin: 20px 5px;
}
.btns-principales {
    width: 30vw;
    height: 45px;
    background-color: rgb(40 130 215);
    color: rgb(180 200 210);
    border-radius: 10px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 300;
    transition: color .2s ease-in;
}
.btns-principales:hover {
    color: rgb(213, 242, 250);
    background-color: rgb(20 90 150);
    scale: .98;
}




.cont-imagenes {
    margin-top: 30px;
}
.imagenes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95vw;
    border: solid 1px rgb(0 112 139);
    margin: 5px;
    padding: 5px;
    border-radius: 25px;
    color: rgb(180 200 210);
    font-family: Arial, Helvetica, sans-serif;
}
img {
    width: 45px;
    border-radius: 50px;
}

.liquido-nominal {
    font-size: xx-small;
}

.btn-presidente {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: rgb(0 0 60);
    color: rgb(180 200 210);
    display: flex;
    justify-content: center;
    border: solid 1px rgb(180 200 210);
}


.totales {
    display: flex;
    justify-content: space-evenly;
}
#precio-dolar {
    font-size: xx-small;
}
.arriba {
    border: none;
}




/* Intendencias */
#opciones {
    background-color: rgb(0 0 60);
    color: rgb(180 200 210);
    border: none;
    width: 60%;
    font-size: inherit;
}
.menu-desplegable {
    font-size: small;
}
.disabled {
    color: rgb(101, 95, 187);
}






/* Lista */

#cargo {
    color: rgb(180 200 210);
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    border-top: solid 1px rgb(1, 93, 109);
    padding: 10px;
}

#sueldoChart {
    width: 90vw;
    height: 300px;
}













