.header {
    text-align: center;
    background-image: url(https://i.pinimg.com/564x/88/b9/42/88b942e40370578bc0b083e7020450e0.jpg);
    width: auto;
    height: auto;
    padding: 25px 30px;
    
}

.topnav {
    background-color:#333;
    overflow: hidden;
    
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.topnav a:hover {
    background-color: #ddd;
    color: black;

}

#aboutDerecha {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#encabezado {
    background-color: gray;
    width: 100%;
    height: 40px;
    text-align: center;
}

#parrafoUno {
    width: 100%;
    background-color: rgb(92, 142, 203);
}

.bodyP {
    background-color:black;
    border: black 100px;

    
}

#imagenL {
    width: 100%;
    height: 360px;
    padding-left: 33%;
    
}

a.pActiva {
    background-color: #04AA6D;
}

.PAGINA {
    border: black solid 1px;
    margin: auto;
    width: 100%;
    background-image: url(https://i.imgur.com/gv4WHws.png);

  
}


