diff options
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index d80d00fe..c53747c2 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -244,7 +244,7 @@ BACKGROUND-COLOR: #EEEECC; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; - FONT-SIZE: 11; + FONT-SIZE: 11px; } A.tabla_listados_sin:visited{ COLOR: #000000; @@ -438,3 +438,13 @@ A.tabla_listados_sin:link{ color: #6b6363; font-weight: bold; } +/* consejo del día */ +.consejo { + margin: 0 auto; + text-align: justify; + padding: 0 2em 0 2em; + max-width: 50em; +} +.consejo > div { + text-align: center; +} |