@font-face {
	font-family: 'Itau Display Pro';
	/*src: url("../../Fonts/ItauText_Rg.ttf") format('truetype');*/
	src: url("../../Fonts/ItauDisplayPro_Rg.ttf") format('truetype');
}

@font-face {
	font-family: 'Itau Display Pro Bold';
	/*src: url("../../Fonts/ItauText_Rg.ttf") format('truetype');*/
	src: url("../../Fonts/ItauDisplayPro_Rg.ttf") format('truetype');
}

body {
	font-family: 'Itau Display Pro';
	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: 'Itau Display Pro Bold';
	font-size: 14px;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.SubTituloAzul {
	font-family: 'Itau Display Pro Bold';
	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: #000512;
	padding: 1px 28px 1px 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

#cajafiltro input {
	font-size: 14px;
	color: #000512;
}

#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: #FFF;
	background-color: #3B3F49 !important;
	border-top-color: #D9D3CF;
	border-right-color: #3B3F49;
	border-bottom-color: #D9D3CF;
	border-left-color: #3B3F49;
	font-family: 'Itau Display Pro';
	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: 'Itau Display Pro';
	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: #000512 !important;
	text-decoration: none;
	background-color: white;
	border: 1px solid #000512;
	border-radius: 8px;
	padding: 3px 16px 0 16px;
	height: 30px;
	width: 83px;
	font-weight: 700;
	vertical-align: middle;
}

	.botonChico:hover {
		background-color: #BFC1C4;
		font-size: 14px;
		color: #000 !important;
	}

.boton {
	color: #000512 !important;
	text-decoration: none;
	background-color: white;
	border: 1px solid #000512;
	border-radius: 8px;
	padding: 3px 16px 0 16px;
	height: 40px;
	font-weight: 700;
	vertical-align: middle;
}

	.boton:hover {
		background-color: #BFC1C4;
		font-size: 14px;
		color: #000 !important;
	}

	.boton:focus {
		background-color: white;
		border: #007AB7 solid 1px !important;
	}

	.boton:active {
		border: #BFC1C4 solid 1px !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: 'Itau Display Pro Bold';
	font-size: 14px;
	padding: 3px;
}

.labelNormal {
	text-align: left;
}

select {
	color: #000000;
}

.caja select {
	color: #000512;
	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: #000512;
}

.gridArrowIzq {
	transform: rotate(90deg);
	width: 12px;
}

.gridArrowDer {
	transform: rotate(270deg);
	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;
	}
}