-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
89 lines (76 loc) · 1.29 KB
/
estilos.css
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
body {
text-align:center;
}
#envoltorio {
font-family: Verdana, Sans-Serif, Arial;
margin: 0 auto;
width: 760px;
text-align: left;
font-size: 9pt;
}
#cabecera {
width: 100%;
height: 109px;
background-image: url(../imagenes/images.jpeg);
background-repeat: no-repeat;
text-align: right;
border-top: solid 1px black;
border-bottom: solid 1px black;
}
#cabecera #titulo {
color: blue;
font-size: 10pt;
font-weight: bold;
padding: 10px;
}
#menu {
width: 23%;
float: left;
margin-top: 20px;
}
#menu ul {
padding: 0px;
margin: 0px;
}
#menu li {
list-style-type: none;
}
#menu li a {
display: block;
background-color: #2C6877;
padding: 10px;
padding-left: 20px;
text-decoration: none;
color: white;
font-weight: bold;
border-bottom: solid 1px black;
border-right: solid 1px black;
}
#menu li a:hover{
background-color: #003D4C;
}
#contenido {
width: 74%;
margin-left: 26%;
margin-top: 20px;
font-size: 10pt;
color: #454545;
}
#contenido h1 {
text-align: right;
color: #003D4C;
font-size: 12pt;
}
#pie {
width: 100%;
height: 20px;
font-size: 11px;
text-align: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
color: white;
background-color: #003D4C;
border-top: solid 1px black;
border-bottom: solid 1px black;
}