.contenido_inicio {
    
    display: contents;
    
}
.imagen1{
    
    height: 200px;
    width: 200px;
    margin:20px;
    float:left;

}


.sub-contenido{
    
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: contents;
}

.subsub-contenido{
    
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
}

.titulo {
    
    color: #413fbe;
    text-align: center;
    margin: 15px;
    font-family: system-ui;
    font-weight: bolder;
    font-size: xx-large;
    
}

.texto_cabecera {
    
    color: #413fbe;
    text-align: justify;
    margin:15px;
    font-family: system-ui;
    font-weight: 800;
    
}

.texto_parrafo {
    
    text-align: justify;
    margin:15px;
    font-family: system-ui;
    
}

.lista_inicio {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("https://poderysenal.com.mx/12.png");
    /*background-image: url("https://test.poderysenal.com.mx/12.png");*/
    color: #000;
    text-align: center;
    margin: 15px;
    font-family: system-ui;
    font-weight: 800;
    display: flex;
    justify-content: center;
    
    
}

.lista_inicio ul li{
    list-style:none;
    padding:5px;
}

.lista_bt {
    
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("https://poderysenal.com.mx/13.png");
    color: #000;
    text-align: center;
    margin: 15px;
    font-family: system-ui;
    font-weight: 800;
    display: flex;
    justify-content: center;
    
    
}

.lista_bt ul li{
    list-style:none;
    padding:5px;
}
.lista_mt {
    
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("https://poderysenal.com.mx/14.png");
    color: #000;
    text-align: center;
    margin: 15px;
    font-family: system-ui;
    font-weight: 800;
    display: flex;
    justify-content: center;
    
    
}

.lista_mt ul li{
    list-style:none;
    padding:5px;
}



.parrafo {
    
    font-weight: 10;
    
}

@media (min-width: 800px) {
    
    .parrafo {
    
    text-align: justify;
    font-family: system-ui;
    font-weight: 10;
    display: flex;
}
.lista {
    display: block;
}



}

@media (max-width: 400px) {
    .texto {
    
    font-size: 12px;
    font-weight: 800;
    
    
}
.imagen1{
    
    height: 100px;
    width: 100px;
    

}




}