/* CSS Document */
table#dividendos{
	width:100%;
	border-collapse: collapse;
}
table#dividendos .right {
 	width:80px;
	text-align:right;
	border-bottom:1px #CCCCCC solid;
}
table#dividendos .center{
	width:80px;
	text-align:center;
	border-bottom:1px #CCCCCC solid;
}
table#dividendos .conceptos{
	width:120px;
	text-align:center;
	border-bottom:1px #CCCCCC solid;
}
table#dividendos .tipo{
	width:160px;
	text-align:center;
	border-bottom:1px #CCCCCC solid;
}
.color {
	background-color: #eeeeee;
	}
.verde{
	background-color:#99FF99;
}
.naranja{
	background-color:#FFCC99;
}
