body {  font-family: arial, serif;
        font-size: 15 px;
        margin: 0px;
        background-color: white;
        background-image: url(.\imagenes\imagen.jpg);
      }


table {text-align: center;
        background-color: white;
        border-color: black;
        border-width: 0px;
        border-style: solid;
        width: 100%;
         }

th { 
        border-color: black;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        padding: 0px;
        cursor: arrow;

    }

td { 
        text-align: center;
        background-color: #6E94B7;
        border-color: #6E94B7;
        border-width: 1px;
        border-style: solid;
        padding: 4px;
        cursor: hand;
   }

a:link { color: white;
         font-family: "century gothic",arial, serif;
         text-decoration: none;
         font-weight: bolder;
   }

a:visited { color: white;
         font-family: "century gothic",arial, serif;
         text-decoration: none;
         font-weight: bolder;
   }

a:hover { color: yellow;}

