-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
132 lines (111 loc) · 2.23 KB
/
estilo.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
* {margin: 0;padding: 0;}
body{font-family: 'Montserrat', sans-serif;}
#page {
min-height: 200px;
width: 60%;
min-width: 600px;
background: whitesmoke;
margin: 50px auto;
padding: 30px;
color: #27aae1;
}
.foto {
width: 15%;
min-width: 130px;
float: left;
margin-right: 20px;
}
.infodecontacto {
width: 70.9%;
display: inline-block;
}
.nombre {
margin-bottom: -5px;
}
.profesion {
display: inline-block;
}
.datospersonales {
background: #27aae1;
color: white;
text-align: center;
margin: auto;
margin-top: 25px;
padding: 5px;
font-size: 15px;
}
#competencias h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#competencias p {
padding: 0 5px;
line-height: 25px;
font-size: 14px;
color: #000;
}
#educacion h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#educacion table td {
padding: 5px;
font-size: 14px;
color: #000;
}
#educacion table tr.primario td:first-child {
width: 120px;
color: gray;
padding-bottom: 25px;
}
#educacion table tr.secundario td:first-child {
padding-bottom: 25px;
}
#trabajo h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#trabajo table td {
padding: 5px;
font-size: 14px;
color: #000;
}
#trabajo table tr.trabajo1 td:first-child {
width: 120px;
color: gray;
padding-bottom: 25px;
}
#trabajo table tr.trabajo1 td {
padding-bottom: 25px;
}
#trabajo table tr.trabajo2 td:first-child {
width: 120px;
color: gray;
}
#datospersonales h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#datospersonales table td {
padding: 8px;
font-size: 15px;
color: #000;
}
#datospersonales table tr td:first-child {
width: 200px;
}
#datospersonales table tr td:nth-child(2) {
width: 300px;
}