@font-face {
	font-family: 'stArial';
	src: url("../../Fonts/Overpass-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'stArialBold';
	src: url("../../Fonts/Overpass-SemiBold.ttf") format('truetype'); 
	font-weight: bold;
}

body {
	font-family: 'stArial';
	font-size: 14px;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: 400;
	color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.TituloAzul {
	font-family: 'stArialBold'; 
	font-size: 14px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.SubTituloAzul {
	font-family: 'stArialBold';
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.TituloLiquidacion {
	font-size: 16px;
	color: #47596a;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#cajafiltro table {
	width: 99%;
}

#cajafiltro td {
	font-size: 14px;
	padding: 3px;
}

#cajafiltro font {
	font-size: 11px;
	color: #6888A1;
}

#cajafiltro select {
	font-size: 14px;
	color: #43484C;
	padding: 1px 28px 1px 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

#cajafiltro input {
	font-size: 14px;
	color: #43484C;
}

#textocomentario {
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

	#textocomentario table {
		width: 99%;
	}

	#textocomentario font {
		font-size: 12px;
		color: #000000;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		text-align: left;
		font-style: normal;
		font-variant: normal;
		width: 100%;
	}

	#textocomentario p {
		font-size: 11px;
		color: #215069;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		text-align: left;
		font-style: normal;
		font-variant: normal;
		text-indent: 7px;
		width: 100%;
	}

.tablalista_head {
	/*color: #43484C;*/
	/* background-color: #EFE9E5 !important; */
	/* border-top-color: #D9D3CF; */
	/* border-right-color: #EFE9E5; */
	/* border-bottom-color: #D9D3CF; */
	/* border-left-color: #EFE9E5; */
	/* font-family: 'stArial'; */
	/* border-top-width: 1px; */
	/* border-right-width: 1px; */
	/*border-bottom-width: 1px;*/
	/* border-left-width: 1px; */
	/*border-top-style: solid;*/
	/* border-right-style: solid; */
	/* border-bottom-style: solid; */
	/* border-left-style: solid; */
	height: 48px;
}

.tablalista_row {
	/*background-color: #FFF;*/
/*	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;*/
	height: 48px;
}

.DDFooter {
	font-size: 14px;
	font-family: 'stArial';
	background: white !important;
	/*border-top: 2px solid #D9D3CF;*/
}
	/*.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(50vw + -11px);
	}*/
