p	{  color: black;
           font-family: "Albertus Extra Bold", arial, serif;
           font-weight: bolder;
           font-size: 16 px; 
        }

p.centrado {text-align: center;}


h2	{  color: maroon;
           text-align: center;
           margin: 2px;   
        }



h3	{  color: maroon;
           text-align: center; 
           margin: 2px;  
        }

h4   {  text-align: center;
        color: maroon;

      }


body 	{    margin: 4px;
           background-color: white;
           color: black;
           font-family: "Albertus Extra Bold", arial, serif;
           font-weight: bolder;
           font-size: 16 px; 
     	}   



table {  
         border-width: 1px 1px 1px 1px;
         border-style: solid;
                 background-color: #6E94B7;
        border-color: #6E94B7;
        // width: 100%                            
      }



td  { font-family: "Century Gothic",arial,serif;
      font-size: 15 px;
      border-width: 0px 0px 0px 0px;
      border-style: solid;
      background-color: #6E94B7;
      border-color: #6E94B7;
      font-weight: bolder;
      padding: 4px;
    }

#conmouse {cursor: hand;
           
          }


th  {color: navy;
     font-family: "Century Gothic",arial, serif;
     font-size: 18px;
    }


a:link {  color: navy;
          font-family: "Century Gothic", serif;
          font-weight: bolder;
          font-size: 13 px; 
          text-transform: uppercase; 
          text-decoration: none;
       }


a:visited { font-family: "Century Gothic", serif;
            font-weight: bolder;
            font-size: 13 px; 
            text-transform: uppercase; 
            color: purple; 
            text-decoration: none;
          }


a:hover {  font-family: "Century Gothic", serif;
           font-weight: bolder;
           font-size: 13 px; 
           text-transform: uppercase; 
           color: green; 
           text-decoration: underline;
        }



