.page-footer
{
    background-color: rgb(43, 43, 43);
    padding-top: 4em;
    padding-bottom: 1em;
    width: 100%;
}

.page-footer h3 {
    color: rgb(128, 128, 128);
    margin-bottom: 1.66em;
    margin-top: 0;
}

.page-footer .icono-logo-invertido .icono-grises
{
    background: url('../../../imagen/logotipos/logo_blanco_10x10.svg') no-repeat center;
    background-size: contain;
    width: 200px;
    height: 200px;
}

.page-footer-bottom
{
    background-color: rgb(38, 38, 38);
    color: rgb(128, 128, 128);
    padding: 1em 0;
    width: 100%;
}

.page-footer .footer-listados
{
    color: rgb(138, 138, 138);
    font-weight: bolder;
    font-size: 0.9rem;
	margin-bottom: 20px;
}

.page-footer .footer-listados .footer-lista
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-footer .footer-listados .footer-lista .footer-lista-item a
{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: rgb(138, 138, 138);
    font-weight: normal;
}

.page-footer-bottom .icono-logo-invertido
{
    display: inline-block;
    margin-right: 1em;
    text-align: center;
    vertical-align: top;
}

.page-footer-bottom p.copyright
{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 70px;
    font-size: 14px;
}

.page-footer-bottom .icono-logo-invertido .icono-grises
{
    background: url('../../../imagen/logotipos/logo_blanco_10x10.svg') no-repeat center;
    background-size: contain;
    width: 70px;
    height: 70px;
}

.page-footer-bottom ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-footer-bottom .footer-privacidad
{
    display: block;
    text-decoration: none;
    color: #bbb;
    line-height: 70px;
    text-align: right;
    font-weight: bolder;
    font-size: 14px;
}
