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