body {
    background-color: rgb(201, 192, 174);
}
h1 {
    color: rgb(110, 81, 83);
    font-style: oblique;
    text-align: center;
}
h2, p {
    font-style: oblique;
    text-align: center;
    font-size: large;
}
pre {
    background-color: rgb(81, 110, 110);
    border: 10px solid rgb(81, 110, 110);
    border-radius: 10px; padding: 10px;
}
img {
    margin: auto;
    display: block;
    border: 3px solid rgb(81, 110, 110);
    border-radius: 10px;
}
iframe {
    margin: auto;
    height: auto;
    width: auto;
}
table {
    width: 100%;
    background-color: rgb(223, 195, 161);
}
tr {
    color: rgb(81, 110, 110);
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}  
li {
    float: left;
}  
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111111;
}
.familia-pastor {
    background-color: rgb(81, 110, 110);
    border: 3px solid rgb(81, 110, 110);
    border-radius: 10px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
