



#contenidor-peu-custom .esq {
    border-right: 1px solid #c8102e;
    float: left;
    height: 100%;
    padding-right: 20px;
    width: 225px;
}
#contenidor-peu-custom .dret {
    display: table;
    float: right;
    padding-left: 0;
    width: 355px;
}
#contenidor-peu-custom .centre {
    border-right: 1px solid #c8102e;
    display: table;
    float: left;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 275px !important;
}

#contenidor-peu-custom .esq .continent {
    padding-top: 10px;
    text-align: center;
}
#contenidor-peu-custom .esq .continent > a {
    float: none;
}

#contenidor-peu-custom .dret .continent {
padding-top:10px;
/* border-top:solid 1px #C8102E; */
}
#contenidor-peu-custom .centre .continent {
padding-top:10px;
/* border-top:solid 1px #C8102E; */
}
#contenidor-peu-custom .continent {
display: table;
width: 100%;
}
#contenidor-peu-custom .dret .item {
width:100%;
float:left;
padding-top: 10px;
padding-right:5%;
}
#contenidor-peu-custom .centre .item {
width:100%;
float:left;
padding-top: 10px;
padding-right:5%;
}
#contenidor-peu-custom .dret .item a {
color: #383738;
}
#contenidor-peu-custom .centre .item a {
color: #383738;
}
#contenidor-peu-custom .esq img {
    display: inline;
    margin: auto 0 0;
}
#contenidor-peu-custom h2 {
    font-family: Georgia;
    font-size: 180%;
    margin-bottom: 5px;
    margin-top: 2px;
}
#contenidor-peu-custom {
float: inherit;
height:150px;
margin-bottom:10px;
width: 100%;
}