.footer-contacto{
    width:100%;
    max-width: 100%;
    background-color: #f6f6f6;
}

.iconredes{
    border:solid 1px #000;
    width:30px;
    height:30px;
    border-radius:50%;
    text-align: center;
    font-size:20px;
    float:left;
    margin:10px;
    cursor:pointer;
}

.iconredes:hover  {
    background-color: #000;
    color:#fff;
}

.footermedio{
    font-family: Century-Gothic;
    font-size:12px;
    text-align: center;
    padding-top:15px;
}

.footercontacto{
    padding-top:10px;
    font-family: Bank-Gothic;
    text-align: center;
    font-size: 15px;
    cursor:pointer;
}

#homefooter {
    width:100%;
    height:auto;
    font-family: Bank-Gothic;
    margin-top:40px;
    margin-bottom:40px;
}

#titlefooter{
    text-align: center;
    font-size: 15px;
    margin-top:5px;
    margin-bottom:5px
}

