/************/
/* generico */
/************/
body {
    background-color: #ffffff;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
}

table {
    margin: 0 0;
    padding: 0em 0em;
    border: 0;
    clip: rect()
}

/* links */
a:link {
    text-decoration: none;
    outline: none;
}  /* outline, to remove dotted outline in firefox */
a:visited {
    text-decoration: none;
    outline: none;
}

a:active {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
    outline: none;
}

/******************/ /* barra vertical */ /******************/
table.link {
    background-color: #d7ebfd;
    color: #ffffff;
}

table.linkdatos {
    background-color: #d7ebfd;
    color: #ffffff;
}

.fuentetitulolink {
    background-color: #d7ebfd;
    color: #004065;
    font-size: 12px;
    font-weight: bold;
}

.fuentecampolink {
    background-color: #d7ebfd;
    color: #004065;
    font-size: 10px;
}

.botoneslink {
    width: 20%;
    vertical-align: bottom;
}

.headerbar {
    background-color: #000000;
    color: #ffffff;
}

.pathbar {
    border-top: #52a2c8 groove 2px;
}

.dividerbar {
    background-color: #c4010b;
}





/******************/
/* drop down menu */
/******************/

.dropmenubar {
/*
    background-color: #cee0f4;
    color: #004065;
    height: 1px;
*/
    border-bottom: 1px solid #cee0f4;
    padding: 0;
    margin: 0;
}

table { border-collapse:collapse; }

.dropmenubar2 {
    background-color: #004065;
    color: #004065;
    height: 1px;
}

/*
.dropmenubar td {
    border-top: #99ccff groove 1px;
    border-bottom: #99ccff groove 1px;
}
*/



.ddmdiv {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 282px;
    height: 178px;
    z-index: 1;
    visibility: hidden;
}

.ddmtable {
    background-color: #52a2c8;
    color: #f1f8fc;
    border-left: #e0e0e0 solid 1px;
    border-right: 1px solid #808080;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #808080;
}

.ddmtd_n td {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: bold;
    color: #f1f8fc;
    background-color: #52a2c8;
    cursor: wait;
}

.ddmtd_h td {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #f1f8fc;
    cursor: wait;
}

.buttonon {
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    border-width: 0px;
    cursor: pointer;
    width: 84px;
    height: 21px;
    background-image: url('/images/button.hover.png');
}

.buttonoff {
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
    border-width: 0px;
    cursor: pointer;
    width: 84px;
    height: 21px;
    background-image: url('/images/button.png');
}

.dropdown {
    margin: 1px 0px 0px 0x;
    vertical-align: top;
}

/**********************************************************************/
/* cuerpo */
/**********************************************************************/
td.ajustadosidebar {
    vertical-align: top;
    clip: rect();
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #d7ebfd
}

td.ajustadocuerpo {
    vertical-align: top;
    width: 90%;
    background-color: #ffffff
}

.barramenu {
    background-color: #ffffff;
    color: #087aa8;
    width: 100%
}

.barra {
    background-color: #ffffff;
    color: #c4010b;
    width: 100%
}

/*  fuentes de la descripcion */
.fuentedescripcion {
    background-color: #ffffff;
    color: #004065;
    font-size: 13px;
}

.fuenteapartados {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
}

.fuenteapartados a {
    background-color: #ffffff;
    color: #087aa8;
    font-size: 10px;
}

table.tablaestados {
    background-color: #f1f8fc;
    color: #000000;
}

.tablaestadosceldatitulo {
    background-color: #087aa8;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.tableheader {
    background-color: #356893;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.tableheader2 {
    background-color: #ffffff;
    color: #004065;
    font-size: 11px;
    font-weight: bold;
    text-align: left
}

.pagenumber {
    background-color: #ffffff;
    color: #004065;
    font-size: 11px;
}

.pagenumber a {
    background-color: #ffffff;
    color: #087aa8;
    font-size: 11px;
}

.tableheader2right {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    font-weight: bold;
    text-align: right
}

.tablaestadosceldatitulo a {
    background-color: #087aa8;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.fuenteventana {
    background-color: #f1f8fc;
    color: #004065;
    font-size: 10px;
    font-weight: bold;
    text-align: center
}

.fuentenota {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    text-align: right;
}

.fuentenotacampo {
    background-color: #ffffff;
    color: #004065;
    font-size: 13px;
    text-align: right;
    font-weight: bold
}

.fuentenotavalor {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    text-align: right;
}

