#tablaFormularioExpedientesPublicos{
	width: auto !important;
	table-layout: fixed;
}

#tablaResultadosExpedientesPublicos{
	table-layout: fixed;
}

#tablaResultadosExpedientesPublicos th{
	font-size: 1em;
	white-space: normal;
}

.campoTextoExp{
	margin: 0 !important;
}

form[name="eppublicacion_buscar"] #tablaFormularioExpedientesPublicos tr:nth-child(even)
{
	background-color: rgb(255, 255, 255) !important;	/* estilo alternativo admitido por defecto */
	background-color: var(--blanco, rgb(255, 255, 255)) !important;
}

form[name="eppublicacion_buscar"] #tablaResultadosExpedientesPublicos tr:nth-child(even)
{
	background-color: rgb(255, 255, 255) !important;	/* estilo alternativo admitido por defecto */
	background-color: var(--blanco, rgb(255, 255, 255)) !important;
}