summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/estilos.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r--admin/WebConsole/estilos.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css
index 49631114..c53747c2 100644
--- a/admin/WebConsole/estilos.css
+++ b/admin/WebConsole/estilos.css
@@ -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;
+}