.fieldlabel {
    font-family: verdana;
    background-color: #ffffff;
    color: #000000;
    font-size: 8pt;
    text-align: left;
    font-weight: bold;
}

.fieldvalue {
    font-family: verdana;
    font-size: 8pt;
    text-align: left;
    font-weight: normal;
    color: #000000;
}

.fieldvaluer {
    font-family: verdana;
    font-size: 8pt;
    text-align: right;
    font-weight: normal;
}

.textsmallblack {
    font-family: verdana;
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

.textarea {
    font-family: verdana;
    color: #000000;
    font-size: 10px;
}


.textarear {
    font-family: verdana;
    color: #000000;
    font-size: 10px;
    text-align: right;
}



/*      fuentes de la tabla de estados*/
.fuentecamponombre {
    background-color: #f1f8fc;
    color: #8b0007;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.fuentecampoaccion {
    background-color: #f1f8fc;
    color: #8b0007;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
}

.fuentecampo {
    background-color: #f1f8fc;
    color: #004065;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.fuentevalor {
    background-color: #f1f8fc;
    color: #004065;
    font-size: 10px;
    text-align: left;
}

.highlightrow {
    color: #004065;
    font-size: 10px;
    text-align: left;
    cursor: pointer;
}

.highlightrowr {
    color: #004065;
    font-size: 10px;
    text-align: right;
    cursor: pointer;
}

.fuentevalorright {
    background-color: #f1f8fc;
    color: #004065;
    font-size: 10px;
    text-align: right;
}

.fuentevalor2 {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    text-align: left;
}

.fuentevalorrequerido {
    background-color: #000000;
    color: #004065;
    font-size: 10px;
    text-align: left;
}

.fuentetitulomenu {
    font-family: arial, helvetica;
    font-size: 14pt;
    color: #1a478a;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}

.fuenteerrores {
    background-color: #ffffff;
    color: #004065;
    font-size: 12px;
    font-weight: bold;
    font-family: verdana
}

.fuentetitulomenu a {
    background-color: #ffffff;
    color: #8b0007;
    font-size: 14px;
    font-weight: bold;
}

.fuentetitulofuncional {
    background-color: #ffffff;
    color: #004065;
    font-size: 18px;
    font-weight: bold;
    font-family: verdana
}

.fuentebarra {
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
}

/*.fuentebarra2                       {background-color:#cee0f4;color:#004065;font-size:10px;font-weight:bold}*/
.fuentebarra2 {
    background-color: #cee0f4;
    color: #004065;
    font-size: 8pt;
    font-weight: bold
}

.fuentebarra3 {
    background-color: #ffffff;
    color: #087aa8;
    font-size: 10px;
    font-weight: bold;
}

.fuentebarra4 {
    background-color: #cee0f4;
    color: #004065;
    font-size: 10px;
    font-weight: bold
}

.fuentepathlinks {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

.disclaimer {
    font-size: 10px;
    color: #004665;
    background-color: #ffffff
}

.invisible {
    visibility: hidden;
}

.invisible2 {
    display: none;
}

.activetab {
    background-color: #fcfcfe;
    color: #004065;
    font-size: 11px;
    text-align: left;
    font-weight: bold
}

.activetabsmall {
    background-color: #fcfcfe;
    color: #004065;
    font-size: 9px;
    text-align: left;
    font-weight: bold
}

/**********************************************************************/
    /* calendar fonts */
    /**********************************************************************/
.fuentedias {
    background-color: #66ccff;
    color: #6495ed;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.fuentediassemana {
    background-color: #33b6e8;
    color: #e7fefb;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

/* menu fonts */
    /**********************************************************************/
div.capamenu {
    background-color: #ffc0cb;
    color: #ffffff
}

.fuentecapamenu {
    background-color: transparent;
    color: navy;
    font-size: 10px;
    font-weight: bolder
}

table.tablamenusuperior {
    background-color: #cee0f4;
    color: #004065
}

/*.fuentemenu                         {background-color: #cee0f4;    color: #004065;    font-size: 10px;    font-weight: bolder}*/
.fuentemenu {
    background-color: #cee0f4;
    color: #004065;
    font-size: 8pt;
    font-weight: bolder
}

/*.fuentemenu1                        {color: #004065;    font-size: 10px;    font-weight: bolder}*/
.fuentemenu1 {
    color: #004065;
    font-size: 8pt;
    font-weight: bolder
}

/*.fuentebarranombre                  {font-family: verdana; font-size: 10px; font-weight: bold; color: #004065; background-color: #cee0f4; text-align: right; vertical-align: middle}*/
.fuentebarranombre {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #004065;
    text-align: right;
    vertical-align: middle
}

.fuentebarrafooter {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #004065;
    background-color: #d7ebfd;
    text-align: center;
    vertical-align: middle
}

.disclaimer {
    font-size: 10px;
    color: #004665;
    background-color: #ffffff
}

.subcabecalho {
    background-color: #dff4ff;
    color: #336699;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.fuentesubtitulofuncional {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana
}

.invisible2 {
    visibility: hidden;
    clip: rect()
}

.invisible {
    visibility: hidden;
    clip: rect()
}

/*****************************************/
    /* tab pages with xp-style image buttons */
    /*****************************************/
.tab { /*width:             170px;*/
    width: 152px;
    /*height:               16px;*/
    height: 18px;
    background-image: url( "/images/tab.png" );
    /*position:           relative;*/
    top: 0;
    /*display:             inline;
    float:              left;
    overflow:           hidden;*/
    cursor: pointer;
    /*margin:           1px -1px 1px 2px;*/ /*padding:          2px 0px 0px 0px;*/
    padding: 2px 0px 0px 0px;
    margin: 2px 0px -2px 1px;
    /*margin:               1px -5px -3px 0px;*/
    border: 0;
    z-index: 1;
    font: 11px tahoma;
    white-space: nowrap;
    text-align: center;
    color: black;
}

.tab:hover {
    font: 11px tahoma;
    /*width:                170px;*/
    width: 152px;
    /*height:               16px;*/
    height: 18px;
    background-image: url( "/images/tab.hover.png" );
    background-repaet: no-repeat;
    text-decoration: none;
    cursor: pointer;
    /*font-weight:        bold;*/
    color: blue;
}

.tab_selected { /*width:                174px !important;*/
    width: 152px !important;
    /*height:               18px !important;*/
    height: 20px !important;
    background-image: url( "/images/tab.active.png" ) !important;
    background-repaet: no-repeat;
    border-bottom-width: 0;
    z-index: 3;
    padding: 2px 0 0px 0;
    /*margin:               1px -5px -3px 0px;*/
    margin: 2px 0px 0px 1px;
    /*top:              -2px;*/
    font: 11px tahoma;
    text-align: center;
    color: black;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.tab_selected a {
    font: 11px tahoma;
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.tab_selected:active {
    text-decoration: none;
}

.tab_selected:hover {
    text-decoration: none;
    /*color:              blue;*/
}

.tab-page {
    clear: both;
    border: 1px solid rgb(145, 155, 156);
    background: rgb(252, 252, 254);
    z-index: 2;
    position: relative;
    top: -2px;
    font: 11px tahoma;
    color: black;
    filter: progid :   dximagetransform .   microsoft .
         gradient(startcolorstr =   #fffcfcfe, endcolorstr =   #fff4f3ee,
        gradienttype =   0) progid :   dximagetransform .   microsoft .
         shadow(color =   #ff919899, strength =   2, direction =   135);
    padding: 10px;
}

.tab-row {
    z-index: 1;
    white-space: nowrap;
}

.divider {
    color: #004065;
    background-color: #879bb3;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
}

.divider_blank {
    color: #ffffff;
    background-color: #ffffff;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    background-image: url( "/images/tab.divider.blank.png" );
}

.rowlistnormal {
    font-family: verdana;
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    text-align: left;
    cursor: pointer;
}

.rowlisthighlight {
    font-family: verdana;
    background-color: #cee0f4;
    color: #004065;
    font-size: 10px;
    text-align: left;
    cursor: pointer;
}

a.rownewrecord {
    background-color: #ffffff;
    color: #004065;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

a:hover .rownewrecord { /*color:              #f90;*/
    /*color:              #0000ff;*/
    color: #e38123;
    text-decoration: none;
}

a.sort {
    background-color: #f1f8fc;
    color: #004065;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

a:hover .sort { /*color:              #f90;*/
    /*color:              #0000ff;*/
    color: #e38123;
    text-decoration: none;
}

a.filter {
    font-size: 11px;
    text-decoration: none;
}

a:hover .filter {
    color: #e38123;
    text-decoration: none;
}

a.rownewrecordbig {
    background-color: #ffffff;
    color: #004065;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

a:hover .rownewrecordbig { /*color:              #f90;*/
    /*color:              #0000ff;*/
    color: #e38123;
    text-decoration: none;
}
