diff --git a/trunk/html/css/style.css b/trunk/html/css/style.css
new file mode 100644
index 00000000..ba63db74
--- /dev/null
+++ b/trunk/html/css/style.css
@@ -0,0 +1,92 @@
+body
+{
+ color: #497895;
+ font-family: verdana;
+ margin-top: 0px;
+}
+
+.text
+{
+ color: #497895;
+ font-family: verdana;
+ font-size: 10pt;
+ text-align: justify;
+}
+
+td.asd
+{
+ border-width: 1px 1px 1px 1px;
+ border-style: solid;
+}
+
+td.title
+{
+ color: #ffffff;
+ font-family: verdana;
+ font-size: 10pt;
+ font-weight: bold;
+}
+
+td.noticias
+{
+ font-size: 9pt;
+}
+
+td.footer
+{
+ color: #ffffff;
+ font-family: verdana;
+ font-size: 8pt;
+ text-align: right;
+}
+
+a:link,
+a:visited,
+a:active
+{
+ color: #FFFFFF;
+ font-family: verdana;
+ font-size: 10pt;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+a:hover
+{
+ color: #C13F45;
+ font-family: verdana;
+ font-size: 10pt;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+a.big:link,
+a.big:visited,
+a.big:active
+{
+ color: #497895;
+ font-family: verdana;
+ font-size: 12pt;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+a.big:hover
+{
+ color: #C13F45;
+ font-family: verdana;
+ font-size: 12pt;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+a.copy:link,
+a.copy:visited,
+a.copy:active
+{
+ color: #FFFFFF;
+ font-family: verdana;
+ font-size: 8pt;
+ font-weight: normal;
+ text-decoration: underline;
+}