html{
    font-family: "SUSE Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    /* border: solid, 1px, black;*/
}

#todo {
    margin: auto;
    width: 50%;
    background-color: rgb(255, 255, 255);
    /* border: solid, 1px, black;*/
}

#cabecera {
    /* border: solid, 1px, black; */
}

#centro {
    display: flex;
    /* border: solid, 1px, black; */
}

#centered {
    list-style-position: inside;
    text-align: center;
    padding-left: 0%;

}
#centro1 {
    /*margin: 0px 30px 0px 20px;
    width:20%;
    /* border: solid, 1px, black; */
}

#centro2 {
    text-align: justify;
    /*margin: 0px 20px 0px 30px;
    /* border: solid, 1px, black; */
}

#pie {
    /* border: solid, 1px, black; */
}

.imgs {
    width: 100%;
    cursor: pointer;
}

.link {
    text-decoration: none;
}

ol li a:link{
    color: darkred;
}

ol li a:visited{
     color: green ;
}

ol li a:hover{
    font-size: 1.2em;
    color: purple ;
    text-decoration: dotted;
}

ol li a:active{
     color: darkorange ;
}

ol{
    list-style-type: upper-roman;
}

