~marcelo-escobal/geined/Alianza

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */
* {
    /*font-family: "Courier New","monospace";*/
}
pre {
  font-family: "Monospace font handling in Firefox is braindead", "monospace";
    /* font-size: 1em; */
    font-size: 9pt;
    line-height: 5pt;

    }
h1 {
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border: 0px solid #000;
    font: normal 70%/140% arial, helvetica, sans-serif;
    color: #555;
    background: #fff;
    width: 75%;
}
th {
    border: 1px dotted #bbb;
    padding: .5em;
}
td {
    border: 1px dotted #bbb;
    padding: .5em;
    text-align: right;
}
caption {
    padding: 0 0 .5em 0;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: transparent;
    width: 100%;
}
/* =links ----------------------------------------------- */
table a {
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

table a:link {
    border-bottom: 1px dashed #ddd;
    color: #000;
}
table a:visited {
    border-bottom: 1px dashed #ccc;
    text-decoration: line-through;
    color: #808080;
}
table a:hover {
    border-bottom: 1px dashed #bbb;
    color: #666;
}
/* =head =foot ----------------------------------------------- */
thead th, tfoot th {
    border: 0px solid #000;
    /* text-align: left; */
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    background: transparent;
}
tfoot td {
    border: 2px solid #000;
}
/* =body ----------------------------------------------- */
tbody th, tbody td {
    vertical-align: top;
}
tbody th {
    white-space: nowrap;
}
.odd {
    background: #fcfcfc;
}
tbody tr:hover {
    background: #fafafa;
}