/* FUENTE */
  * { font-family: Sans-Serif,Verdana,Arial }

/* PÁRRAFO */
  p { text-indent: 1em; text-align: justify; text-color: black; font-size: 12pt }
  p#ir { text-indent: 0; text-align: center; text-color: black }
  p#inic { text-indent: 0; text-align: center; text-color: black; font-size: 9pt }

/* FONDO */
  body {margin: 5px; background: #99CCCC url('fondo3.jpg') fixed}

/* BÚSQUEDA */
span#busq { background: #7FFF00; font-size: 12pt; color: #333366 }

/* VÍNCULOS DE CABECERA Y GENERALES */
  a:link {color: indigo; text-decoration: none}
  a#cab:link {color: blue; text-decoration: underline}
  a:visited {color: brown; text-decoration: none}
  a#cab:visited {color: darkred; text-decoration: underline}
  a:active {color: #7B68EE; font-weight: bold; text-decoration: underline}
  a#cab:active {color: black; font-weight: bold; text-decoration: none}
  a:hover {color: #FF4500; text-decoration: underline}
  a#cab:hover {color: darkblue; text-decoration: none}

/* CABECERA */
div#cont { width: 100% }
div#cab { float: left; width: 35%; border-right: none; border-left: none; border-top: thin dotted brown; border-bottom: thin dotted brown; margin: 2px; padding: 2px; text-align: center; font-size: 8pt }
div#cab1 { width: 35%; border-right: none; border-left: none; border-top: thin dotted brown; border-bottom: thin dotted brown; margin: 2px; padding: 2px; text-align: center; font-size: 8pt }
div#log { text-align: center }

/* VÍNCULOS "IR A", ALFABETO Y CATEGORÍA */
span#ir { width: 35%; margin: 2px; padding: 2px; text-align: center; font-size: 8pt; background: white }
span#letras { width: 50%; margin: 2px; padding: 2px; text-align: center; font-size: 10pt; background: yellow }
span#cat { width: 50%; margin: 2px; padding: 2px; text-align: center; font-size: 10pt; background: #FFE4B5 }
span#arriba { width: 20%; margin: 2px; padding: 2px; text-align: center; font-size: 10pt; background: #FFE4B5 }

/* ENCABEZADOS */
h1,h2,h3 { text-align: center }

/* TABLA */
table { background: url('fondologo2.gif'); width: 80% }
table#tem { background: #FFFF66; width: 95% }
th { font-family: Arial black; color: darkblue; border: thin solid 1px #708090; font-size: 20pt; vertical-align: top; padding: 3mm }
th#tem { font-family: Sans-Serif,Verdana,Arial; vertical-align: top; font-size: 9pt; text-align: left; border: none; padding: 0 }
.tem { font-family: Arial black; color: darkblue; border: thin solid 1px #708090; font-size: 14pt }
.tem1 { font-family: Sans-Serif,Verdana,Arial; text-align: left; text-indent: 1cm; color: darkred; border: none; font-size: 12pt }
.tem2 { font-family: Sans-Serif,Verdana,Arial; text-align: left; text-indent: 2cm; color: darkred; border: none; font-size: 12pt }
td { font-size: 10pt; vertical-align: top }
td#tit { padding-left: 5mm }
td#cen { font-size: 12pt; text-align: center; letter-spacing: 2pt; word-spacing: 5pt }
td#tem { font-size: 8pt; vertical-align: top }
