/* Fichero hoja de estilos */

a:link { color: navy; text-decoration:underline;}
a:active { color: navy; text-decoration:underline;}
a:visited { color: gray; text-decoration:underline;}
a:hover { color: blue; text-decoration:underline;}


.global { margin-left: 0;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          background-color: #FE9900;  
          color: #000000; 
         }

.pagina { margin-left: 0;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          background-color: #ffcc00;  
          color: #000000;
          scrollbar-3d-light-color:#ffffff; 
          scrollbar-arrow-color:#FE9900; 
          scrollbar-base-color:#ffcc00; 
          scrollbar-dark-shadow-color:#FE9900; 
          scrollbar-track-color:#eebb00; 
          scrollbar-face-color:#ffcc00; 
          scrollbar-highlight-color:#0000ff; 
          scrollbar-shadow-color:#FE9900;
        }

.titulos { font-family: Verdana;
           font-size: 16pt;
           font-weight: bold;
           color: #000090
         }

.subtitulos { font-family: Verdana;
              font-size: 13pt;
              font-weight: bold;
              font-style: italic;
              color: #0000f4
         }

.titulosavisos { font-family: Verdana;
                 font-size: 10pt;
                 font-weight: bold;
                 color: #000090
               }

.tablatexto { font-family: Verdana;
              font-size: 11pt;
              //font-weight: boldd;
              text-align: justify;
            }

.tablainteriortexto { font-family: Verdana;
                      font-size: 10pt;
                      font-weight: bold;
                      border: 1 1 solid;
                    }


.piepagina { color: #0f4060;
             text-align: center;
             font-family: Verdana;
             font-size: 12pt;
             font-weight:bold;
           }
.piecolorbar { color: blue; }


.sepacolorbar { color: red; }


.resaltarpalabra { color: red;
                   font-weight: bold;
                   font-style: italic;
                 }
   


/* Fin del fichero */