/* ---------------------------------------------------------
	=la_bolsa
------------------------------------------------------------ */
.bolsa{
	width:300px;
	position:relative;
	margin:0 0 20px;
	color:#999;
}
.bolsa .envoltorio{
	padding:10px 10px 15px;
	background:#f1f1f1;
	
}
.bolsa table{
	margin:0 0 10px;
	color:#333;	
}
.bolsa th{
	padding:0 10px 5px;
	font-weight:bold;
}
.bolsa th.indice{
	width:105px;
}
.bolsa th.valor{
	width:80px;
}
.bolsa td{
	padding:2px 10px;
}
.bolsa tr.impar td{
	background:#d8d8d8;
}
.bolsa td.alza{
	color:#390;
	font-weight:bold;
}
.bolsa td.baja{
	color:#900;
	font-weight:bold;
}
.bolsa td.igual{
	color:#0083a9;
	font-weight:bold;
}
.bolsa td span.ico{
	float:right;
	margin-top:7px;
	display:block;
	width:9px;
	height:6px;
	background:url(/resources/img/basic.png) no-repeat;
}
.bolsa td.alza span.ico{
	background-position:-37px -68px;
}
.bolsa td.baja span.ico{
	background-position:-37px -74px;
}
.bolsa td.igual span.ico{
	background-position:-37px -80px;
}
.bolsa p.nota{
	font-size:.9em;
	text-align:right;
}
