This diff has been collapsed as it changes many lines, (555 lines changed)
Show them
Hide them
|
|
@@
-6,135
+6,462
|
|
6
|
* font-family: 'Roboto Condensed', sans-serif;
|
|
6
|
* font-family: 'Roboto Condensed', sans-serif;
|
|
7
|
*/
|
|
7
|
*/
|
|
8
|
|
|
8
|
|
|
9
|
body { font-size: 12px; }
|
|
9
|
body {
|
|
10
|
header {width: 980px; border: 0px solid #fcc !important; height: 50px; text-align: center; line-height: 50px}
|
|
10
|
padding: 0;
|
|
11
|
#schema {margin: 0 auto; width: 980px; border: 0px solid #f00 !important; padding: 10px 10px 10px 10px}
|
|
11
|
margin: 0;
|
|
12
|
#content {border: 0px solid #1cc; margin-top: 5px; margin-bottom: 5px}
|
|
12
|
font-size: 12px; }
|
|
13
|
#content #topcolumn {float: left; border: 1px solid #ddd !important; width: 980px; height: 40px; line-height: 35px;
|
|
13
|
|
|
14
|
margin: 2px 0px; box-shadow: 2px 2px 5px #888;}
|
|
14
|
header {
|
|
15
|
#content #maincolumn {float: left; border: 1px solid #ddd !important; width: 980px; margin: 2px 0px; padding: 0px 0px;
|
|
15
|
width: 980px;
|
|
16
|
box-shadow: 2px 2px 5px #666;}
|
|
16
|
height: 50px;
|
|
17
|
footer {border: 0px solid #200 !important; height: 30px; text-align: center; line-height: 30px;
|
|
17
|
text-align: center;
|
|
18
|
margin: 2px 0px; box-shadow: 2px 2px 5px #888;}
|
|
18
|
line-height: 50px;
|
|
19
|
|
|
19
|
border: 0px solid #fcc !important; }
|
|
20
|
.cleardivs {clear: both; border: 0px solid #400; height: 0px}
|
|
20
|
|
|
|
|
|
21
|
#schema {
|
|
|
|
|
22
|
margin: 0 auto;
|
|
|
|
|
23
|
width: 980px;
|
|
|
|
|
24
|
padding: 10px 10px;
|
|
|
|
|
25
|
border: 0px solid #f00 !important; }
|
|
|
|
|
26
|
|
|
|
|
|
27
|
#content {
|
|
|
|
|
28
|
margin: 5px 0px;
|
|
|
|
|
29
|
border: 0px solid #1cc; }
|
|
|
|
|
30
|
|
|
|
|
|
31
|
#topcolumn {
|
|
|
|
|
32
|
float: left;
|
|
|
|
|
33
|
width: 980px;
|
|
|
|
|
34
|
height: 40px;
|
|
|
|
|
35
|
line-height: 35px;
|
|
|
|
|
36
|
margin: 2px 0px;
|
|
|
|
|
37
|
border: 1px solid #ddd !important;
|
|
|
|
|
38
|
box-shadow: 2px 2px 5px #888; }
|
|
|
|
|
39
|
|
|
|
|
|
40
|
#maincolumn {
|
|
|
|
|
41
|
float: left;
|
|
|
|
|
42
|
width: 980px;
|
|
|
|
|
43
|
margin: 2px 0px;
|
|
|
|
|
44
|
padding: 0px 0px;
|
|
|
|
|
45
|
border: 1px solid #ddd !important;
|
|
|
|
|
46
|
box-shadow: 2px 2px 5px #666; }
|
|
|
|
|
47
|
|
|
|
|
|
48
|
footer {
|
|
|
|
|
49
|
height: 30px;
|
|
|
|
|
50
|
line-height: 30px;
|
|
|
|
|
51
|
text-align: center;
|
|
|
|
|
52
|
margin: 0px 0px;
|
|
|
|
|
53
|
border: 0px solid #200 !important;
|
|
|
|
|
54
|
box-shadow: 2px 2px 5px #888; }
|
|
|
|
|
55
|
|
|
|
|
|
56
|
.cleardivs {
|
|
|
|
|
57
|
clear: both;
|
|
|
|
|
58
|
border: 0px solid #400;
|
|
|
|
|
59
|
height: 0px; }
|
|
|
|
|
60
|
|
|
|
|
|
61
|
textarea {
|
|
|
|
|
62
|
resize: none;
|
|
|
|
|
63
|
overflow: hidden; }
|
|
|
|
|
64
|
|
|
21
|
/****************************************************************************************/
|
|
65
|
/****************************************************************************************/
|
|
22
|
/****** ESTILOS GENERALES *****************/
|
|
66
|
/****** ESTILOS GENERALES *****************/
|
|
23
|
/****************************************************************************************/
|
|
67
|
/****************************************************************************************/
|
|
24
|
.mnu{ height: 22px; border: 0px solid #c55 !important;}
|
|
68
|
.mnu {
|
|
25
|
.mnu li{ display:inline;}
|
|
69
|
height: 22px;
|
|
26
|
.MnuVertical, .MnuHorizontal { font-family: 'Droid Sans', sans-serif; font-size: inherit;
|
|
70
|
border: 0px solid #c55 !important; }
|
|
27
|
font-style: normal; text-shadow: 2px 2px #eee;}
|
|
71
|
|
|
28
|
.MnuHorizontal ul{ list-style: none; list-style-type: none; margin: 0;}
|
|
72
|
.mnu li {
|
|
29
|
|
|
73
|
display:inline; }
|
|
30
|
/*.MnuHorizontal{ display: -webkit-box; -webkit-box-orient:horizontal;}*/
|
|
74
|
|
|
31
|
/*.MnuHorizontal a{ display:block; padding:10px; -webkit-box-flex:1; text-align:center; }*/
|
|
75
|
.MnuVertical, .MnuHorizontal {
|
|
32
|
|
|
76
|
font-family: 'Droid Sans', sans-serif;
|
|
33
|
/****************************************************************************************/
|
|
77
|
font-size: inherit;
|
|
34
|
/****** MENU DE NAVEGACION DE PERFILES **********************************/
|
|
78
|
font-style: normal;
|
|
35
|
/****************************************************************************************/
|
|
79
|
text-shadow: 2px 2px #eee; }
|
|
36
|
#infoProfiles {border: 0px solid #1cc !important; width: 300px; margin: 0px; padding-top: 2px; padding-bottom: 2px;
|
|
80
|
|
|
37
|
float: left;}
|
|
81
|
.MnuHorizontal ul {
|
|
38
|
#infoProfiles label {padding: 10px 10px 10px 12px; margin: 10px 0}
|
|
82
|
list-style: none;
|
|
39
|
#infoProfiles select {padding: 4px 0px; margin: 0; font-family: 'Droid Sans', sans-serif;
|
|
83
|
list-style-type: none;
|
|
40
|
font-size: 12px; letter-spacing: 0.029em; width: 200px;}
|
|
84
|
margin: 0; }
|
|
41
|
#mnuProfiles{margin: 0px 0px 0px 0px; border: 0px solid #1494F6 !important; float: right; padding: 2px 10px}
|
|
85
|
|
|
42
|
#mnuProfiles ul{list-style: none; list-style-type: none; margin: 0; padding-left: 20px; border: 0px solid #f00 !important}
|
|
86
|
/*.MnuHorizontal{
|
|
43
|
#mnuProfiles li{ width: 80px; padding: 2px; border: 0px solid #c55 !important; float: left; }
|
|
87
|
display: -webkit-box;
|
|
44
|
#mnuProfiles a{ font-weight: normal; color: #1494F6; display: block; border: 0px solid #1cc !important; text-align: center;
|
|
88
|
-webkit-box-orient:horizontal; }
|
|
45
|
border-bottom: 1px solid #1494F6 !important; text-decoration: none; padding: 0px 4px;
|
|
89
|
|
|
46
|
line-height: 18px; margin: 6px 6px;}
|
|
90
|
.MnuHorizontal a{
|
|
|
|
|
91
|
display:block;
|
|
|
|
|
92
|
padding:10px;
|
|
|
|
|
93
|
-webkit-box-flex:1;
|
|
|
|
|
94
|
text-align:center; }*/
|
|
|
|
|
95
|
|
|
|
|
|
96
|
/****************************************************************************************/
|
|
|
|
|
97
|
/****** MENU DE NAVEGACION DE PERFILES *************/
|
|
|
|
|
98
|
/****************************************************************************************/
|
|
|
|
|
99
|
#infoProfiles {
|
|
|
|
|
100
|
float: left;
|
|
|
|
|
101
|
width: 300px;
|
|
|
|
|
102
|
margin: 0px;
|
|
|
|
|
103
|
padding: 2px 0px;
|
|
|
|
|
104
|
border: 0px solid #1cc !important; }
|
|
|
|
|
105
|
|
|
|
|
|
106
|
#infoProfiles label {
|
|
|
|
|
107
|
padding: 10px 10px 10px 12px;
|
|
|
|
|
108
|
margin: 10px 0; }
|
|
|
|
|
109
|
|
|
|
|
|
110
|
#infoProfiles select {
|
|
|
|
|
111
|
padding: 4px 0px; margin: 0;
|
|
|
|
|
112
|
font-family: 'Droid Sans', sans-serif;
|
|
|
|
|
113
|
font-size: 12px;
|
|
|
|
|
114
|
letter-spacing: 0.029em;
|
|
|
|
|
115
|
width: 200px; }
|
|
|
|
|
116
|
|
|
|
|
|
117
|
#mnuProfiles {
|
|
|
|
|
118
|
margin: 0;
|
|
|
|
|
119
|
float: right;
|
|
|
|
|
120
|
padding: 2px 10px;
|
|
|
|
|
121
|
border: 0px solid #1494F6 !important; }
|
|
|
|
|
122
|
|
|
|
|
|
123
|
#mnuProfiles ul {
|
|
|
|
|
124
|
list-style: none;
|
|
|
|
|
125
|
list-style-type: none;
|
|
|
|
|
126
|
margin: 0;
|
|
|
|
|
127
|
padding-left: 20px;
|
|
|
|
|
128
|
border: 0px solid #f00 !important; }
|
|
|
|
|
129
|
|
|
|
|
|
130
|
#mnuProfiles li {
|
|
|
|
|
131
|
width: 80px;
|
|
|
|
|
132
|
float: left;
|
|
|
|
|
133
|
padding: 2px;
|
|
|
|
|
134
|
border: 0px solid #c55 !important; }
|
|
|
|
|
135
|
|
|
|
|
|
136
|
#mnuProfiles a {
|
|
|
|
|
137
|
font-weight: normal;
|
|
|
|
|
138
|
color: #1494F6;
|
|
|
|
|
139
|
display: block;
|
|
|
|
|
140
|
text-align: center;
|
|
|
|
|
141
|
border-bottom: 1px solid #1494F6 !important;
|
|
|
|
|
142
|
text-decoration: none;
|
|
|
|
|
143
|
padding: 0px 4px;
|
|
|
|
|
144
|
line-height: 18px;
|
|
|
|
|
145
|
margin: 6px; }
|
|
47
|
|
|
146
|
|
|
48
|
/****************************************************************************************/
|
|
147
|
/****************************************************************************************/
|
|
49
|
/******** FORMULARIO DE PERFILES *************************************/
|
|
148
|
/******** FORMULARIO DE PERFILES *************************************/
|
|
50
|
/****************************************************************************************/
|
|
149
|
/****************************************************************************************/
|
|
51
|
#divProfile { border: 0px solid #dff !important; margin: 10px 0px; padding: 10px 10px; width: 500px }
|
|
150
|
#divProfile {
|
|
52
|
|
|
151
|
margin: 10px 0px;
|
|
53
|
|
|
152
|
padding: 10px 10px;
|
|
54
|
#divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit]{
|
|
153
|
width: 500px;
|
|
55
|
font-family: 'Open Sans', sans-serif; font-size: inherit; }
|
|
154
|
border: 0px solid #dff !important; }
|
|
56
|
#divPattern textarea {resize: none; overflow: hidden}
|
|
155
|
|
|
57
|
.antenna{ border: 0px solid #fee !important; box-shadow: 1px 1px 2px #666; padding: 5px; margin: 10px auto;
|
|
156
|
#divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] {
|
|
58
|
width: 520px; display: block}
|
|
157
|
font-family: 'Open Sans', sans-serif;
|
|
59
|
.NewAntenna{ border: 0px solid #fee !important; box-shadow: 1px 1px 2px #666; padding: 5px; margin: 10px auto;
|
|
158
|
font-size: inherit; }
|
|
60
|
width: 620px; display: block}
|
|
159
|
|
|
61
|
.flsAntenna { margin: 0; padding: 0px; border: 1px solid #fee !important; width: 510px}
|
|
160
|
.antenna, .NewAntenna {
|
|
62
|
.NewFlsAntenna { margin: 0; padding: 0px; border: 1px solid #dee !important; width: 610px}
|
|
161
|
box-shadow: 1px 1px 2px #666;
|
|
63
|
.legendAntenna{ font-family: 'Roboto Condensed', sans-serif; font-size: inherit; text-align: center;
|
|
162
|
padding: 5px;
|
|
64
|
margin-left: 10px}
|
|
163
|
margin: 10px auto;
|
|
65
|
.infoAntenna{ border: 0px solid #f00 !important; width: 480px; float: left}
|
|
164
|
width: 520px;
|
|
66
|
.overJRO{ border: 0px solid #1cc !important; width: 250px; float: left; margin: 0px 5px}
|
|
165
|
display: block;
|
|
67
|
.divAntenna { float: left; margin: 10px; border: 0px solid #fcc !important; width: 220px }
|
|
166
|
border: 0px solid #fee !important; }
|
|
68
|
.NewDivAntenna { float: left; margin: 10px; border: 0px solid #fcc !important; width: 290px }
|
|
167
|
|
|
69
|
.titleField{ display: block; text-align: center;}
|
|
168
|
.antenna {
|
|
70
|
.txtAntenna { width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 4px;
|
|
169
|
width: 520px; }
|
|
71
|
border: 2px solid #eee !important; /*font-family: "Ubuntu"; font-size: inherit;*/
|
|
170
|
|
|
72
|
text-align: justify; margin: 0 auto; line-height: 20px}
|
|
171
|
.NewAntenna {
|
|
73
|
.divAntenna p{ width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px;
|
|
172
|
width: 620px; }
|
|
74
|
border: 1px solid #eee !important; font-family: "Ubuntu"; font-size: inherit;
|
|
173
|
|
|
75
|
text-align: justify; margin: 0 auto; line-height: 20px}
|
|
174
|
.flsAntenna, .NewFlsAntenna {
|
|
76
|
.boxAntenna{ width: 280px; border: 2px solid #eee !important; text-align: center; display: block;
|
|
175
|
margin: 0;
|
|
77
|
float: left; margin: 0; padding: 0;}
|
|
176
|
padding: 0px;
|
|
78
|
.lineInputs{ width: 262px; text-align: center; border: 0px solid #1cc !important; line-height: 18px;
|
|
177
|
border: 1px solid #fee !important;
|
|
79
|
padding: 0; height: 20px; margin: 0 auto; display: block;}
|
|
178
|
width: 510px; }
|
|
80
|
.lineInputs label{ border: 0px solid #bbb !important; float: left; margin: 0px 2px}
|
|
179
|
|
|
81
|
.divValuesAntenna{ width: 230px; border: 0px solid #bbb !important; float: left; display: block; margin: 0 auto}
|
|
180
|
.flsAntenna {
|
|
82
|
.divValuesAntenna input[type=text]{ width: 18px; border: 0px; border-bottom: 1px solid #666 !important;
|
|
181
|
width: 510px; }
|
|
83
|
line-height: 20px}
|
|
182
|
|
|
84
|
.lblSign{ width: 8px; font-family: 'Roboto Condensed', sans-serif; font-size: 1.1em; color: #666}
|
|
183
|
.NewFlsAntenna {
|
|
85
|
#lblSignLeft, #lblSignRight{ margin: 0; line-height: 18px; height: 20px; float: left; padding: 0}
|
|
184
|
width: 610px; }
|
|
86
|
|
|
185
|
|
|
87
|
.divTx { display: block; float: left; margin: 10px; border: 0px solid #f00 !important}
|
|
186
|
.legendAntenna {
|
|
88
|
.divTx label{ display: block }
|
|
187
|
font-family: 'Roboto Condensed', sans-serif;
|
|
89
|
.divTx textarea{ width: 100px; max-width: 100px; height: 160px; max-height: 165px; text-align: justify;
|
|
188
|
font-size: inherit;
|
|
90
|
border: 2px solid #eee !important; font-family: "Ubuntu"; font-size: inherit;
|
|
189
|
text-align: center;
|
|
91
|
line-height: 20px}
|
|
190
|
margin-left: 10px; }
|
|
92
|
|
|
191
|
|
|
93
|
.divTx p{ width: 100px; max-width: 105px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px;
|
|
192
|
.infoAntenna {
|
|
94
|
border: 1px solid #eee !important; font-family: 'Ubuntu', sans-serif; font-size: inherit;
|
|
193
|
width: 480px;
|
|
95
|
text-align: justify; margin: 0 auto; line-height: 20px;}
|
|
194
|
float: left;
|
|
96
|
|
|
195
|
border: 0px solid #f00 !important; }
|
|
97
|
.divUes { display: block; margin: 10px}
|
|
196
|
|
|
98
|
.divUes input[type=text] { width: 240px; max-width: 240px; font-family: 'Ubuntu', sans-serif; font-size: inherit;}
|
|
197
|
.overJRO {
|
|
99
|
|
|
198
|
width: 250px;
|
|
100
|
.overJRO img{width: 400px; height: 200px; text-align: center; vertical-align: middle; margin: 40px 5px 5px 5px;
|
|
199
|
float: left;
|
|
101
|
display: block; background: #fdfdfb; border: 1px solid #eee !important;}
|
|
200
|
margin: 0px 5px;
|
|
102
|
.overJRO a{ text-align: center; margin: 0 auto; display: block}
|
|
201
|
border: 0px solid #1cc !important; }
|
|
|
|
|
202
|
|
|
|
|
|
203
|
.divAntenna {
|
|
|
|
|
204
|
width: 220px;
|
|
|
|
|
205
|
float: left;
|
|
|
|
|
206
|
margin: 10px;
|
|
|
|
|
207
|
border: 0px solid #fcc !important; }
|
|
|
|
|
208
|
|
|
|
|
|
209
|
.NewDivAntenna {
|
|
|
|
|
210
|
width: 290px;
|
|
|
|
|
211
|
float: left;
|
|
|
|
|
212
|
margin: 10px;
|
|
|
|
|
213
|
border: 0px solid #fcc !important; }
|
|
|
|
|
214
|
|
|
|
|
|
215
|
.titleField {
|
|
|
|
|
216
|
display: block;
|
|
|
|
|
217
|
text-align: center; }
|
|
|
|
|
218
|
|
|
|
|
|
219
|
.txtAntenna, .view-textAntenna {
|
|
|
|
|
220
|
width: 175px;
|
|
|
|
|
221
|
max-width: 180px;
|
|
|
|
|
222
|
height: 160px;
|
|
|
|
|
223
|
max-height: 165px;
|
|
|
|
|
224
|
background: #fdfdfb;
|
|
|
|
|
225
|
border: 2px solid #eee !important;
|
|
|
|
|
226
|
text-align: justify;
|
|
|
|
|
227
|
margin: 0 auto;
|
|
|
|
|
228
|
line-height: 20px; }
|
|
|
|
|
229
|
|
|
|
|
|
230
|
.txtAntenna {
|
|
|
|
|
231
|
padding: 4px;
|
|
|
|
|
232
|
}
|
|
|
|
|
233
|
|
|
|
|
|
234
|
.view-textAntenna {
|
|
|
|
|
235
|
padding: 2px;
|
|
|
|
|
236
|
font-family: "Ubuntu";
|
|
|
|
|
237
|
font-size: inherit; }
|
|
|
|
|
238
|
|
|
|
|
|
239
|
.boxAntenna {
|
|
|
|
|
240
|
width: 280px;
|
|
|
|
|
241
|
border: 2px solid #eee !important;
|
|
|
|
|
242
|
text-align: center;
|
|
|
|
|
243
|
display: block;
|
|
|
|
|
244
|
float: left;
|
|
|
|
|
245
|
margin: 0;
|
|
|
|
|
246
|
padding: 0; }
|
|
|
|
|
247
|
|
|
|
|
|
248
|
.lineInputs {
|
|
|
|
|
249
|
width: 262px;
|
|
|
|
|
250
|
text-align: center;
|
|
|
|
|
251
|
line-height: 18px;
|
|
|
|
|
252
|
padding: 0;
|
|
|
|
|
253
|
height: 20px;
|
|
|
|
|
254
|
margin: 0 auto;
|
|
|
|
|
255
|
display: block;
|
|
|
|
|
256
|
border: 0px solid #1cc !important; }
|
|
|
|
|
257
|
|
|
|
|
|
258
|
.lineInputs label {
|
|
|
|
|
259
|
float: left;
|
|
|
|
|
260
|
margin: 0px 2px;
|
|
|
|
|
261
|
border: 0px solid #bbb !important; }
|
|
|
|
|
262
|
|
|
|
|
|
263
|
.divValuesAntenna {
|
|
|
|
|
264
|
width: 230px;
|
|
|
|
|
265
|
border: 0px solid #bbb !important;
|
|
|
|
|
266
|
float: left;
|
|
|
|
|
267
|
display: block;
|
|
|
|
|
268
|
margin: 0 auto; }
|
|
|
|
|
269
|
|
|
|
|
|
270
|
.divValuesAntenna input[type=text] {
|
|
|
|
|
271
|
width: 18px;
|
|
|
|
|
272
|
border: 0px;
|
|
|
|
|
273
|
border-bottom: 1px solid #666 !important;
|
|
|
|
|
274
|
line-height: 20px; }
|
|
|
|
|
275
|
|
|
|
|
|
276
|
.lblSign {
|
|
|
|
|
277
|
width: 8px;
|
|
|
|
|
278
|
font-family: 'Roboto Condensed', sans-serif;
|
|
|
|
|
279
|
font-size: 1.1em;
|
|
|
|
|
280
|
color: #666; }
|
|
|
|
|
281
|
|
|
|
|
|
282
|
#lblSignLeft, #lblSignRight {
|
|
|
|
|
283
|
margin: 0;
|
|
|
|
|
284
|
line-height: 18px;
|
|
|
|
|
285
|
height: 20px;
|
|
|
|
|
286
|
float: left;
|
|
|
|
|
287
|
padding: 0; }
|
|
|
|
|
288
|
|
|
|
|
|
289
|
.divTx {
|
|
|
|
|
290
|
display: block;
|
|
|
|
|
291
|
float: left;
|
|
|
|
|
292
|
margin: 10px;
|
|
|
|
|
293
|
border: 0px solid #f00 !important; }
|
|
|
|
|
294
|
|
|
|
|
|
295
|
.divTx label {
|
|
|
|
|
296
|
display: block; }
|
|
|
|
|
297
|
|
|
|
|
|
298
|
.divTx textarea {
|
|
|
|
|
299
|
width: 100px;
|
|
|
|
|
300
|
max-width: 100px;
|
|
|
|
|
301
|
height: 160px;
|
|
|
|
|
302
|
max-height: 165px;
|
|
|
|
|
303
|
text-align: justify;
|
|
|
|
|
304
|
border: 2px solid #eee !important;
|
|
|
|
|
305
|
font-family: "Ubuntu";
|
|
|
|
|
306
|
font-size: inherit;
|
|
|
|
|
307
|
line-height: 20px; }
|
|
|
|
|
308
|
|
|
|
|
|
309
|
.divTx p {
|
|
|
|
|
310
|
width: 100px;
|
|
|
|
|
311
|
max-width: 105px;
|
|
|
|
|
312
|
height: 160px;
|
|
|
|
|
313
|
max-height: 165px;
|
|
|
|
|
314
|
background: #fdfdfb;
|
|
|
|
|
315
|
padding: 2px;
|
|
|
|
|
316
|
border: 1px solid #eee !important;
|
|
|
|
|
317
|
font-family: 'Ubuntu', sans-serif;
|
|
|
|
|
318
|
font-size: inherit;
|
|
|
|
|
319
|
text-align: justify;
|
|
|
|
|
320
|
margin: 0 auto;
|
|
|
|
|
321
|
line-height: 20px; }
|
|
|
|
|
322
|
|
|
|
|
|
323
|
.divUes {
|
|
|
|
|
324
|
display: block;
|
|
|
|
|
325
|
margin: 10px; }
|
|
|
|
|
326
|
|
|
|
|
|
327
|
.divUes input[type=text] {
|
|
|
|
|
328
|
width: 240px;
|
|
|
|
|
329
|
max-width: 240px;
|
|
|
|
|
330
|
font-family: 'Ubuntu', sans-serif;
|
|
|
|
|
331
|
font-size: inherit; }
|
|
|
|
|
332
|
|
|
|
|
|
333
|
.overJRO img {
|
|
|
|
|
334
|
width: 400px;
|
|
|
|
|
335
|
height: 200px;
|
|
|
|
|
336
|
text-align: center;
|
|
|
|
|
337
|
vertical-align: middle;
|
|
|
|
|
338
|
margin: 40px 5px 5px 5px;
|
|
|
|
|
339
|
display: block;
|
|
|
|
|
340
|
background: #fdfdfb;
|
|
|
|
|
341
|
border: 1px solid #eee !important; }
|
|
|
|
|
342
|
|
|
|
|
|
343
|
.overJRO a {
|
|
|
|
|
344
|
text-align: center;
|
|
|
|
|
345
|
margin: 0 auto;
|
|
|
|
|
346
|
display: block; }
|
|
103
|
|
|
347
|
|
|
104
|
/****************************************************************************************/
|
|
348
|
/****************************************************************************************/
|
|
105
|
/****** MENU DE NAVEGACION DE PATRONES **********************************/
|
|
349
|
/****** MENU DE NAVEGACION DE PATRONES **********************************/
|
|
106
|
/****************************************************************************************/
|
|
350
|
/****************************************************************************************/
|
|
107
|
#divMnuPattern{ width: 280px; height: 25px; display: block; border: 0px solid #1cc !important; float: right;
|
|
351
|
#divMnuPattern {
|
|
108
|
margin: 5px 40px 5px 0px;}
|
|
352
|
width: 280px;
|
|
109
|
#divMnuPattern li{ float: right; display: block; width: 60px; border: 0px solid #2cc !important}
|
|
353
|
height: 25px;
|
|
110
|
#divMnuPattern a{ display: block; line-height: 22px; text-decoration: none; padding: 0px 5px;
|
|
354
|
display: block;
|
|
111
|
border-bottom: 1px solid #1494F6 !important; margin: 0px 2px; text-align: center; color: #1494F6
|
|
355
|
float: right;
|
|
112
|
}
|
|
356
|
margin: 5px 40px 5px 0px;
|
|
113
|
#infoPattern{ display: block; border: 0px solid #1494f6 !important; margin: 0px 25px; }
|
|
357
|
border: 0px solid #1cc !important; }
|
|
114
|
|
|
358
|
|
|
115
|
#navPatterns{ margin: 0 auto; border: 0px solid #d00 !important; width: 700px; height: 30px;
|
|
359
|
#divMnuPattern li {
|
|
116
|
font-family: 'Ubuntu', sans-serif; font-size: 14px; padding: 5px 0px}
|
|
360
|
float: right;
|
|
117
|
#navPatternList{ margin: 0 auto; border: 0px solid #ecc !important}
|
|
361
|
display: block;
|
|
118
|
#navPatternList ul{ list-style: none; list-style-type: none; margin: 0;}
|
|
362
|
width: 60px;
|
|
119
|
#navPatternList ul li{ float: left; width: 50px; border: 1px solid #eee !important; }
|
|
363
|
border: 0px solid #2cc !important; }
|
|
120
|
#navPatternList a{ width: 50px; border: 0px solid #1cc !important; display: block; text-align: center; line-height: 30px; padding: 1px 0px}
|
|
364
|
|
|
121
|
.lnkPattern{ background-color: #ccc !important; color: #eee;}
|
|
365
|
#divMnuPattern a {
|
|
122
|
.lnkPatternSelected{ background-color: #2cc !important; color: #fff;}
|
|
366
|
display: block;
|
|
123
|
|
|
367
|
line-height: 22px;
|
|
124
|
.divListofPatterns{ width: 650px; display: block; border: 1px solid #1cc !important; margin: 0 auto}
|
|
368
|
text-decoration: none;
|
|
125
|
.divPattern{ width: 600px; display: block; border: 1px solid #f00 !important; margin: 2px auto; }
|
|
369
|
padding: 0px 5px;
|
|
|
|
|
370
|
margin: 0px 2px;
|
|
|
|
|
371
|
text-align: center;
|
|
|
|
|
372
|
color: #1494F6;
|
|
|
|
|
373
|
border-bottom: 1px solid #1494F6 !important; }
|
|
|
|
|
374
|
|
|
|
|
|
375
|
#infoPattern {
|
|
|
|
|
376
|
display: block;
|
|
|
|
|
377
|
margin: 0px 25px;
|
|
|
|
|
378
|
border: 0px solid #1494f6 !important; }
|
|
|
|
|
379
|
|
|
|
|
|
380
|
#navPatterns {
|
|
|
|
|
381
|
margin: 0 auto;
|
|
|
|
|
382
|
width: 700px;
|
|
|
|
|
383
|
height: 30px;
|
|
|
|
|
384
|
border: 0px solid #d00 !important;
|
|
|
|
|
385
|
font-family: 'Ubuntu', sans-serif;
|
|
|
|
|
386
|
font-size: 14px;
|
|
|
|
|
387
|
padding: 5px 0px; }
|
|
|
|
|
388
|
|
|
|
|
|
389
|
#navPatternList {
|
|
|
|
|
390
|
margin: 0 auto;
|
|
|
|
|
391
|
border: 0px solid #ecc !important; }
|
|
|
|
|
392
|
|
|
|
|
|
393
|
#navPatternList ul {
|
|
|
|
|
394
|
list-style: none;
|
|
|
|
|
395
|
list-style-type: none;
|
|
|
|
|
396
|
margin: 0; }
|
|
|
|
|
397
|
|
|
|
|
|
398
|
#navPatternList ul li {
|
|
|
|
|
399
|
float: left;
|
|
|
|
|
400
|
width: 50px;
|
|
|
|
|
401
|
border: 1px solid #eee !important; }
|
|
|
|
|
402
|
|
|
|
|
|
403
|
#navPatternList a {
|
|
|
|
|
404
|
width: 50px;
|
|
|
|
|
405
|
display: block;
|
|
|
|
|
406
|
text-align: center;
|
|
|
|
|
407
|
line-height: 30px;
|
|
|
|
|
408
|
padding: 1px 0px;
|
|
|
|
|
409
|
border: 0px solid #1cc !important; }
|
|
|
|
|
410
|
|
|
|
|
|
411
|
.lnkPattern {
|
|
|
|
|
412
|
background-color: #ccc !important;
|
|
|
|
|
413
|
color: #eee; }
|
|
|
|
|
414
|
|
|
|
|
|
415
|
.lnkPatternSelected {
|
|
|
|
|
416
|
background-color: #2cc !important;
|
|
|
|
|
417
|
color: #fff; }
|
|
|
|
|
418
|
|
|
|
|
|
419
|
.divListofPatterns {
|
|
|
|
|
420
|
width: 650px;
|
|
|
|
|
421
|
display: block;
|
|
|
|
|
422
|
border: 1px solid #1cc !important;
|
|
|
|
|
423
|
margin: 0 auto; }
|
|
|
|
|
424
|
|
|
|
|
|
425
|
.divPattern {
|
|
|
|
|
426
|
width: 600px;
|
|
|
|
|
427
|
display: block;
|
|
|
|
|
428
|
border: 1px solid #f00 !important;
|
|
|
|
|
429
|
margin: 2px auto; }
|
|
126
|
|
|
430
|
|
|
127
|
/****************************************************************************************/
|
|
431
|
/****************************************************************************************/
|
|
128
|
/****** HEADER *************/
|
|
432
|
/****** HEADER *************/
|
|
129
|
/****************************************************************************************/
|
|
433
|
/****************************************************************************************/
|
|
130
|
header nav{width: 960px; border: 0px solid #1cc !important; margin: 0 auto; height: 100%}
|
|
434
|
header nav {
|
|
131
|
header nav a{font-family: 'Roboto Condensed', sans-serif; font-size: 1.98em; text-transform: uppercase; width: 232px;
|
|
435
|
width: 960px;
|
|
132
|
padding: 2px; text-align: center; border: 1px solid #ddd !important; box-shadow: 1px 1px 2px #ddd; display: block;
|
|
436
|
margin: 0 auto;
|
|
133
|
float: left; height: 45px; text-decoration: none; background: #eee; line-height: 45px;
|
|
437
|
height: 100%;
|
|
134
|
color: #15425d; margin: 0px 1px}
|
|
438
|
border: 0px solid #1cc !important; }
|
|
135
|
header nav a.selected{ background: #666; color: #fff }
|
|
439
|
|
|
|
|
|
440
|
header nav a {
|
|
|
|
|
441
|
font-family: 'Roboto Condensed', sans-serif;
|
|
|
|
|
442
|
font-size: 1.98em;
|
|
|
|
|
443
|
text-transform: uppercase;
|
|
|
|
|
444
|
width: 232px;
|
|
|
|
|
445
|
padding: 2px;
|
|
|
|
|
446
|
text-align: center;
|
|
|
|
|
447
|
border: 1px solid #ddd !important;
|
|
|
|
|
448
|
box-shadow: 1px 1px 2px #ddd;
|
|
|
|
|
449
|
display: block;
|
|
|
|
|
450
|
float: left;
|
|
|
|
|
451
|
height: 45px;
|
|
|
|
|
452
|
text-decoration: none;
|
|
|
|
|
453
|
background: #eee;
|
|
|
|
|
454
|
line-height: 45px;
|
|
|
|
|
455
|
color: #15425d;
|
|
|
|
|
456
|
margin: 0px 1px; }
|
|
|
|
|
457
|
|
|
|
|
|
458
|
header nav a.selected {
|
|
|
|
|
459
|
background: #666;
|
|
|
|
|
460
|
color: #fff; }
|
|
|
|
|
461
|
|
|
136
|
/****************************************************************************************/
|
|
462
|
/****************************************************************************************/
|
|
137
|
/****** FOOTER *************/
|
|
463
|
/****** FOOTER *************/
|
|
138
|
/****************************************************************************************/
|
|
464
|
/****************************************************************************************/
|
|
139
|
footer p{font-family: 'Roboto Condensed', sans-serif; font-size: 0.98em}
|
|
465
|
footer p {
|
|
140
|
|
|
466
|
font-family: 'Roboto Condensed', sans-serif;
|
|
|
|
|
467
|
font-size: 0.98em; }
No newline at end of file
|