diff options
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index 09cefe43..61706245 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -2,9 +2,7 @@ font: normal normal 12px sans-serif; } .acceso h1 { - margin-top: 90px; - margin-left: 250px; - margin-bottom: 0px; + margin: 50px auto 0px auto; padding-left: 20px; width: 580px; background: #bfb39b; @@ -12,9 +10,7 @@ color: #ddd6c6; } .acceso h2 { - margin-top: 0px; - margin-left: 250px; - margin-bottom: 0px; + margin: 0px auto; padding-left: 20px; width: 580px; background: #bfb39b; @@ -22,8 +18,7 @@ color: white; } .acceso form { - margin-top: 0px; - margin-left: 250px; + margin: 0px auto; width: 600px; height: 327px; background-image: url('./images/login.jpg'); @@ -48,6 +43,7 @@ .acceso button { margin-left: 100px; } + .textos{
COLOR: #A53B2D;
FONT-FAMILY:MS Sans Serif;
|