	/* CSS Document for K2 Advisros App */
	.blurEffect {
		z-index:997;
		-webkit-filter: blur(20px);
		-moz-filter: blur(20px);
		-o-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
		background-color: #000;
	}
	
	#preferencesLink{
		width:30px;
		height:30px;
		position:absolute;
		bottom:30;
		left:0;
		background-color:#636363;
		color:#999999;
		z-index: 996;
	}
	
	table.reporte {
		width:100%;
		min-width:960px;
		table-layout:auto;
		border-collapse: collapse;
		margin-bottom:30px;
		margin-top:20px;
		
	}
	
	table.inModal {
		min-width:100px !important;
	}
	
	table.reporte TH {
		color:#FFFFFF;
		background: rgba(0,123,255,1);
		/*background: -moz-linear-gradient(top, rgba(5,124,203,1) 0%, rgba(5,124,166,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,124,203,1)), color-stop(100%, rgba(5,124,166,1)));
		background: -webkit-linear-gradient(top, rgba(5,124,203,1) 0%, rgba(5,124,166,1) 100%);
		background: -o-linear-gradient(top, rgba(5,124,203,1) 0%, rgba(5,124,166,1) 100%);
		background: -ms-linear-gradient(top, rgba(5,124,203,1) 0%, rgba(5,124,166,1) 100%);
		background: linear-gradient(to bottom, rgba(5,124,203,1) 0%, rgba(5,124,166,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 ); */
		border-left: 1px groove #AAAAAA;
		text-align:left;
		padding-top:4px;
		padding-bottom:3px;
	}
	
	table.reporte TH, table.reporte TD { 
		padding-left:3px; 
	}
	
	table.reporte TH:first-child, table.reporte TBODY TD:first-child {
		border-left: 0px !important;
	}
	
	table.reporte TBODY {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	table.reporte TBODY TD{
		border-left: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	
	table.reporte TBODY TR{
		text-align:left;
		background-color:#FCFCFC;
	}
	
	table.reporte TBODY TR.Asignacion{
		min-height:25px;
		height:25px
	}
	
	table.reporte TBODY TR:nth-child(odd) {
		background-color:#EFF7FF;
	}
	
	table.reporte TBODY TD {
		text-align:left;
	}
	
	table.reporte TBODY TR:hover{
		background-color:#A8D2FF;
		cursor: pointer;
	}
	
	table.reporte TBODY TD.left{
		text-align: left;
	}
	
	table.reporte TBODY TD.right{
		text-align: right;
	}
	
	table.reporte TBODY TD.totales{
		text-align: right;
		font-weight: bold;
		background-color:#f2ffd3;
	}
	
	table.reporte TBODY TD.totales:first-child{
		text-align: right;
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(242,255,211,0.77) 77%, rgba(242,255,211,1) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(242,255,211,0.77) 77%,rgba(242,255,211,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(242,255,211,0.77) 77%,rgba(242,255,211,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2ffd3',GradientType=1 ); 
	}
	
	
	select#moneda	{
		width:106px !important;
	}
	
	select#rutcliente	{
		width:125px !important;
	}
	select#subrutcliente	{
		width:85px !important;
	}
	
	#contenidoDinamico {
		width:100% !important;
	}
	
	.ClientesInformacion {
		z-index:998;
		box-sizing: content-box !important;
		background-color: #007bff;
		color:#FCFCfc;
		position: fixed;
		width:97%;
		min-width:960px;
		height: 26px;
		-webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
		border-radius: 0px 0px 6px 6px;
		-moz-border-radius: 0px 0px 6px 6px;
		-webkit-border-radius: 0px 0px 6px 6px;
		border: 0px solid #000000;
		
		top:0px;
		margin-left:0px;
		margin-right:0px;
		padding-top:7px;
		padding-left:7px;
		padding-right:5px;
	}
	
	.ClientesInformacion span{
		padding-right:25px;
	}
	.ClientesInformacion i#ClientesInformacionBuscar{
		float:right;
		margin-right: 50px;
	}
	
	#inputBuscador {
		height: 14px;
	}
	
	#inputBuscador {
		background-color:transparent !important;
		border-top:0 !important;
		border-left:0 !important;
		border-right:0 !important;
		border-bottom:1px solid #FCFCFC !important;
		font-size:14px !important;
		width: 80% !important;
		background: rgba(255,255,255,0) !important;
		outline: none !important;
		margin: 0 auto !important;
		color: #FFFFFF !important;
		-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0) !important;
		box-shadow: 0 2px 10px 1px rgba(0,0,0,0) !important;
	}
	
	::-webkit-input-placeholder { color: #969696;} 
	:-moz-placeholder { color: #969696; }
	::-moz-placeholder { color: #969696; }
	:-ms-input-placeholder { color: #969696; }
	
	
	.boxInfo, .boxResumenInversiones {
		width:300px;
		color:#666666;
		#-webkit-border-radius: 5px 5px 5px 5px;
		#-moz-border-radius: 5px 5px 5px 5px;
		#border-radius: 5px 5px 5px 5px;
		#border:1px solid #244701;
		background-color:#FCFCFC;
		-webkit-box-shadow: #808080 3px 3px 3px;
		-moz-box-shadow: #808080 3px 3px 3px;
		box-shadow: #808080 0px 0px 12px 2px;
		margin-left:20px;
		margin-bottom:20px;
		margin-top:20px;
		float:left;
		padding:5px;
	}
	.boxInfo {
		width:auto;
	}
	
	.Titular {
		color:#333333;
		padding:5px;
		font-size:1.10em;
		text-align:left;
	}
	#ResumenPatrimonio {
		background-color: #f5ffea;
		text-align:center;
	}
	#ResumenPatrimonio b {
		font-size:26px;
		text-align:center;
		padding-top:40px;
		position: relative;
	}
	
	label { 
		margin: 8px 0 0 1px !important;
	}
	.modal-header
	{
		background-color: #337AB7;
		padding:16px 16px;
		color:#FFF;
		border-bottom:2px dashed #337AB7;
	}
	
	#tmpModalShowFile .modal-dialog 
	{
		width:820px;
		min-width:820px;
		margin: 0 auto;
	}
	#tmpModalShowFile .modal-body 
	{
		height: 400px;
	}
	#IframeShowFile {
		width:100%;
		height: 360px;
	}

	.ancho100 { width: 100mm; }
	.ancho60 { width: 60mm; }
	.ancho40 { width: 40mm; }

	.alto7a { height: 7mm; line-height: 3mm;}
	.alto17a { height: 17mm; line-height: 3mm;}
	.fs10a { font-size: 10px; }
	.fs7a { font-size: 7px; }

	.alto17r { height: 17mm; line-height: 2mm;}
	.alto14r { height: 14mm; line-height: 3mm;}
	.alto21rf { height: 21mm; line-height: 3mm;}
	.alto21rt { height: 21mm; line-height: 3mm;}
	.fs6r { font-size: 6px; }
	.fs7r { font-size: 7px; }
	.fs7re { font-size: 7px;}

	#certAnverso { background-color: #FFF; }
	#certAnverso.table-bordered{ border:1px solid black; }
	#certAnverso.table-bordered > thead > tr > th{ border:1px solid black; }
	#certAnverso.table-bordered > tbody > tr > td{ border:1px solid black; }

	#certReverso { background-color: #FFF; }
	#certReverso.table-bordered{ border:1px solid black; }
	#certReverso.table-bordered > thead > tr > th{ border:1px solid black; }
	#certReverso.table-bordered > tbody > tr > td{ border:1px solid black; }

	#listarCHIe .modal-dialog { max-width: 1000px !important; }

	.pointer { cursor: pointer; }
