 
 


.titulosHeader {
    border-bottom: 1px solid #e8bb25;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
}

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	margin: 0;
}

.fht-table{
	height: auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	border: 0 none;
}

.fht-table th,.fht-table td {
    overflow: hidden;
	
}

/*.fht-table th,.fht-table td{
	width: 110px;
}*/

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
	
}
.fht-table-wrapper
{
background-color:#FFF8D4;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	z-index: 1;
}

.fht-fixed-body .fht-thead table {
	margin-right: 20px;
	border: 0 none;
}
.celda_encabezado_general {
    /*background-color: #003399;*/
   
  /*  color: #ffffff;*/
    font-weight: bold;
    padding: 2px 4px;
    text-align: center; 
	padding: 5px;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif; 
	border-left:1px solid #C9A133; 
	 border-bottom:1px solid #C9A133; 
	  
	/*border:1px solid #C9A133; 
	border:1px solid #C9A133; */
	height: 25px;
	font-size: 9pt;
	padding: 5px; 
	background-color:#FFF8D4;
}
._Separador{
	background-color: #fff;
	height: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 7px;
}
._Separador div{
	width: 4px;
}
.celda_normal {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 4px;
	word-break: break-all;
	
	
	background-color:#FFFFFF;
	border:1px solid #C9A133  ;
	 font-size: 9pt; 
	
	/*font-size:11px;*/
	  
	font-family:Arial, Helvetica, sans-serif;
	 padding: 5px;
}

/*style excel*/
.excel_cell{
	border: 1px solid #CCC;
	color: #222;
	text-align: center;
	font-size: 13px;
	font-weight:  normal;
	padding: 4px;
	white-space: pre-line;
	empty-cells: show;
}
._cell_header{
	background-color: #EEE;
}
._cell_Default{
	background-color: #FFF;
	text-align: left;
}

.excel_cell div{
	width: 30px;
	height: 20px;
}
