.margin_left_1{
  margin-left: 1%;
}

/* PARA LOS FILTROS DE LAS TABLAS CON RESULTADOS DE TAXONOMIAS*/
form#views-exposed-form-content-taxonomy-page-1 div.form--inline  div.form-actions#edit-actions{
	vertical-align: bottom; !important;
} 

form#views-exposed-form-content-taxonomy-page-1 div.form--inline  div.form-type-textfield label{
	width: 100%;
}
form#views-exposed-form-content-taxonomy-page-1 div.form--inline  div.form-type-select label{
	width: 100%;
}
/* PARA QUE LOS AUDIOS SE ORDENEN EN BLOQUES*/
body.path-traducir-audios-de-pacientes audio{
  display: block !important;
}