﻿html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    min-height: 100%;
}

/**
 * Footer Styles
 */

.footer-ingeleco {
    height: 12%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #212324;
    color: white;
    text-align: center;
}
.footer-ingeleco p{
    margin-top:10px;
}
