﻿body
{
    font-family: Sans-Serif;
}

/* *****************************************************************
/* links */
a:visited
{
    color: #696969; /* dimgray */
    text-decoration: none;
    font-weight: bold;
}
a:link
{
    color: #696969; /* dimgray */
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

/* *****************************************************************
/* filesets */
fieldset
{
    font: sans-serif;
    color: #000000;
    background-color: #ffffff;
    padding: 0px;
    border: solid 1px #d3d3d3;
    display: inline;
    float: none;
}
fieldset ol
{
    list-style: none;
}
fieldset li
{
    margin-bottom: 3px;
}
fieldset div.linea
{
    margin-bottom: 6px;
}
fieldset legend
{
    font-weight: bold;
    font-variant: small-caps;
    background-color: #dcdcdc; /* gainsboro; */
    padding: 2px 2px;
    margin-bottom: 8px;
    font-size:14px;
    color:dimgrey;
}

fieldset label
{
    font-weight: normal;
    line-height: normal;
    text-align: right;
    padding-top:6px;
    padding-bottom:4px;
    color: blue;
    font-style: italic;
    display: block;
    float: left;
    position: relative;
}

fieldset labelOld
{
    font-weight: normal;
    line-height: normal;
    text-align: right;
    margin-right: 6px;
    padding-top: 3px;
    position: relative;
    display: block;
    float: left;
    color: blue;
    font-style: italic;
}

fieldset label.fieldLabel
{
    display: inline;
    float: none;
}
fieldset input.text
{
    font-size: 1em;
    color: #000000;
    padding: 2px;
    margin-right: 5px;
    height: 18px;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}
fieldset select.text
{
    font-size: 1em;
    color: #000000;
    padding: 2px;
    border: solid 1px;
    margin-right: 5px;
    height: 26px;
    margin-bottom: 0px;
}

fieldset .validator
{
    font-size: 1em;
    display: inline;
    float: none;
}


/* *****************************************************************
/* layout tables */
table tr.titulorow {
    background-color: #e0ffff; /* lightcyan #add8e6; /* lightblue */
    padding: 6px;
    padding: 8px;
    border: solid 4px white;
    margin-right: 0px;
    height: 36px;
    margin-bottom: 14px;
    
}

table tr.subtitulo1row {
    background-color: #e0ffff; /* lightcyan  #add8e6; /* lightblue */
    padding: 2px;
    border: solid 1px white;
    margin-left: 25px;
    height: 26px;
    margin-bottom: 0px;
    
}
table .titulolbl {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #696969; /* dimgray */
    padding-left: 6px;
    margin-left: 0px;
}

table .subtitulo1lbl {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #696969; /* dimgray */
    padding: 2px;
    margin-left: 20px;
}
table .volverlinkbtn {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    margin-right: 20px;
}
table .volvertd
{
    text-align: right;
    padding-right: 20px;
}

th {
    text-align: center !important;
}

td {
    padding: 3px !important;
}


.emisorlbl
{
    font-weight:bold;
    font-size:11pt;  
    color:#b22222; /* Firebrick */ 
}
.LabelFieldForm
{
    padding-top: 12px;
    margin-left: 6px;
    margin-right: 4px;
    color: #0000cd; /* mediumblue */
    font-style: italic;
}
.LinkButtonForm
{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 14px;
    font-weight: bold;
}
.OrderButton
{
    font-weight: bold;
}


.LabelFieldset
{
    font-weight: normal;
    line-height: normal;
    text-align: right;
    padding-top:6px;
    padding-bottom:4px;
    color: blue;
    font-style: italic;
}


/*  estilos para pagina de Ayuda */

.LabelLink
{
    text-align:center;
    padding-top:4px;
    font-weight:bold;
    font-size:11pt;
    background-color: #add8e6; /* lightblue */
    height:22px;
    color: #696969; /* dimgray */
    }
.LabelLinkText
{
    text-align:center;
    font-weight:bold;
    font-size:11pt;
    margin-bottom:2px;
    color: #696969; /* dimgray */
}
.PreguntaRow
{
    height: 30px;
    color: #228b22; /* forestgreen */
    padding-left: 6px;
    font-weight:bold;
    text-align: left;
    vertical-align: middle;
    background-color: #fffacd; /* lemonchiffon;*/
}

.RespuestaRow
{
    height: 30px;
    color: black; /* forestgreen */
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    background-color: #ffffff; /* lightcyan;*/
}
.textRight {
    text-align: right;
}
.textCenter {
    text-align:center;
}