.row{
    width:100%;
    display: flex;
    margin: 10px 0;
    text-align: center;
}
.col-label, .col-datos, input[type=submit] {
    width: 49%;
    margin-top: 0;
    margin:5px 0;
    text-align:left;
    overflow-x: overlay;
    
}
.col-label{
    /*font-weight: bold;*/
    color:gray;

}
.col-datos{
    padding-left: 2%;
    width:47%;
    overflow-x: hidden;
}
.botones{
        display: flex;
    flex-wrap: wrap;
        justify-content: center;
        width:100%
}
.botones a{
    background-color: #d80037;
    padding:5px;
    white-space: normal;
    margin:5px;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    border-radius:4px;
    
}

article{
    display:flex;
    flex-wrap: wrap;
    max-width: 800px
}
.anuncio_mas_1{
    margin:1%;
    padding:10px;
    background-color: #ffff001a;
    border: 1px solid #dddd5e;
    text-align: left;
    line-height: 35px
}

