@charset "iso-8859-2";
/* CSS Document */

.listTable {
	background-color:#E6E6E6;
	border:0px solid;
	width:100%;
}
.listHeader {
	background-color:#FFFFFF;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:35px;
	color:#333333;
}
.TablaFila {
	background-color:#FFFFFF;
	text-align:center;
	height:25px;
}
.TablaCelda {
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#333333;
}
.TablaCeldaResaltada {
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:11px;
	color:#333333;
}
.TablaCeldaAcciones {
	text-align:center;
}
