
.filtrador {
	width: 100%;
	table-layout: fixed;
}
.filtrador td {
	width: 250px;
	overflow-wrap: break-word;
	text-align: left;
}


/* CSS Styles for buttons and dropdown */

button.ON {
	background-color: yellow;
	width: 200px;
}
button.OFF {
	background-color: white;
	width: 200px;
}

.cola_de_desplegable {
    display: none;
	position: absolute;
	width: 200px;
	border-style: solid;
	z-index: 1;
}
.elem_de_desplegable {
	background-color: white;
	color: black;
	width: 200px;
}




