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: | body {
background-color: #D9D9D9;
margin-left: 10px;
margin-top: 50px;
margin-right: 0px;
margin-bottom: 0px;
}
div{
color: #000000;
float: left;
font-size: 18px;
font-family: Tahoma, Arial, Sans-Serif;
text-decoration: none;
text-align: center;
vertical-align: top;
margin-left: 1px;
margin-top: 1px;
margin-right: 2px;
margin-bottom: 0px;
}
div.green {
background-color: #189C18;
font-weight: bold;
height: 40px;
width: 80px;
}
div.red {
background-color: #DE1818;
font-weight: none;
font-style: italic;
height: 40px;
width: 80px;
}
div.leer {
clear: both;
text-align: center;
} |