
  /* page-layout.css

     Definiciones de estilos y clases globales
     aplicables en todas las páginas

  */

  body
  {
    text-align: center;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ececec;
  }

  #contenedor
  {
    text-align: left;
    border: solid 1px #a0a080;
    background-color: white;
    padding: 10px;
  }

  #cabecera
  {
    border: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #cabecera img
  {
    display: block;
  }

  .enlacePrincipal
  {
    display: block;
    border-top: solid 1px #404080;
    border-left: solid 1px #404080;
    border-right: solid 1px #404080;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 2px 8px 3px 5px;
    margin: 0px;
    font-weight: bold;
    white-space: nowrap;
  }

  .enlacePrincipal a
  {
    text-decoration: none;
  }

  .enlacePrincipal a:hover
  {
    color: red;
    background-color: #ececec;
  }

  .numeroEnlace
  {
    border: solid 1px black;
    background-color: navy;
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
  }

  .numeroEnlace a
  {
    color: white;
    text-decoration: none;
  }

  .numeroEnlace a:hover
  {
    color: red;
    background-color: #ececec;
  }

  .numeroNoEnlace
  {
    border: solid 1px black;
    background-color: #ececec;
    color: #404080;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
  }

  #tblEnlaces
  {
    border: solid 1px #404080;
    padding: 2px;
    margin-top: 8px;
    text-align: left;
  }

  #tblEnlaces a:hover
  {
    color: navy;
    background-color: #ddecee;
    text-decoration: none;
  }

  #queEsEsto
  {
    border-top: solid 1px navy;
    border-bottom: solid 1px navy;
    padding-top: 5px;
    padding-bottom: 5px;
    color: navy;
    font-weight: bold;
  }

  #queEsEsto a
  {
    color: navy;
    text-decoration: none;
  }

  #queEsEsto a:hover
  {
    color: red;
  }

  #enlacesPie
  {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10pt;
  }

  #enlacesPie td
  {
    vertical-align: top;
  }

  #piePagina
  {
    text-align: center;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding: 3px;
    color: white;
    font-weight: bold;
    background-color: #505090;
  }


  h1, h2, h3
  {
    font-family: 'Trebuchet MS',Verdana,sans-serif;
  }

  h1
  {
    font-size: 18pt;
  }

  h2
  {
    font-size: 16pt;
  }

  h3
  {
    font-size: 14pt;
  }

  h1, h2, h3
  {
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
    color: navy;
  }

  ul, ol
  {
    text-align: justify;
    line-height: 12pt;
  }

  td
  {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
  }

  img
  {
    border: none;
  }

  form
  {
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
  }

  input, textarea
  {
    border: solid 1px #ababab;
    padding-left: 5px;
    padding-right: 5px;
  }

  option
  {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
  }

  .noMargen
  {
    margin-left: 0px;
    margin-right: 0px;
  }

  a.email
  {
    color: #a1a9b2;
  }

  p.separadorEnlaces
  {
    border-bottom: solid 1px #a0a080;
  }

