#encabezado{
    background-color: rgb(158, 141, 141);;
    font-size: 20px;
}
#negro{
    background-color: rgb(133, 125, 125);
}
#negro a{
    color: white;
}
#negro a:hover{
    background-color: cadetblue;
}

.container-fondo {
    background-image: url("imagenes/oficinas.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px; 
    padding: 20px;
}
#centrado{
    background-color: rgb(255, 238, 238); 
    border: none;
    width: 50%;
    text-align: center;
    color: purple;
    font-size: 20px;
    margin: 100px auto;

}
#titulo1{
    background-color: rgb(238, 213, 166);
    color: rgb(10, 54, 54);
}
#parrafo{
    background-color: grey;
    font-size: 25px;
    color: white;
}
#igual{
    border-radius: 20px;
    height: 60%;
    width: 100%;
}
#iguales2{
    height: 90%;
    width: 100%;
}
#color-boton button{
    color:lightblue;
    background-color: black;
}
#texto h5{
    font-size: 30px;
}
#separado{
    margin: 20px;
}
#borde-formulario{
    border: 1px solid black;
    background-color: rgba(229, 243, 243, 0.562);
    padding: 15px;
    font: 25px;
}
#borde-mapa{
    border: 1px solid black;
    padding: 20px;
}
#todo{
    width: 100%;
}
#derecha{
    padding: 25px;
    font-size: 22px;
}
#alejado{
    margin-bottom: 30px;
    font-size: 20px;
}
i{
    margin: 5px;
}
