/*******************/
/** Tablas        **/
/*******************/

/* Listados */
table.estadisticas{
	width:100%;
	border:none;
	border-collapse:collapse;
}
table.estadisticas{
	border: 1px solid #ccc;
}
table.estadisticas td{
	padding:5px;
}
table.estadisticas thead td{
	background-color:#999;
	color:#FFF;
	font-weight:bold;
}
table.estadisticas thead td a{
	color:#FFF;
	font-weight:bold;
}
table.estadisticas thead td a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
table.estadisticas tbody td{
	background-color:#FFF;
	color:#333;
}
table.estadisticas tbody td div.listado_estadisticas{
	width:600px;
	height:200px;
	overflow:auto;
	border:#CCC 1px dotted;
}
table.estadisticas tfoot td{
	background-color:#999;
	color:#FFF;
	font-weight:bold;
}



table.listado_estadisticas{
	width:100%;
	border:none;
	border-collapse:collapse;
}
table.listado_estadisticas{
}
table.listado_estadisticas td{
	padding:2px;
}
table.listado_estadisticas tr.cabecera td{
	font-weight:bold;
	background-color:#CCC;
	border-bottom:#999 1px dotted;
}
table.listado_estadisticas tr.fila_clara td{
	background-color:#FFF;
	border-bottom:#CCC 1px dotted;
}
table.listado_estadisticas tr.fila_oscura td{
	background-color:#F6F6F6;
	border-bottom:#CCC 1px dotted;
}
table.listado_estadisticas td.rojo{
	color:#F69;
}
table.listado_estadisticas td.azul{
	color:#068eff;
}




div.contenedor_listado_estadisticas{
	border:#999 1px solid;
	width:600px;
	height:250px;
	overflow:auto;
}
