@import url("estilo1.css");

html, body {
   background: #fff;
   color: #000;
}

html, body, h2, div, p, ul, li {
   font-family: Arial, Helvetica, sans-serif;
}

#titulo {
   text-align: center;
   background: #fbfaf4;
   color: #6f6a4c;
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   font-weight: bold;
   margin: 1px 6px 7px 3px;
   border: 0.3em solid #cfcbb5;
}

.small, .copyright, .small1 {
   font-size: small;
}

.small1, .copyright {
   text-align: right;
}

.small1 {
        word-spacing: 4mm;
        margin-right: 4mm;
}
.nodecoration  {
              text-decoration: none;
}

.italico {
         font-style: italic;
}

.copyright {
             margin-right: 4mm;
}

.limpieza {visibility: hidden;
           clear: both;
}

.fecha {
   padding-right: 0.4em;
   font-style: italic;
}
a:link {
   background: #fff;
   color: #5f5a41;
}

a:visited {
   background: #fff;
   color: #490000;
}

a:hover {
        background: #efebd1;
        color: #800000;
}
a.nodecoration:hover {
                     background: #fff;
}
.diccio:hover {
        background: #efebd1;
        color: #800000;
}

a:active, a.diccio:active {
   background: #cfcbb5;
   color: #5f5a41;
   text-decoration: none;
}

.diccio {
        text-decoration: underline;
}

a img { color: #fff; }
@media all {
   a img { color: inherit;
   border: none;
   }
}
