/* Mostrar mensaje de error para validar captcha */
#error_1_id_fecha_publicacion {
    display: block;
}

.decimales:after {
    content: ','attr(data-decimal);
      font-size:0.8em;
      vertical-align:middle;
    font-weight: normal;
}

.marca_ar {
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.marca_ar > small{
    display: block;
    margin: 1px 5px 1px 5px;
    font-size: 10px;
}

.td_row_salud {
    width: 200px;
}

.container_salud {
    max-height: 60px;
    overflow: auto;
    max-width: 200px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.condicion_salud {
    margin: 2px;
    /*background-color: #FF4C4B;*/
    /*background-color: #30353C;*/
    background-color: #009a9a;
    /*background-color: #ee7386;*/
}
.condicion_salud > small{
    display: block;
    margin: 1px 5px 1px 5px;
    font-size: 13px;
}