/*Hoja de estilos generales de la página web*/

* {
    background-color: var(--bs-body-bg);
}

a,
a:visited {
    color: var(--bs-body-color);
    text-decoration: none;
}

header {
    z-index: 10;
}

.headerImg {
    width: 40px;
    margin-right: 5px;
}
/* header a,
header a:visited {
    color: var(--bs-body-color);
    text-decoration: none;
} */

/*Pie de página*/
.pieInformativo,
.pieInformativo a {
    color: var(--bs-body-bg);
    text-decoration: none;
}
.validacion_w3c {
    align-items: center;
    border: 0;
    width: 44px;
}

/*Títulos*/
h1 {
    color: var(--kf-h1Color);
    font-size: 2.5em;
}
h2 {
    color: var(--kf-h2Color);
    font-size: 2em;
}
h3 {
    color: var(--kf-h3Color);
    font-size: 1.5em;
}

/*Generales de select, areas de texto e inputs*/
select,
textarea,
input {
    color: #015ea3;
    font-size: 1em;
    padding: 2px;
}
.borders {
    border: 1px solid var(--kf-borderColor);
    border-radius: 4px;
    border-collapse: collapse;
}
.titulos {
    margin: auto;
    /* width: 100%;
    height: 100%; */
    overflow: hidden;
    border: 1px solid var(--kf-borderColor);
    border-radius: 4px;
    border-collapse: collapse;
    text-align: center;
    background-color: var(--bs-secondary-bg-subtle);
    padding: 2px;
}

.rojo {
    background-color: var(--kf-datosRojo);
}
.azul {
    background-color: var(--kf-datosAzul);
}

.max-width-md {
    max-width: 768px;
}

.center {
    align-self: center;
}

.emphasis {
    color: red;
    font-weight: bold;
}
