#catalogos
{
    margin: 3px;
    width: 158px;
    border: 2px solid #E6CFD1;
    text-align:center;
}
#catalogos h5
{
    background-color:White;
    width:168px;
    text-transform:uppercase;
    border-bottom:1px solid #806540;
    color:#665033;
}

#catalogos img
{
    border: 0;
    width: 100%;
    margin: 5px;
}

#catalogos h6
{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 1px solid rgb(179,89,97);
    line-height: 20px;
}
#catalogos a:hover
{
    background-color: rgb(179,89,97);
}
