@charset "utf-8";
/* CSS Document */
table.chart{
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #e3ecf1;
}
table.chart th{
	background-color: #e3ecf1;
}

table.chart th, table.chart td{
	padding: 5px;
}

table.chart td.ar{
	text-align: right;
}
table.chart td.b{
	font-weight: bold;
}
table.chart td.submit{
	border: 1px solid #fff;
	border-top: 1px solid #e3ecf1;
	padding-top: 15px;
}


table.chart input.submit{
	border: 0px;
	padding: 0px;
	display: block;
	width: 125px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	background-image:url(../img/btn2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	float: right;
}

table.chart .lobservaciones{
	display: block;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
}
table.chart .observaciones{
	height: 150px;
	margin-bottom: 10px;
	width: 100%;
}