#content-productos
{
    width:100%;
    height: auto;
    
}
#sidebar
{
    height: auto;
    width:22%;
    float: left;
    position: relative;
    height: 1px;
}
#titulo
{
    position: relative;
    float: left;
    width:100%;
    margin: 20px 0 40px 0;
    font-size: 20pt;
}
#table-right
{
    position: relative;
    float:left;
    font-size:15pt ;
    background: #919191;
    color: white;
    text-align: center;
    margin: 0 0 0 20px;
    display: none;
}
#table-right td
{
    border-bottom: 2px solid #fff;
    width:90%;
}
#productos
{
    position: relative;
    float: left;
    width: 78%;
    margin-bottom: 150px;
}
#producto
{
    position: relative;
    float: left;
    width: 45%;
    text-align: left;
    margin: 0 2% 30px 2%;
}
#imagen-producto
{
    position: relative;
    float: left;
    width: 30%;
}
#imagen-producto img
{
    position: relative;
    float: left;
    width:100%;
    border-radius: 10px;
}

#titulo-producto
{
    position: relative;
    float: left;
    width:65%;
    margin: 0 0 0 10px;
    font-size: 15pt;
}
#info-producto
{
    position: relative;
    float: left;
    width:65%;
    margin: 15px 0 0 10px;
}

@media(max-width:1024px)
{
    #table-right
    {
        font-size:12pt ;
    }
}
@media(max-width:860px)
{
    #table-right
    {
        font-size:10pt ;
    }
    #producto
    {
        width: 95%;
        margin: 0 2% 30px 2%;
    }
}


@media(max-width:544px)
{
    #sidebar
    {
        display: none;
    }
    #productos
    {
        width: 100%;
    }
    #producto
    {
        width: 100%;
        margin: 0 0 30px 0;
    }
}
