﻿.CategoriaListHead
{
    border-right: #6666ff 1px solid;
    border-top: #6666ff 1px solid;
    border-left: #6666ff 1px solid;
    border-bottom: #6666ff 1px solid;
    background-color: #6666ff;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #f5f5dc;
    padding-left: 3px;
    text-align: center;
}

.CategoriaListContent
{
    border-right: #6666ff 1px solid;
    border-top: #6666ff 1px solid;
    border-left: #6666ff 1px solid;
    border-bottom: #6666ff 1px solid;
    background-color: #33ccff;
    text-align: center;
}

a.CategoriaUnselected
{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    line-height: 25px;
    padding-left: 5px;
    text-decoration: none;
}

a.CategoriaUnselected:hover
{
    padding-left: 5px;
    color: #ffff33;
}

a.CategoriaSelected
{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #cc0000;
    line-height: 25px;
    padding-left: 5px;
    text-decoration: none;
}
