-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (65 loc) · 803 Bytes
/
style.css
File metadata and controls
65 lines (65 loc) · 803 Bytes
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
@CHARSET "ISO-8859-1";
body
{
background-color:#ffffff;
margin: 0px;
padding: 0px;
}
h1
{
color:rgb(14,45,110);
text-align:center;
font-family:"arial";
font-size:22px;
}
p
{
color:rgb(14,45,110);
font-family:"arial";
text-align:center;
font-size:14px;
}
img {
display: block;
margin: auto;
}
#contenedor {
width: 751px;
margin-left: auto;
margin-right: auto;
}
#header {
width:751px;
height:38px;
margin-bottom:0px;
}
#logofeo {
border-style:solid;
border-width:5px;
border-color:#DCB40E;
text-align:center;
}
#formulario {
text-align: center;
}
.pie {
font-family:"verdana";
font-size:12px;
}
.formlabel {
font-family:"verdana";
font-size:12px;
}
#social {
margin: 20px auto 10px;
}
#ads {
margin: 20px auto 10px;
}
#twitter {
font-size: 8px;
text-align: left;
}
#formfondo{
background-color:#dbb40e;
}