h2{
    white-space: normal;
    color:#d80037
}
.columna-no-movil{
    display: none;
    width: 40%;
    margin: 5%;
    margin-top: 0;
}
.resenas{
    width:40%;
}
ul.herramientas{
    float: left;
    width:100%
}
.columna_fija{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.columna_fija article{
    width:100%;
    height: -moz-min-content;
}

li{color:red;margin:10px;text-align: left}
li p{color:black}
.listado,form{
    width:100%
}

#page_general{
    display:flex;
    justify-content: center;
}
.row{
    width:100%;
    margin: 10px 0;
    text-align: center;
}
.col-label, .col-datos, input[type=submit] {
    width: 100%;
    margin-top: 0;
    margin:5px 0;
    text-align:center;
    overflow-x: overlay;

}
.botones{
    align-content: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fila-validando{
    display:none
}

@media screen and (min-width:550px){ 
    .col-label, .col-datos, input[type=submit] {
        width: 49%;
        float: left;
    }
}
@media screen and (min-width:900px){ 
    .columna-no-movil{display:block}
    .columna_fija{
        width:60%;
    }
    .col-label, .col-datos, input[type=submit]{
        text-align: left
    }
}

