#TextoT4
{
   color:  #212121;
   background: #be5504;
   text-align: center;
}
aside
{
    width: 10%;
    display: grid;
    
}

aside >p
{
    
    background: #212121;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #be5504;
}
p{
  border-radius: 10px;  
     background:#212121 ;
    color: #be5504;
    text-align: center;
    border-style: solid;
    border-color: #212121;
}
a
{
    color: #be5504;
    text-decoration: none;
}
#Contenedor-Header
{
    background: #212121;
    border-radius: 20px;
    color: #be5504;
    padding: 15px;
}

#HeaderTitulos
{
    text-align: center;
    width: 100%;
}
h1{
    background:  #212121;
    color: #be5504;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color:  #212121;
    border-radius: 25px;
}