-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (100 loc) · 1.71 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
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background-color: #F5F5F5;
}
header {
background-color: #32c0eb;
width: 100%;
height: 100px;
box-shadow: 0px 0px 10px #39c1eb;
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #12a5d1;
}
#encabezado {
width: 80%;
height: 30px;
margin: auto;
}
#logo {
width: 32%;
height: auto;
overflow: hidden;
float: left;
color: #fff;
margin-top: 20px;
}
#menu {
width: 60%;
height: 30px;
float: right;
margin-top: 56px;
}
#menu ul li {
list-style: none;
display: inline-block;
padding: 9px;
font-size: 20px;
}
#menu a {
color: #fff;
}
#menu ul li :hover {
color: #ced2fa;
}
#menu li {
background-color: #12a5d1;
border-radius: 5px 5px 0px 0px;
}
.centro {
width: 60%;
display: flow-root;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
#nInicio {
border: 1px solid black;
border-radius: 5px;
}
#nDP {
border: 1px solid black;
border-radius: 5px;
/*Default show*/
display: none;
}
#nContacto {
border: 1px solid black;
border-radius: 5px;
/*Default show*/
display: none;
}
#nInicio_1 img {
float: left;
width: 30%;
margin-left: 20px;
margin-right: 30px;
}
#nDP img {
float: left;
width: 25%;
margin-left: 20px;
}
#nInicio_1_Texto {
padding-left: 50px;
}
#nDP_1_Texto {
padding-left: 280px;
}
#formato1 {
padding-left: 30%;
}
.centro_Titulo {
margin: 10px;
text-align: center;
}