@CHARSET "ISO-8859-1";

.inici_col_right {
	float:left;
	width:800px;
}

.inici_col_left {
	float:left;
	width: 170px;
	margin-left:10px;
}

.list_indicators {
	display:table;	
	padding: 5px;
	width:950px;
}

.list_indicators .cat1 {
	font-size:20;
	color: #991134;
	text-align: left;
	padding-bottom: 15px;
	font-weight: bold;
}

.list_indicators .cat2 {
	font-size: 20px;
	color: #991134;
	text-align: left;
}

.list_indicators .cat3 {
	font-size: 12px;
	font-weight: bold;
	color: #991134;
	text-align: left;
	margin-top:3px;
}

.list_indicators .cat3 {
	margin-left:15px;
	font-size: 14px;	
}

.list_indicators .ind {
	margin-left:20px;
}

.list_indicators .ind a {
	color: #000000;
	text-decoration:none;
}



.list_indicators .ind  {
	list-style-type: disc;	
}

.list_indicators .ind li:hover {
	background: #a5abbd;
}

.list_indicators .ind li:hover a {
	color: #991134;
	cursor:pointer;	
}

.list_indicators .row {
	width:930;	
	clear:both;
}

.list_indicators .row .col {
	float:left;
	width:290px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.list_indicators .block_cat {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;	
	padding-left: 0px;
	padding_right:0px;
	outline:none;
}

.chart_note {
	font-size:9px;
	text-align:left;	
	padding-left:20px;
}

.sub_charts_ico {
	position:absolute;
	left: 0px;
	right: 0px;
	z-index: 1;
	display:none;
}

.sub_charts_ico img {
	width:32px;
	height:32px;	
	cursor:pointer;
}

.item_chart_icon {
	display: inline;
}

.item_chart_icon:hover .sub_charts_ico {
	display:block;
}


