@import url(estilos.css);
@import url(estilos-responsivo.css);
/* Reset -------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}
a:hover {
    color: #fff;
}