/*@media (max-width:930px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(60vw + -20px);
	}
}

@media (max-width:800px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(56vw + -8%);
	}
}

@media (max-width:700px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(52vw + -7%);
	}
}

@media (max-width:645px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(48vw + -9%);
	}
}

@media (max-width:585px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(44vw + -11%);
	}
}

@media (max-width:533px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(40vw + -15%);
	}
}

@media (max-width:470px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(35vw + -25%);
	}
}

@media (max-width:385px) {
	.DDFooter > td {
		float: right;
		width: max-content;
		position: relative;
		left: calc(60vw + -33%);
	}
}*/
	/*.grStyle tr:nth-last-child(2) {
	border-bottom: 1px solid #D9D3CF;
}*/
	.derecha {
		float: right;
	}

	.izquierda {
		float: left;
	}

	/*.botonChico {
		color: #EC7000 !important;
		text-decoration: none;
		background-color: white;
		border: 1px solid #EC7000;
		border-radius: 8px;
		padding: 3px 16px 0 16px;
		height: 30px;
		width: 83px;
		font-weight: 700;
		vertical-align: middle;
	}

		.botonChico:hover {
			background-color: #EC7000;
			font-size: 14px;
			color: white !important;
		}

	.boton {
		color: #EC7000 !important;
		text-decoration: none;
		background-color: white;
		border: 1px solid #EC7000;
		border-radius: 8px;
		padding: 3px 16px 0 16px;
		height: 40px;
		font-weight: 700;
		vertical-align: middle;
	}

		.boton:hover {
			background-color: #EC7000;
			font-size: 14px;
			color: white !important;
		}

	.botonTextoGrande {
		margin: 0 0 0 0;
		border-right: medium none;
		border-top: medium none;
		font-size: 9.5px;
		background-repeat: no-repeat;
		background-position: center;
		border-left: medium none;
		width: 122px;
		color: #000000;
		border-bottom: medium none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9.5px;
		font-weight: bold;
		height: 23px;
		text-decoration: none;
	}

	.botonGrande {
		text-decoration: none;
		text-align: center;
		width: 130px;
		height: 20px;
		border: #949494 solid 1px;
		border-radius: 4px;
		font: 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #000000;
		background-color: #f2f2f2;
		box-shadow: 0 0 2px #bababa, 0 0 1px #ffffff inset;
	}*/

	.fondo_menu {
		width: 100%;
		font-family: arial;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		vertical-align: middle;
		color: #fff;
	}

	.fondo_logo {
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 50px;
	}

	div.DDPager {
		padding: 0 6px;
	}

	.DDFloatLeft {
		float: left;
	}

	.DDFloatRight {
		float: right;
	}

	.DDControl {
		border: #DFE6EE solid 1px !important;
		border-radius: 2px !important;
		width: 32px !important;
		padding: 0 3px 0 3px !important;
		font-size: 14px !important;
		height: 21px !important;
	}

	.Calendario .ajax__calendar_container {
		border: #646464 solid 1px;
		background-color: #FAF0E6;
		color: white;
	}

	.ajax__calendar_header {
	/*	background-color: #FFBF91;
		border: #646464 solid 1px;*/
	}

	.ajax__calendar_footer {
		background-color: #FFBF91;
		border: #646464 solid 1px;
		color: white;
		font-weight: bold;
	}

	.comentarioNormal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		text-align: left;
		font-style: normal;
		font-variant: normal;
		width: 100%;
	}

.labelNegrita {
	font-family: 'stArialBold';
	font-size: 14px;
	padding: 3px;
}

	.labelNormal {
		text-align: left;
	}

	select {
		color: #000000;
	}

	.caja select {
		color: #43484C;
		padding-bottom: 0;
		padding-top: 0;
	}

	.divGVempty {
		text-align: center;
		border: #DFE6EE solid 1px;
		height: 345px;
		position: relative;
	}

	.divGVemptyH {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -55px 0 0 -203px;
	}

	.lnkgrid {
		color: #43484C;
	}

	.gridArrowIzq {
		transform: rotate(0deg);
		width: 12px;
	}

	.gridArrowDer {
		transform: rotate(180deg);
		width: 12px;
	}

	.DDControl2 {
		border: #DFE6EE solid 1px !important;
		border-radius: 2px !important;
		width: 32px !important;
		padding: 0 3px 0 3px !important;
		font-size: 16px !important;
		height: 21px !important;
	}

@media (max-width:385px) {
	.DDControl2 {
		display: none;
	}
}



.grStyle a {
/*	font-weight: bold;
	color: #cfa600 !important;*/
	cursor: pointer;
}

.grStyle {
	/*border-left: 3px solid #DEEDF2;
	border-right: 3px solid #DEEDF2;
	border-bottom: 3px solid #DEEDF2;*/
}

.grNoFiles {
	border: transparent solid 4px;
}

.tablalista_head:hover {
	--bs-table-hover-bg: none !important;
}

.DDFooter:hover {
	--bs-table-hover-bg: none !important;
}

.DDFooter {
	border: transparent	!important;
}
.grNoFiles {
	--bs-table-hover-bg: none !important;
}

.TituloBold {
	font-family: 'stArialBold';
	color: #002884;
}

.TextGeneral, .TituloDestacado {
	font-family: 'stArial';
	color: #52677B;
}
.divGVempty {
	text-align: center;
	border: #DFE6EE solid 1px;
	height: 345px;
	position: relative;
}

.divGVemptyH {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -203px;
}