﻿/* MARCADORES */

#columna-A
{
    position: relative;
    background: url(../_img/marcadores-fondo.png) repeat-y;
}

/* MARCADORES CABECERA */

#columna-A .cabecera
{
    font-family: "Times New Roman", Times, serif;
    font-size: 180%;
    color: White;
    height: 30px;
    width: 200px;
    white-space: nowrap;
    background: url(../_img/marcadores-cabecera.png) no-repeat;
    padding: 3px 0 0 0;
}
#columna-A .cabecera div
{
    background-color: #b9122b;
    text-align: center;
    padding-top: 5px;
    height: 22px;
}
#columna-A .cabecera span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 55%;
    font-weight: bold;
    position: relative;
    top: -2px;
}
#columna-A .cabecera strong
{
    font-weight: normal;
}

/* MARCADORES ITEMS */

#columna-A ul
{
    list-style: none;
    padding: 0;
    margin: 0;  
}
#columna-A li a
{
    background: url(../_img/marcadores-boton1.png) no-repeat;
    display: block;
    height: 26px;
    width: 167px;
    padding: 7px 0 0 40px;
    font-size: 110%;
}
#columna-A li a:hover
{
    background: url(../_img/marcadores-boton2.png) no-repeat;
    font-weight: bold;
}

/* MARCADORES PERFILES */

#columna-A #perfiles
{
    position: absolute;
    bottom: 0;
    padding-left: 45px;
    padding-top: 9px;
    height: 160px;
    width: 162px;    
    background: url(../_img/marcadores-pie.png) no-repeat;
}
#columna-A #perfiles ul
{
    margin-top: 10px;
    list-style-image: none;
}
#columna-A #perfiles li a
{
    background-image: url(../_img/flecha1.png);
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 20px;
    height: auto;
    width: auto;
    display: inline;
}
#columna-A #perfiles li a:hover, #columna-A #perfiles li.selected a
{
    background-image: url(../_img/flecha1-on.png);
    background-repeat: no-repeat;
    color: #be0f34; 
}