﻿/*© Sociedad Española de Sistemas de Pago, S.A. (Iberpay).Reservados todos los derechos.*/
/*
    pie.css

    WEB DE INFORMACIÓN DE IBERPAY

    Estilos que afectan al pie de este site
*/

.pieItemshome a {
    color: #0f355a;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    /*float: left;*/
}

    .pieItemshome a:hover {
        text-decoration: underline;
    }

.pieCopy {
    float: left;
    /*margin: 0 0 0 10px;*/
    min-width: 15px;
    color: #0f355a;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}

.contenedorPieCopy {
    float: left;
    width: 35%;
    cursor: default;
}

.fondoAzul {
    background-color: white;
}

.pieHome {
    height: 60px;
    padding: 10px;
}

    .pieHome ul {
        float: right;
        /*width: 35%;*/
    }

.pieHome ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;
    
}

    .pieHome ul li:not(:first-child) {
        border-left: 2px solid #203864;
    }

.logoPie {
    width: 30%;
    float: left;
    text-align: center;
}

    .logoPie img {
        height: 40px;
    }

.pieEntidades {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 0 5% 0 5%;
    margin: 0 auto;
}

    .pieEntidades div {
        display: table-cell;
    }

		.pieEntidades div img {
            width: 90%;
            margin: 5%;
            vertical-align: middle;
            text-align: center;
        }

.pieInfo {
    background-color: #172b6b;
    margin-left: auto;
    margin-right:auto;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
    line-height: 30px;
	word-spacing: normal;
    width:88%;
}

.pieInfo > ul {
    width: 100%;
    text-align: center;
    /*border-top: 1px solid #c3c3c3;*/
}

.pieInfo#pie_master > ul {
    border-top: none;
}

.pieInfo > ul > li {
    display: inline-block;

}

.pieInfo > ul > li > a {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
}


.pie {
    background-color: #172b6b;
    /*height: 30px;*/
}

    .pie .pieInfo {
        clear: both;
    }

    .pie .pieInfo > ul {
        width: 100%;
        text-align: center;
    }

    .pie .pieInfo > ul > li {
        display: inline-block;
        /*margin: 10px;*/

    }

    .pie .pieInfo > ul > li > a {
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: white;
       
    }

    .pie .pieInfo > ul > li > a:hover {
        text-decoration: underline;
        text-align: center;
    }
	
.pieIbp {
    width: 70%;
    text-align: left;
}

    .pieIbp:before {
        content: "\00A9"; /* copyright */
        color: white;
        font-weight: bold;
    }

.pieItems {
    width: 15%;
}

@media all and (min-width:766px) and (max-width:1100px) {

    .contenedorPieCopy {
        width: 50%;
    }

    .logoPie {
        display: none;
    }

    .pieHome ul {
        text-align: right;
        width: 50%;
    }

}

@media all and (max-width:765px) {

    .contenedorPieCopy {
        width: 100%;
    }

    .logoPie {
        display: none;
    }

    .pieHome ul {
        text-align: right;
        width: 100%;
    }

}
