﻿footer {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    margin-top: 5px;
    background: rgba(127,127,127,1);
    background: -moz-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(202,202,202,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,127,127,1)), color-stop(100%, rgba(202,202,202,1)));
    background: -webkit-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(202,202,202,1) 100%);
    background: -o-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(202,202,202,1) 100%);
    background: -ms-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(202,202,202,1) 100%);
    background: linear-gradient(to bottom, rgba(127,127,127,1) 0%, rgba(202,202,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#cacaca', GradientType=0 );
    border: 0px solid blue;
    position: absolute;
}

.footer {
    width: 90%;
    margin: 0 auto;
    border: 0px solid blue;
    height: 120px;
    position: absolute;
}

.navegador_footer {
    margin-top: 10px;
    width: 30%;
    float: left;
    box-sizing: border-box;
    border: 0px solid red;
}

    .navegador_footer ul {
        list-style-type: none;
        border: 0px solid green;
    }

        .navegador_footer ul li {
            list-style-type: none;
            display: inline;
            border: 0px solid red;
        }

            .navegador_footer ul li a {
                text-decoration: none;
                font-size: 12px;
                width: 200px;
                color: #dadada;
                margin: 0px 3px;
                font-family: "Trebuchet MS", Helvetica, sans-serif !important;
            }

.navegator_footer ul li:hover {
    background: rgba(255,255,255, .3);
}

.logo_footer {
    width: 25%;
    min-width: 275px;
    border: 0px solid #000;
    float: left;
    height: 100px;
    box-sizing: border-box;
}

    .logo_footer img {
        margin-top: 10px;
        width: 275px;
    }

.direccion_footer {
    margin-top: 10px;
    width: 25%;
    min-width: 280px;
    font-size: 13px;
    border: 0px solid red;
    float: left;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    padding: 0px 10px;
    box-sizing: border-box;
    border-left: 2px solid #dadada;
    float: right;
}

    .direccion_footer p {
        color: #dadada !important;
        font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    }

.borde_blanco {
    border-right: 2px solid #dadada;
}

@media screen and (max-width:915px) {
    .navegador_footer {
        display: none;
    }
}

@media screen and (max-width:720px) {
    .footer {
        width: 90%;
        margin: 0 auto;
    }

    .logo_footer {
        margin-top: 10px;
    }

    .direccion_footer {
        border-top: 10px !important;
        margin-left: 5px;
        width: 100%;
        max-width: 280px;
        padding: 5px;
    }
}

@media screen and (max-width:640px) {
    .logo_footer {
        display: none;
    }

    .direccion_footer {
        border-left: 0px;
        float: none;
        width: 100px;
        min-width: 320px;
    }
}
