/* HEADER */
.navbar{
    min-height: 60px !important; 
    background-color: #2b99c2;
}

nav{ 
    border-top: 8px solid #212121;
    border-bottom: 8px solid #212121; 
}

.container > ul > li > strong > a{
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    padding: 12px;
}

/* FOOTER */
.info{
    background-color: #2b99c2;
    color: white;
    text-align: center;
    padding: 5px;
}

.footer a{
    text-decoration: none;
    color: white;
}

.footer a:hover{
    color: blue;
}

.aviso{
    background-color: #2b99c2;
    color: white;
    text-align: center;
    padding: 5px;
}