
#ID_Modal_DV .modal_popup_contenedor {
	width: 650px;
	height: 95%;
}
#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla {
	height: calc(100% - 60px);
	overflow-y: auto;
}
#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla section {
	padding: 1.5em;
}
@media (max-width: 660px) {
	#ID_Modal_DV .modal_popup_contenedor {
		width: 95%;
	}
}
@media (max-width: 490px) {
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global,
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global td {
		border: 0;
	}
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global thead {
		display: none;
	}
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global,
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tbody,
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tr {
		display: block;
	}
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tr {
		margin: auto;
		width: 100%;
		margin-bottom: 15px;
		border: var(--tabla-borde);
		border-radius: 10px;
		box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
	}
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tr td {
		display: inline-block;
		width: 49%;
		text-align: left;
	}
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tr td::before {
		content: attr(aria-label);
		display: block;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500 !important;
		opacity: 0.6;
	}
}
@media (max-width: 360px) {
	#ID_Modal_DV .Informe_Resumen_Dialog_Modal_Tabla .tabla_Global tr td {
		width: 100%;
	}
}



