hr {
    height: 3px;
    width: 100%;
    background-color: #F0EFEF;
}

.centrado {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.letra_blanca {
    color: white;
}

.color_subtitulos {
    color: #094479;
}

h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    color: #094479;
}

h5 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    color: #094479;
}

h4 {
    color: #97B92E;
    font-weight: bold;
}

a {
    font-weight: bold;
}

p {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

a:hover {
    color: #97B92E;
}

.tam_imagen {
    width: 200px;
    height: 200px;
    border-radius: 13%;
    margin-bottom: 10px;
}

body {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.margen {
    padding-top: 20px;
    padding-bottom: 0%;
}

#Apartado1App {
    border-radius: 15px;
}

#Apartado2Manuales {
    border-radius: 15px;
}

#Apartado3Instalaciones {
    border-radius: 15px;
}

.nav-link {
    margin-left: 15px;
}

#CardSolicitudes {
    border-radius: 15px;
}

#espaciado {
    height: 1px;
    width: 100%;
    background-color: #F0EFEF;
    margin-top: 5px;
    margin-bottom: 5px;
}