@charset "utf-8";
#presupuesto table {
	border: 1px solid #F0F0F0;
}
#prespuesto th {
	color: #C9C9C9;
	background-color: #C9C9C9;
}
#presupuesto table {
	border: 1px solid #F0F0F0;
}
#presupuesto th {
	background-color: #E2E2E9;
	height: 20px;
	padding-top: 5px;
}
#presupuesto .par {
	background-color: #F7F7F9;
}
#presupuesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#presupuesto td {
	padding: 5px;
}
