.visorSocios {
    /*border: 1px solid red;*/
    margin: auto;
    width: 820px;

    background-image: url(/public/imgs/bgSocios.jpg);
    background-repeat: repeat-x;
    background-position: right top;
}
.visorSocios .socio {
    float: left;
    width: 530px;
    height: 400px;
        border: 1px solid #DDDDDD;
        background-color: #FFFFFF;
    margin: 0px 0px 0px 10px;
}
.visorSocios .socio h1 {
    margin-top: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #2C5982;
}
.visorSocios .socio .logo {
    height: 240px;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.visorSocios .socio .logo img {
    text-align: center;
}
.visorSocios .socio .info {
    height: 110px;
    border-top: 2px solid #EEEEEE;
    margin: 5px;
    font-size: 11px;
    padding: 4px;
    overflow: auto;
}
.visorSocios .socio .info b {
    margin: 3px;
    display: inline-block;
}
.visorSocios .socio .info a {
    color: #333333;
}

.visorSocios .socios {
    float: right;
    width: 260px;
    height: 410px;
    overflow: auto;
    height: 300px;
    margin-top: 50px;
    margin-right: 6px;
}
.visorSocios .socios ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
}
.visorSocios .socios ul li {
    background-image: none;
    border-bottom: 1px dashed #3F6D98;
    padding: 10px;
    cursor: pointer;
    color: #DCEEFF;
}
.visorSocios .socios ul li.seleccionado {
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 16px;
}
