.recarga{
	position: absolute; 
	top:0;
	left:0;
	width:1024px;
	min-width:1024px;
	height:800px; 
	min-height:800px;
	z-index: 100;
	background-image:url('icon/reloadX.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	display: none;
}


.cuadroHoras {
	float:right;
	width:460px;
	height:135px;
	background-image:url('images/bkHrS.gif');
	background-repeat:no-repeat;
	display:none;
}

.textCHoras {
	width:86%;
	padding-left:12px;
	padding-top:30px;
	height:100px;
	font-size:8pt;
}

.matriz_barra {
	background:#E2E2E9;
	border-bottom: 1px solid #666699;
	width: 640px;
	float:left;
	text-align:left;

}

.matriz_criterio {
	background:#E2E2E9;
	border: 1px solid #666699;
	width: 120px;
	float:left;
	text-align:left;
	margin-right: 5px;
}

.matriz_input {
	background: #FFF;
	border: 1px solid #969696;
	width: 30px;
	text-align:center;
	font-weight: bold;
	font-size:8pt;
	margin: 2px;

}

.matriz_total {
	background: #FFFF99;
	border: 1px solid #666699;
	width: 30px;
	text-align:center;
	font-weight: bold;
	margin: 2px;

}

.matriz_over{
	background:  #FF0000;
	border: 2px solid #FF0000;
	width: 30px;
	float:left;
	text-align:center;
	font-weight: bold;
	font-size:11pt;
	margin: 2px;

}

.matriz_herramientas {
	border: 1px solid #FFFF99;
	width: 100px;
	height:18px;
	float:left;
	text-align:center;
	margin: 2px;
	font-size:10px;

}

.matriz_semanas{
	background: #D8E4CB;
	border: 1px solid #969696;
	width: 30px;
	text-align:center;
	font-weight: bold;
	font-size:10pt;
	margin: 2px;

}

.matriz_col {
	border: 1px solid #FFFF99;
	width: 40px;
	float:left;
	text-align:center;
	font-size:10px;

}

tr.over td{
	background: #FFCC99;
}

tr.alt td{
	background: #FFF;
}

.cursoHand {
	cursor:pointer;
}

