@charset "utf-8";
/* CSS Document */
.titulo_dimension{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#CCC;
	color:#09F;
	line-height:32px;
	border-bottom:2px solid #000;
}
.titulo_indicador{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#fff;
	color:#000;
	border-right:1px solid #999;
	border-bottom:1px solid #000;
	
}
.titulo_indicadorgris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#f3f3f3;
	color:#000;
	border-right:1px solid #999;
	border-bottom:1px solid #000;
	
}
.dato_{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#fff;
	color:#000;
	border-right:1px solid #999;	
	border-bottom:1px solid #CCC;
}
.dato_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#f3f3f3;
	color:#000;
	border-right:1px solid #999;	
	border-bottom:1px solid #CCC;
}
.error{
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	border:1px dashed #900;
	text-align:center;
}
.tabla_datos{
	background:#FFF;
	border:none;
	width:100%;
	
}
.td_dato{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border-bottom:1px solid #999;	
}
.titulo_tabla{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#036;
}
.nota{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;	
}