[bf59ef1] | 1 | body { |
---|
| 2 | background-color: white; |
---|
| 3 | } |
---|
| 4 | .acceso { |
---|
[39a8a99] | 5 | font: normal normal 12px sans-serif; |
---|
| 6 | } |
---|
| 7 | .acceso h1 { |
---|
[ea4319c] | 8 | margin: 50px auto 0px auto; |
---|
[39a8a99] | 9 | padding-left: 20px; |
---|
| 10 | width: 580px; |
---|
| 11 | background: #bfb39b; |
---|
| 12 | font-size: 24px; |
---|
| 13 | color: #ddd6c6; |
---|
| 14 | } |
---|
| 15 | .acceso h2 { |
---|
[ea4319c] | 16 | margin: 0px auto; |
---|
[39a8a99] | 17 | padding-left: 20px; |
---|
| 18 | width: 580px; |
---|
| 19 | background: #bfb39b; |
---|
| 20 | font-size: 20px; |
---|
| 21 | color: white; |
---|
| 22 | } |
---|
| 23 | .acceso form { |
---|
[ea4319c] | 24 | margin: 0px auto; |
---|
[39a8a99] | 25 | width: 600px; |
---|
| 26 | height: 327px; |
---|
| 27 | background-image: url('./images/login.jpg'); |
---|
| 28 | } |
---|
| 29 | .acceso fieldset { |
---|
| 30 | padding-top: 60px; |
---|
| 31 | margin-left: 350px; |
---|
| 32 | border: none; |
---|
| 33 | } |
---|
| 34 | .acceso label { |
---|
| 35 | margin-top: 20px; |
---|
| 36 | height: 20px; |
---|
| 37 | float: left; |
---|
| 38 | } |
---|
| 39 | .acceso input { |
---|
| 40 | margin-top: 20px; |
---|
| 41 | margin-right: 50px; |
---|
| 42 | width: 100px; |
---|
| 43 | height: 20px; |
---|
| 44 | float: right; |
---|
| 45 | } |
---|
| 46 | .acceso button { |
---|
| 47 | margin-left: 100px; |
---|
| 48 | } |
---|
[bdf6991] | 49 | .pie { |
---|
| 50 | margin: 0px auto; |
---|
| 51 | padding: 0px 10px; |
---|
| 52 | width: 580px; |
---|
| 53 | font: normal normal 10px sans-serif; |
---|
| 54 | } |
---|
| 55 | .pie button { |
---|
| 56 | font-size: 10px; |
---|
| 57 | } |
---|
| 58 | .pie span { |
---|
| 59 | float: right; |
---|
| 60 | } |
---|
[ae938ed] | 61 | .acercade { |
---|
| 62 | font-family: sans-serif; |
---|
| 63 | } |
---|
[39a8a99] | 64 | .textos{
|
---|
[3ec149c] | 65 | COLOR: #A53B2D;
|
---|
| 66 | FONT-FAMILY:MS Sans Serif;
|
---|
| 67 | FONT-SIZE: 8pt;
|
---|
| 68 | }
|
---|
| 69 |
|
---|
| 70 | .texto_arbol{
|
---|
| 71 | COLOR: #000000;
|
---|
| 72 | FONT-FAMILY: sans-serif;
|
---|
| 73 | FONT-SIZE: 11px;
|
---|
| 74 | }
|
---|
| 75 |
|
---|
| 76 | .menu_contextual TABLE{
|
---|
| 77 | BACKGROUND-COLOR: #d4d0c8;
|
---|
| 78 | }
|
---|
| 79 |
|
---|
| 80 | .menu_contextual TD{
|
---|
| 81 | COLOR: #000000;
|
---|
| 82 | FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 83 | FONT-SIZE: 11px;
|
---|
| 84 | LETTER-SPACING: -1px;
|
---|
| 85 | }
|
---|
| 86 | .menu_contextual SPAN{
|
---|
| 87 | COLOR: #000000;
|
---|
| 88 | FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 89 | FONT-SIZE: 11px;
|
---|
| 90 | LETTER-SPACING: -1px;
|
---|
| 91 | }
|
---|
| 92 | .tabla_standar TD{
|
---|
| 93 | COLOR: #000000;
|
---|
| 94 | FONT-FAMILY: Verdana;
|
---|
| 95 | FONT-SIZE: 11px;
|
---|
| 96 | }
|
---|
| 97 |
|
---|
| 98 | .tabla_lista TD{
|
---|
| 99 | COLOR: #000000;
|
---|
| 100 | FONT-FAMILY: Verdana;
|
---|
| 101 | FONT-SIZE: 11px;
|
---|
| 102 | LETTER-SPACING: -1px;
|
---|
| 103 | }
|
---|
| 104 |
|
---|
| 105 | .input_nodo{
|
---|
| 106 | BORDER-BOTTOM: 1px solid;
|
---|
| 107 | BORDER-LEFT: 1px solid;
|
---|
| 108 | BORDER-RIGHT: 1px solid;
|
---|
| 109 | BORDER-TOP: 1px solid;
|
---|
| 110 | COLOR: #000000;
|
---|
| 111 | FONT-SIZE: 11px;
|
---|
| 112 | HEIGHT: 14px;
|
---|
| 113 | }
|
---|
| 114 | .marcorelieve{
|
---|
| 115 | BORDER-BOTTOM: #808080 1px solid;
|
---|
| 116 | BORDER-LEFT: #ffffff 1px solid;
|
---|
| 117 | BORDER-RIGHT: #808080 1px solid;
|
---|
| 118 | BORDER-TOP: #ffffff 1px solid;
|
---|
| 119 | }
|
---|
| 120 | .marco{
|
---|
| 121 | BORDER-BOTTOM: #999999 1px solid;
|
---|
| 122 | BORDER-LEFT: #999999 1px solid;
|
---|
| 123 | BORDER-RIGHT: #999999 1px solid;
|
---|
| 124 | BORDER-TOP: #999999 1px solid; |
---|
| 125 | COLOR: #000000;
|
---|
| 126 | FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
|
---|
| 127 | FONT-SIZE: 13px;
|
---|
| 128 | }
|
---|
| 129 | .menupral{
|
---|
| 130 | BACKGROUND-COLOR: #d4d0c8;
|
---|
| 131 | FONT-FAMILY: sans-serif;
|
---|
| 132 | FONT-SIZE: 11px;
|
---|
| 133 | }
|
---|
| 134 | .menupral TD{
|
---|
| 135 | BORDER-BOTTOM: #d4d0c8 1px solid;
|
---|
| 136 | BORDER-LEFT: #d4d0c8 1px solid;
|
---|
| 137 | BORDER-RIGHT: #d4d0c8 1px solid;
|
---|
| 138 | BORDER-TOP: #d4d0c8 1px solid;
|
---|
| 139 | }
|
---|
| 140 |
|
---|
| 141 | .menupral SPAN{
|
---|
| 142 | COLOR: #000000;
|
---|
| 143 | FONT-FAMILY: sans-serif;
|
---|
| 144 | FONT-SIZE: 11px;
|
---|
| 145 | }
|
---|
| 146 |
|
---|
| 147 | .filtros{ |
---|
| 148 | BORDER-BOTTOM: #999999 1px solid;
|
---|
| 149 | BORDER-LEFT: #999999 1px solid;
|
---|
| 150 | BORDER-RIGHT: #999999 1px solid;
|
---|
| 151 | BORDER-TOP: #999999 1px solid;
|
---|
| 152 | }
|
---|
| 153 |
|
---|
| 154 | .filtros TD{
|
---|
| 155 | FONT-FAMILY: sans-serif;
|
---|
| 156 | FONT-SIZE: 11px;
|
---|
| 157 | COLOR:#999999;
|
---|
| 158 | }
|
---|
| 159 | .supercabeceras {
|
---|
| 160 | COLOR:#FE6C65;
|
---|
| 161 | FONT-FAMILY: Arial;
|
---|
| 162 | FONT-SIZE: 30px;
|
---|
| 163 | FONT-WEIGHT: 600;
|
---|
| 164 | }
|
---|
| 165 | .sobrecabeceras {
|
---|
| 166 | COLOR:#7575DD;
|
---|
| 167 | FONT-FAMILY: Arial;
|
---|
| 168 | FONT-SIZE: 24px;
|
---|
| 169 | FONT-WEIGHT: 400;
|
---|
| 170 | }
|
---|
| 171 | .cabeceras{
|
---|
| 172 | COLOR: #999999;
|
---|
| 173 | FONT-FAMILY: Verdana;
|
---|
| 174 | FONT-SIZE: 24px;
|
---|
| 175 | FONT-WEIGHT: 600;
|
---|
| 176 | }
|
---|
| 177 | .subcabeceras{
|
---|
| 178 | COLOR: #D6A621;
|
---|
| 179 | FONT-FAMILY: Verdana;
|
---|
| 180 | FONT-SIZE: 20px;
|
---|
| 181 | }
|
---|
| 182 |
|
---|
| 183 | .presentaciones{
|
---|
| 184 | COLOR: #999999;
|
---|
| 185 | FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
|
---|
| 186 | FONT-SIZE: 12px;
|
---|
| 187 | }
|
---|
| 188 | |
---|
| 189 |
|
---|
| 190 | .notas{
|
---|
| 191 | COLOR: #999999;
|
---|
| 192 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 193 | FONT-SIZE: 10px;
|
---|
| 194 | }
|
---|
| 195 |
|
---|
| 196 | .tabla_datos{
|
---|
| 197 | }
|
---|
| 198 |
|
---|
| 199 | .tabla_datos TH{
|
---|
| 200 | BACKGROUND-COLOR: #63676b;
|
---|
| 201 | COLOR: #ffffff;
|
---|
| 202 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 203 | FONT-SIZE: 12px;
|
---|
| 204 | FONT-WEIGHT: 500;
|
---|
| 205 | BORDER-BOTTOM:#999999 1px solid ;
|
---|
| 206 | }
|
---|
| 207 |
|
---|
| 208 | .tabla_datos TD{
|
---|
| 209 | BACKGROUND-COLOR: #d4d0c8;
|
---|
| 210 | COLOR: #003300;
|
---|
| 211 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 212 | FONT-SIZE: 12px;
|
---|
| 213 | BORDER-BOTTOM:#999999 1px solid;
|
---|
| 214 | }
|
---|
| 215 |
|
---|
| 216 | .formulariodatos{
|
---|
| 217 | COLOR: #000000;
|
---|
| 218 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 219 | FONT-SIZE: 11px
|
---|
| 220 | }
|
---|
[cd3ebe2] | 221 | |
---|
| 222 | .tabla_listados { |
---|
| 223 | font-family: Arial, Helvetica, sans-serif; |
---|
| 224 | } |
---|
| 225 | .tabla_listados caption { |
---|
| 226 | font-size: 14px; |
---|
| 227 | font-weight: 500; |
---|
| 228 | } |
---|
| 229 | .tabla_listados th { |
---|
| 230 | background-color: #63676b; |
---|
| 231 | color: #ffffff; |
---|
| 232 | font-size: 12px; |
---|
| 233 | font-weight: 500; |
---|
| 234 | border-bottom: #999999 1px solid; |
---|
| 235 | } |
---|
| 236 | .tabla_listados td { |
---|
| 237 | background-color: #EEEECC; |
---|
| 238 | color: #003300; |
---|
| 239 | font-size: 11px; |
---|
| 240 | border-bottom: #999999 1px solid; |
---|
| 241 | } |
---|
| 242 | |
---|
[3ec149c] | 243 | .tabla_listados_sin {
|
---|
| 244 | }
|
---|
| 245 | .tabla_listados_sin TH{
|
---|
| 246 | BACKGROUND-COLOR: #63676b;
|
---|
| 247 | COLOR: #ffffff;
|
---|
| 248 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 249 | FONT-SIZE: 12px;
|
---|
| 250 | FONT-WEIGHT: 500; |
---|
| 251 | BORDER-BOTTOM:#4f4f4f 1px solid; |
---|
| 252 | BORDER-RIGHT:#4f4f4f 1px solid;
|
---|
| 253 | }
|
---|
| 254 |
|
---|
| 255 | .tabla_listados_sin TD{
|
---|
| 256 | BACKGROUND-COLOR: #EEEECC;
|
---|
| 257 | COLOR: #000000;
|
---|
| 258 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 259 | FONT-SIZE: 11;
|
---|
| 260 | }
|
---|
| 261 | A.tabla_listados_sin:visited{
|
---|
| 262 | COLOR: #000000;
|
---|
| 263 | FONT-FAMILY: sans-serif;
|
---|
| 264 | FONT-SIZE: 11px;
|
---|
| 265 | }
|
---|
| 266 | A.tabla_listados_sin:link{
|
---|
| 267 | COLOR: #000000;
|
---|
| 268 | FONT-FAMILY: sans-serif;
|
---|
| 269 | FONT-SIZE: 11px;
|
---|
| 270 | }
|
---|
| 271 |
|
---|
| 272 | .recuadros{
|
---|
| 273 | BACKGROUND-COLOR: lightseagreen;
|
---|
| 274 | BORDER-BOTTOM: teal solid;
|
---|
| 275 | BORDER-LEFT: #b4e0d2 solid;
|
---|
| 276 | BORDER-RIGHT: teal solid;
|
---|
| 277 | BORDER-TOP: #b4e0d2 solid;
|
---|
| 278 | COLOR: white;
|
---|
| 279 | FONT-STYLE: italic
|
---|
| 280 | }
|
---|
| 281 |
|
---|
| 282 | .tabla_meses{
|
---|
| 283 | }
|
---|
| 284 |
|
---|
| 285 | .tabla_meses TH{
|
---|
| 286 | BACKGROUND-COLOR: #b5daad;
|
---|
| 287 | COLOR: #000000;
|
---|
| 288 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 289 | FONT-SIZE: 11px;
|
---|
| 290 | FONT-WEIGHT: 500;
|
---|
| 291 | BORDER-BOTTOM: #999999 1px solid;
|
---|
| 292 | BORDER-LEFT: #999999 1px solid;
|
---|
| 293 | BORDER-RIGHT: #999999 1px solid;
|
---|
| 294 | BORDER-TOP: #999999 1px solid;
|
---|
| 295 | }
|
---|
| 296 |
|
---|
| 297 | .tabla_meses TD{
|
---|
| 298 | BACKGROUND-COLOR: #EEEECC;
|
---|
| 299 | COLOR: #003300;
|
---|
| 300 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 301 | FONT-SIZE: 12px;
|
---|
| 302 | BORDER-BOTTOM: #d4d4d4 1px solid;
|
---|
| 303 | BORDER-LEFT: #d4d4d4 1px solid;
|
---|
| 304 |
|
---|
| 305 | }
|
---|
| 306 |
|
---|
| 307 | .tabla_reservas{
|
---|
| 308 | }
|
---|
| 309 |
|
---|
| 310 | .tabla_reservas TH{
|
---|
| 311 | BACKGROUND-COLOR: #B5DAAD;
|
---|
| 312 | COLOR: #000000;
|
---|
| 313 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 314 | FONT-SIZE: 10px;
|
---|
| 315 | FONT-WEIGHT: 700;
|
---|
| 316 | }
|
---|
| 317 |
|
---|
| 318 | .tabla_reservas TD{
|
---|
| 319 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 320 | FONT-SIZE: 10px;
|
---|
| 321 |
|
---|
| 322 | }
|
---|
| 323 | .tabla_busquedas{
|
---|
| 324 | }
|
---|
| 325 |
|
---|
| 326 | .tabla_busquedas TH{
|
---|
| 327 | BACKGROUND-COLOR: #5a86b5;
|
---|
| 328 | COLOR: #ffffff;
|
---|
| 329 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 330 | FONT-SIZE: 11px;
|
---|
| 331 | FONT-WEIGHT: 500;
|
---|
| 332 | BORDER-BOTTOM:#000000 1px solid ;
|
---|
| 333 | }
|
---|
| 334 |
|
---|
| 335 | .tabla_busquedas TD{
|
---|
| 336 | COLOR: #003300;
|
---|
| 337 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 338 | FONT-SIZE: 11px;
|
---|
| 339 | }
|
---|
| 340 |
|
---|
| 341 | .tablaipes{
|
---|
| 342 | BACKGROUND-COLOR: #b5daad;
|
---|
| 343 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 344 | FONT-SIZE: 9px
|
---|
| 345 | }
|
---|
| 346 |
|
---|
| 347 | .estilodesple{
|
---|
| 348 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 349 | FONT-SIZE: 11px
|
---|
| 350 | }
|
---|
| 351 |
|
---|
| 352 | .cajatexto{
|
---|
| 353 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 354 | FONT-SIZE: 11px
|
---|
| 355 | }
|
---|
| 356 | |
---|
| 357 | .cajacomandos{ |
---|
| 358 | BACKGROUND-COLOR: #ffffff; |
---|
| 359 | COLOR: #000000;
|
---|
| 360 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 361 | FONT-SIZE: 12px
|
---|
| 362 | } |
---|
| 363 | .salidacomandos{ |
---|
| 364 | BACKGROUND-COLOR: #000000; |
---|
| 365 | COLOR: #ffffff;
|
---|
| 366 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 367 | FONT-SIZE: 12px
|
---|
| 368 | } |
---|
| 369 |
|
---|
| 370 | .tabla_parametros{
|
---|
| 371 | }
|
---|
| 372 |
|
---|
| 373 | .tabla_parametros TH{
|
---|
| 374 | BACKGROUND-COLOR: #D4D4D4;
|
---|
| 375 | COLOR: #000000;
|
---|
| 376 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 377 | FONT-SIZE: 12px;
|
---|
| 378 | FONT-WEIGHT: 700;
|
---|
| 379 | BORDER-BOTTOM:#000000 1px solid ;
|
---|
| 380 |
|
---|
| 381 | }
|
---|
| 382 | .tabla_parametros TD{
|
---|
| 383 | BACKGROUND-COLOR: #B5DAAD;
|
---|
| 384 | COLOR: #003300;
|
---|
| 385 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 386 | FONT-SIZE: 11px;
|
---|
| 387 | BORDER-BOTTOM:#000000 1px solid;
|
---|
| 388 |
|
---|
| 389 | }
|
---|
| 390 | .opciones_ejecucion{
|
---|
| 391 | BORDER-TOP: silver thin solid;
|
---|
| 392 | BORDER-BOTTOM: silver thin solid;
|
---|
| 393 | BORDER-LEFT: silver thin solid;
|
---|
| 394 | BORDER-RIGHT: silver thin solid;
|
---|
| 395 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 396 | FONT-SIZE: 11px;
|
---|
| 397 | } |
---|
| 398 |
|
---|
| 399 | .tablaprogramacion TABLE{
|
---|
| 400 | }
|
---|
| 401 |
|
---|
| 402 | .tablaprogramacion TH{
|
---|
| 403 | FONT-WEIGHT: bold;
|
---|
| 404 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 405 | FONT-SIZE: 11px;
|
---|
| 406 | BORDER-LEFT: medium none;
|
---|
| 407 | COLOR: white;
|
---|
| 408 | BACKGROUND-COLOR: lightseagreen;
|
---|
| 409 | TEXT-ALIGN: left;
|
---|
| 410 | }
|
---|
| 411 |
|
---|
| 412 | .tablaprogramacion TD{
|
---|
| 413 | FONT-SIZE: 9pt;
|
---|
| 414 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 415 | COLOR: #000000;
|
---|
| 416 |
|
---|
| 417 | }
|
---|
| 418 |
|
---|
| 419 | .botonprogramacion{
|
---|
| 420 | BORDER-BOTTOM: #666666 1px solid;
|
---|
| 421 | BORDER-TOP: #ffffff 1px solid;
|
---|
| 422 | BORDER-LEFT: #ffffff 1px solid;
|
---|
| 423 | BORDER-RIGHT: #666666 1px solid;
|
---|
| 424 | BACKGROUND-COLOR: #EEEECC;
|
---|
| 425 | FONT-SIZE: 9pt;
|
---|
| 426 | COLOR: #000000;
|
---|
| 427 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 428 | }
|
---|
| 429 |
|
---|
| 430 | .tabla_accesos{
|
---|
| 431 | }
|
---|
| 432 |
|
---|
| 433 | .tabla_accesos TH{
|
---|
| 434 | BACKGROUND-COLOR: lightseagreen;
|
---|
| 435 | COLOR: #ffffff;
|
---|
| 436 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 437 | FONT-SIZE: 11px;
|
---|
| 438 | FONT-WEIGHT: 500;
|
---|
| 439 | BORDER-BOTTOM:#000000 1px solid ;
|
---|
| 440 | }
|
---|
| 441 |
|
---|
| 442 | .tabla_accesos TD{
|
---|
| 443 | COLOR: #003300;
|
---|
| 444 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 445 | FONT-SIZE: 11px;
|
---|
| 446 | } |
---|
| 447 | .mensajebrowser{
|
---|
| 448 | BORDER-BOTTOM: #999999 1px solid;
|
---|
| 449 | BORDER-LEFT: #999999 1px solid;
|
---|
| 450 | BORDER-RIGHT: #999999 1px solid;
|
---|
| 451 | BORDER-TOP: #999999 1px solid; |
---|
| 452 | BACKGROUND-COLOR: #FFFFFF;
|
---|
| 453 | COLOR: #999999;
|
---|
| 454 | FONT-FAMILY: Arial, Helvetica, sans-serif;
|
---|
| 455 | FONT-SIZE: 14px;
|
---|
| 456 | FONT-WEIGHT: 300;
|
---|
| 457 | }
|
---|
| 458 |
|
---|