
/***INICIO ESTILO BÁSICO DE PÁGINA***/

    html {
        min-height: 100vh;
    }

    body {
        min-height: 100%;
    }

    .clb { clear: both ; }

/***FIN ESTILO BÁSICO DE PÁGINA***/


/***INICIO ESTILO BÁSICO DE ALERTAS***/

    #alerts {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    
    #alerts div {
        /*font-family: sans-serif;*/
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        background-color: white;
        padding: 10px;
    }
    
    #alerts .alert-warn {
        background-color: #d78d00 ;
    }

    #alerts .alert-error {
        background-color: #9e2727 ;
    }

    #alerts .alert-info {
        background-color: #197c4a;
    }

/***FIN ESTILO BÁSICO DE ALERTAS***/


/***INICIO ESTILO DE CABEZERA BÁSICA***/

    .site-header{
        padding: 20px;
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
    }

    .site-logo {
        width: 90px;
        height: 90px;
        display: inline-block ;
        float: left;
    }

    .site-logo img {
        width: 100%;
        height: 100%;
    }

    .site-name {
        font-family: sans-serif;
        font-size: 45px;
        line-height: 90px;
        margin-left: 20px;
        float: left;
    }

/***FIN ESTILO DE CABECERA BÁSICO***/


/***INICIO DE ESTILO DE ARTÍCULOS***/
    div#articles-box {
        backdrop-filter: blur(6px);
        padding: 40px 0;
    }

    .atitle {
        font-family: themefont2;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #555;
        margin-bottom: 40px;
    }
    
/***FIN ESTILO DE ARTÍCULOS***/