﻿/* MARCADORES */

#columna-A
{
    position: relative;
    background: #f6f6f6 url(../_img/marcadores-fondo2.png) repeat-y;
}

#columna-A .formulario
{
    background: #be0f34 url(../_img/marcadores-fondo-formulario.png) repeat-y;
}
#columna-A .formulario .cuerpo
{
    background: url(../_img/marcadores-fondo-formulario-silueta.png) no-repeat bottom left;    
    width: 207px;
    height: 150px;
}
#columna-A .formulario .cuerpo .cabecera
{
    font-family: "Times New Roman", Times, serif;
    font-size: 180%;
    color: White;
    height: 30px;
    padding: 4px 7px 0 0;
}
#columna-A .formulario .cuerpo .cabecera div
{
    padding-left: 23px;
    padding-top: 5px;
    height: 22px;
}
#columna-A .formulario .cuerpo .cabecera strong
{
    font-weight: normal;
}
#columna-A .formulario .cuerpo ol
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 23px;
}
#columna-A .formulario .cuerpo li
{
    margin: 0;
    padding: 0 0 10px 0;
}
#columna-A .formulario .cuerpo li .label
{
    display: none;
}
#columna-A .formulario .cuerpo li span
{
    background: url(../_img/marcadores-fondo-formulario-textbox.png) no-repeat;
    width: 152px;
    height: 20px;
    display: block;
}
#columna-A .formulario .cuerpo li span input
{
    width: 142px;
    height: 18px;
    margin: 1px 0 0 5px; 
    padding: 0;
    border: 0;    
}
#columna-A .formulario .cuerpo li a
{
    color: White;
}
#columna-A .formulario .cuerpo li a:hover
{
    color: #ffc82e;
}
#columna-A .formulario .cuerpo .boton
{
    text-align: right;
    margin-right: 33px;
}
#columna-A .formulario .cuerpo li .boton img
{
    border: 0;
}
#columna-A .formulario .separador1, #columna-A .formulario .separador2
{
    width: 207px;
    height: 10px;
    background: url(../_img/marcadores-separador.png) no-repeat;
    font-size: 1%; /* para IE6 */
}
#columna-A .formulario .separador2
{
    height: 8px;
    
}

/* MARCADORES CABECERA */

#columna-A .marcadores .cabecera
{
    font-family: "Times New Roman", Times, serif;
    font-size: 180%;
    color: White;
    height: 30px;
    width: 200px;
    background: url(../_img/marcadores-cabecera.png) no-repeat;
    padding: 4px 7px 0 0;
}
#columna-A .marcadores .cabecera a
{
    color: White;
}
#columna-A .marcadores .cabecera a:hover
{
    color: #ffc82e;
}
#columna-A .marcadores .cabecera a span
{
    font-size: 60%;
}
#columna-A .marcadores .cabecera div
{
    background-color: #636b70;
    /*text-align: center;*/
    padding-left: 12px;
    padding-top: 5px;
    height: 22px;
}
/*
#columna-A .marcadores .cabecera span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 55%;
    font-weight: bold;
    position: relative;
    top: -2px;
}
*/
#columna-A .marcadores .cabecera strong
{
    font-weight: normal;
}

/* MARCADORES ITEMS */

#columna-A .marcadores ul
{
    list-style: none;
    padding: 0;
    margin: 0;  
}
#columna-A .marcadores 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 .marcadores li a:hover
{
    background: url(../_img/marcadores-boton2.png) no-repeat;
    font-weight: bold;
}

#columna-A .silueta
{
    position: absolute;
    bottom: 0;
    height: 83px;
    width: 207px;    
    background: url(../_img/marcadores-pie3.png) no-repeat;
    
}

/* BANNERS */

#columna-A .banner img
{
    width: 192px;
    border: solid 1px #fff;
    margin: 2px 0 0px 3px;
    background-color: #e3e3e1;
}
#columna-A .banner a:hover img
{
    border: solid 1px #e3e3e1;
}

/* MARCADORES PERFILES */
/*
#columna-A .perfiles
{
    position: absolute;
    bottom: 0;
    padding-left: 45px;
    padding-top: 9px;
    height: 160px;
    width: 162px;    
    background: url(../_img/marcadores-pie2.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; 
}
*/
