.cuerpo_uno {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1%;
    color: rgb(26, 194, 194);
}

.contenedor {
    width: auto;
    height: auto;
    background:rgb(0, 0, 0);
    border: 3px solid grey;
    padding: 5px 3px 5px 3px;
    display: flex;
    justify-content: space-evenly;
}

.semicontenedor {
    margin-top: 1.5%;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.semicontenedor_uno {
    height: 200px;
    width: 95%;
    margin-left: 5px;
    background: #c2a348;
    color: black;
    border: 2px solid rgb(132, 24, 24);
    padding: 2px;
    display: flex;
}

.semicontenedor_dos {
    height: 200px;
    width: 95%;
    margin-left: 5px;
    background: #c2a348;
    color: black;
    border: 2px solid black;
    padding: 2px;
    display: flex;
}

.semicontenedor_tres {
    height: 200px;
    width: 95%;
    margin-left: 5px;
    background: #c2a348;
    color: black;
    border: 2px solid black;
    padding: 2px;
    display: flex;
}

h1 {
    text-transform: capitalize;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: underline;
    background: black;
    color: #d4a413;
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 3px 0 8px 0;
}

img {
    width: 200px;
}

p {
    margin:10px 4px 4px 5px;
}

.contenedor_uno {
    position: absolute;
    left: 20px;
    top: 780px;
    height: 65px;
    width: 200px;
    background: #d4a413;
}

form {
    display: flex;
    flex-direction: column;
}