/*
    General.css: Contiene los estilos generales y carga los estilos básicos
*/
@import url(fonts.css);
@import url(resetice.css);
@import url(variables.css);
@import url(menu.css);

footer{
    background-color: white;    
    width: 98%;
    padding: 1%;
    text-align: center;
    font-size: 0.8em;
    box-shadow: 0 0 3px #CCC;
}
footer svg{
    width: 18px;
    height: 18px;
    padding: 2px 5px;
    background-color: white;
}