
 
body {
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 
                'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:small;               
}
div {
    display: grid;
    /* ajusta el contenido al centro */
    justify-content:center ;
    text-align:center;    
}

strong, strong>a {
    color: gold;
}

strong>a, strong>a:visited {
    color: gold;
    text-decoration-line:none ;
}

tbody > tr > td  {
    text-align: left;
}

#trianguloPie > p  {
    text-align: center;
    font-size:smaller;    
}

img {
    margin: 0px;
    padding: 0px;
}

img:not([alt]){
    border-color: red;
}


