@import url("home-import.css");

/*-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- - -- -- 
 Ginemur SL - Estilos gloables.
 version:  20060730_01
 -- -- -- -- -- -- -- -- --
 Alexis Aguilar Núñez (www.databc.com)
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- --- -- --
*/

html, body {
   background: #EFEFEF;
   color: #004FAB;      
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
}

.date {
   padding-right: 0.3em;
}

.copyright {
   font-size: small;
   margin-top: 0;
   margin-bottom: 0;
}

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

a:link, a:visited { 
   text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}