-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
149 lines (122 loc) · 2.52 KB
/
style.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
.titulo-principal {
padding-inline: 20px !important;
}
/* Add a black background color to the top navigation */
.topnav {
float: left !important;
background-color: rgb(77, 74, 74);
overflow: hidden;
width: 99%;
padding: 0px;
margin-top: 10px;
margin-bottom: 0px;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: hsl(0, 0%, 100%);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}
/* Add an activeclass to highlight the current page */
.topnav a.active {
background-color: #0c0c0c;
color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: rgb(255, 255, 255);
color: black;
}
/* Add an active class to highlight the current page */
.topnav a.active {
background-color: #ffffff;
color: rgb(0, 0, 0);
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
#banner {
width:100%;
margin-top: 0px;
margin-bottom: 0px;
}
.principal {
background: #000000;
padding: 10px;
word-wrap:normal;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
.titulo-centralizado{
text-align: center;
}
p {
font-family: Helvetica;
background: #000000;
color: #ffffff;
font-size: 21px;
word-wrap:normal;
text-align: center;
margin-top: 0px;
}
h1 {
color: rgb(0, 0, 0);
}
h2 {
color: rgb(0, 0, 0);
}
body {
background: #000000;
color: rgb(255, 255, 255);
font-size: 21px;
font-family: Helvetica;
}
em strong {
color:rgb(255, 255, 255);
font-size: 21px;
}
#mision {
font-size: 21px;
font-family: Helvetica;
}
.diferenciales {
background: #000000;
padding: 20px;
}
.items {
font-family: Helvetica, sans-ser;
}
ul {
display: inline-block;
vertical-align: top;
width: 20%;
margin-right: 15%;
}
.imagenDiferenciales {
width: 50%;
}