#sidebar .finanzas {
	padding: 2px;
	font-size: 1.1em;
}

.finanzas p {
	font-size: 0.95em;
	color: #666;
	padding: 5px;
	margin: 10px !important;
	border-top: 1px dotted #989898;
}

.finanzas .stats p {
	border: 0 none;
	margin: 0 !important;
	text-align: center;
}

.finanzas table {
	border-collapse: collapse;
	width: 100%;
	color: #254365;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#full.finanzas table th, #full.finanzas table td {
	border: 2px solid #fff;
}

	.finanzas table th {
		font-size: 1.2em;
		background-color: #aeb3b8;
		padding: 5px;
		font-size: 0.95em;
		text-align: center;
	}
	
	#sidebar .finanzas th {
		text-align: right;
	}
	
	.finanzas table td {
		background-color: #dee4ea;
		padding: 5px;
		text-align: right;
	}
	
	.finanzas table tr.even td {
		background-color: #f2f5f7;
	}
	
	.text {
		text-align: left !important;
	}
	
	.val {
		font-weight: bold;
	}
	
	.pos {
		color: #838800;
		font-weight: bold;
	}
	
	.neg {
		color: #870000;
		font-weight: bold;
	}
	
/* home sidebar */
#finanzasLinks .top {
	border: 0 none;
	padding: 0;
	height: 29px;
}

#finanzasLinks h5 {
	padding: 0;
	line-height: 29px;
	background: none;
	
	border-right: 1px solid #d6d6d6;
	text-align: center;
	width: 33%;
	height: 100%;
}

/**/

#finanzasDivisas table {
	width: 50%;
	float: left;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px dotted #898989;
	border-collapse: collapse;
	font-size: 0.95em;
	height: 130px;
}

#finanzasDivisas th, #finanzasIndices th {
	font-weight: normal;
	color: #254365;
	background-color: #f6f6f6;
	height: 35px;
}

#finanzasDivisas td, #finanzasIndices td {
	border-bottom: 1px dotted #898989;
	text-align: center;
	padding: 5px 0;
}

#finanzasDivisas .pos, #finanzasIndices .pos {
	color: #1ca31f;
	font-weight: normal;
}

#finanzasDivisas .neg, #finanzasIndices .neg {
	color: #F00;
	font-weight: normal;
}

#finanzasDivisas .mejor, #finanzasDivisas .peor {
	width: 126px;
	float: left;
	font-size: 1em;
}

#finanzasDivisas .mejor span, #finanzasDivisas .peor span {
	width: 95%;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
}

#finanzasDivisas .mejor span {
	background-image: url(../img/finanzas/arrow_up.gif)
}

#finanzasDivisas .peor span {
	background-image: url(../img/finanzas/arrow_down.gif)
}

/**/
#finanzasIndices table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95em;
}

#finanzasIndices .fecha {
	width: 80px;
}

#finanzasIndices .var {
	width: 70px;
}

#finanzasIndices .pos, #finanzasIndices .neg {
	text-align: right;
	background-repeat: no-repeat;
	background-position: 5px;
	background-image: url(../img/finanzas/arrow_down.gif);
}

#finanzasIndices .pos {
	background-image: url(../img/finanzas/arrow_up.gif);
}
