﻿/* estilos para la zona del pie común de las páginas de Astun FR  | 20180215 Fredy*/

.separador {
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

.redes_movil h4 {
    color: #004175;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
    padding: 0px 1em 0.5em 0px;
}

.enlaces_sobre_patrocinadores {
    display: block;
    clear: both;
}

    .enlaces_sobre_patrocinadores a {
        float: left;
        /*padding-right: 1em;*/
        color: #2d5596;
        line-height: 4em;
        font-size: 0.9em;
        font-weight: bold;
    }

        .enlaces_sobre_patrocinadores a:hover {
            color: #333;
        }

.patrocinadores {
    display: block;
    clear: both;
    padding: 2em 0px;
    background-color: #fff;
}

.patrocinadores_texto {
    float: left;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    padding-right: 5em;
    line-height: 35px;
}

.patrocinador {
    float: left;
    padding: 0px 0.2em;
}

.patrocionador:first-child {
    padding-left: 0px;
}

.patrocinador img {
    max-height: 34px;
    width: auto;
}

/*.pie_politicas {
    text-align: right;
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    float: right;
    width: 50%;
    color: #B3B3B3;
}

    .pie_politicas a {
        color: #B3B3B3;
        display: inline-block;
    }

        .pie_politicas a:hover {
            color: #fff;
            text-decoration: underline;
        }*/

.firmaFR {
    float: left;
    width: 40%;
    font-size: 0.8em;
}

.pie_gris {
    background-color: #4c4c4c;
    padding: 2em 0px 3em;
    display: block;
    color: #fff;
}



@media only screen and (max-width: 1024px) {

    .redes_movil {
        clear: both;
        display: block;
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 800px) {

    .patrocinadores_texto {
        height: 4em;
    }

    .patrocionadores {
        border-bottom: 1px silver dashed;
    }

    .pie_gris {
        padding: 1em;
    }


    .pie_politicas {
        font-size: 0.7em;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 2em;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {



    .redes_movil {
        display: block;
        background: #fff;
        margin: 5px auto;
        width: 94%;
    }

    .enlaces_sobre_patrocinadores {
        display: none;
    }

    .pie_gris {
        padding: 1em;
    }


    .firmaFR {
        float: none;
        width: auto;
    }

    .pie_politicas {
        font-size: 0.7em;
        margin: 1em 0px;
        text-align: right;
        height:60px;
    }

    .enlaces_sobre_patrocinadores_movil {
        display: block;
        background-color: #fff;
        padding: 0px 0.5em;
        margin: 0px auto 1em auto;
        text-align: left;
    }

        .enlaces_sobre_patrocinadores_movil a {
            font-size: 0.7em;
            font-weight: bold;
            padding-right: 0.5em;
        }

    .patrocinador {
    float: left;
    padding: 0px;
    text-align: center;
    width: auto;
    margin: 1em 0.5em;
}
}
