*{
    list-style: none;

}
body {
    background-color:#999999;
 
}
section h1 img {
    border-radius: 60%;
    border-style:double;
   
    
}
header {
    background-color: black;
    margin: 1rem;
    padding: 1rem;

    
}

header h1 {
    text-align: center;
    font-family: sans-serif;
    font-size:30px;
    color: #fff;
    margin: 0rem;
}

header h1 span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5rem;
    font-weight:100;
    text-decoration: line-through;
}

.botones a {
   text-align: center;
   font-size: 10px;
   text-decoration: none;
   color: #fff;
   background-color: #747970;
   padding: 0.2rem;
   border-radius: 15px;
   margin: 0.5rem;
}


main h2   p {
    font-family: sans-serif;
    color:#fff; 
    font-size: 15px;
    font-weight: 100;
    margin: 0rem;
    padding: 0.2rem;
    text-indent: 10rem;
    background-color: #999999;
}

main h2 section li {
    color:#A59D95;
    font-size: 15px;
    
}

main h2  {
    color: #999999;
    background-color: #CCCCCC;
    font-size: 15px;
    margin: 1rem;
}
h3  {
    text-align: justify;
    font-family: sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    margin: 1rem;
    padding: 1rem;
    color: #999999;
}
h3 span {
    font-weight: 800;
    font-size: 11px;
    color: #999999;
}

h4  {
    text-align: justify;
    font-family: sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    margin: 1rem;
    padding: 1rem;
}
h4 span {
    font-weight: 800;
    font-size: 11px;
    color: #999999;
}

h5  {
    text-align: justify;
    font-family: sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    margin: 1rem;
    padding: 1rem;
    color: #999999;
}
h5 span {
    font-weight: 800;
    font-size: 11px;

}

footer {
    margin: 1rem;
    padding: 1rem;
    font-family: sans-serif;
    font-style: italic;
    font-size: 10px;
    text-align: center;
    color: #999999;
    background-color: #CCCCCC;
}