diff --git a/snippets/header.html b/snippets/header.html
index 0eb1dbf..5689fea 100644
--- a/snippets/header.html
+++ b/snippets/header.html
@@ -2,7 +2,7 @@
-
+
20, 21 y 22 de Diciembre
diff --git a/style/style.css b/style/style.css
index a2dd50f..2d64211 100644
--- a/style/style.css
+++ b/style/style.css
@@ -10,12 +10,13 @@ body
}
body{
- background:
+ /*background:
linear-gradient(
rgba(0, 0, 0, 0.8),
rgba(0, 0, 0, 0.8)
),
- url(background.jpg);
+ url(background.jpg);*/
+ background-color: lightgray;
}
@@ -115,7 +116,9 @@ ol li
{ padding-bottom: 40px;}
#header
-{ /*background: transparent url(logo.jpg) no-repeat;*/}
+{ /*background: transparent url(logo.jpg) no-repeat;*/
+ background-color: #FC9C04;
+}
#logo
{ width: 860px;
@@ -144,7 +147,13 @@ ol li
}
#logo_text h1 a .logo_colour
-{ color: #4baabe;;}
+{ color: black;}
+#logo_text h1 a .logo_init
+{
+ font-size: 80px;
+ font-family: "Times New Roman", Georgia, Serif;
+ color: #4baabe;
+}
#logo_text a:hover .logo_colour
{ color: #FFF;}
@@ -189,7 +198,8 @@ ul#menu li a
ul#menu li.selected a
{ height: 20px;
- padding: 7px 15px 4px 15px;}
+ padding: 7px 15px 4px 15px;
+}
ul#menu li.selected
{ margin: 7px 0 0 0;}