#content-miembros
{
    width:100%;
    height: auto;
}
#sidebar
{
    height: auto;
    width:25%;
    float: left;
    position: relative;
}
#miembros
{
    width: 75%;
    height: auto;
    float: left;
    position: relative;
}
#table-right
{
    position: relative;
    float:left;
    font-size:15pt ;
    background: #919191;
    color: white;
    text-align: center;
    margin: 0 0 0 20px;
    width: 70%;
    
    
}
#table-right td
{
    border-bottom: 2px solid #fff;
    width:90%;
}
#table-right tr td a
{
    text-decoration: none;
    color: white;
}
#miembros-imagen
{
    position: relative;
    float:left;
    width:20%;
}
#miembros-imagen img
{
    position: relative;
    float:left;
    width:90%;
    border-radius: 10px;
}
#miembros-titulo
{
    position: relative;
    float:left;
    margin: 10px 0 0 20px;
    font-size: 20pt;
    width: 75%;
    text-align: left;
}
#miembros-info
{
    position: relative;
    float:left;
    text-align: left;
    width:75%;
    margin: 10px 0 100px 20px;
}
#parrafo
{
    width:100%;
    position: relative;
    float:left;
    text-align: justify;
}
#titulo-mayor-miembros
{
    position: relative;
    float:left;
    width: 100%;
    text-align: left;
    font-size: 26pt;
    margin: 0 0 10px 0;
}
#titulo-mayor-colaboradores
{
    position: relative;
    float:left;
    width: 100%;
    text-align: left;
    font-size: 26pt;
    margin: 0 0 10px 0;
}
@media(max-width:880px)
{
    #miembros-imagen
    {
        width:30%;
    }
    #miembros-titulo
    {
        width: 65%;
    }
    #miembros-info
    {
        width:65%;
    }
   /* #table-right
    {
        width:80%;
    }*/
}
/*@media(max-width:870px)
{
    
    #table-right
    {
        width:70%;
    }
}*/
@media(max-width:821px)
{
    #table-right
    {
        font-size:10pt ;
    }
    #miembros-titulo
    {
        width: 65%;
        font-size:15pt ;
    }
    #miembros-info
    {
        width:65%;
        font-size:10pt ;
    }
}
@media(max-width:615px)
{
     #miembros-titulo
    {
        width: 60%;
        font-size:13pt ;
    }
    #table-right
    {
        font-size:8pt ;
    }
    #miembros-info
    {
        width:60%;
        font-size:8pt ;
    }
    
}
@media(max-width:544px)
{
    #sidebar
    {
        display: none;
    }
    #miembros
    {
        width: 100%;
    }
    #miembros-imagen img
    {
        width:100%;
    }
    #parrafo
    {
        width:100%;
    }
}

