#Contenedor-Header
{
    background: #212121;
    border-radius: 20px;
    color: #be5504;
    padding: 15px;
}

#HeaderTitulos
{
    text-align: center;
    width: 100%;
}

#TextoT1
{
   color:  #212121;
   background: #be5504;
   text-align: center;
}
#TextoT2
{
   color:  #212121;
   background: #be5504;
   text-align: center;
}

article
{
  color: #be5504;
   background: #212121;
   text-align: center;
}
button
{
    font-size: 25px;
    background: #212121;
    color: #be5504;
    border: 2px black solid;
    border-radius: 15px;
}
button:hover
{
    font-size: 25px;
    background:  #be5504;
    color: #212121;
    border: 2px black solid;
    border-radius: 15px;
}

#ContenedorPrincipal
{
    display: grid;
    justify-content: center;
}
aside
{
    width: 20%;
    display: grid;
    
}

aside >p
{
    
    background: #212121;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #be5504;
}

table
{
    background:#212121;
    border-radius: 100px;
    color: #be5504;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    border-style: solid;
    border-color:  #be5504;
    border-radius: 10px;
}
footer
{
    text-align: center;
    background:#212121;
    border-radius: 20px;
    padding: 2px;
    display: grid;
}
footer >p
{
    color: #be5504;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
     
}
a
{
    color: #be5504;
    text-decoration: none;
}
