p#presupuestos {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

table#presupuestos {
	width: 500px;
	margin-left: 20px;
	font-family: Arial;
	color: #777777;
	font-size: 11px;
	border: 1px solid #E5E5EA;
}

table#presupuestos td {
	padding: 3px;
	padding-left: 10px;
}

table#presupuestos td#cabeceras_capitulo {
	background-color: #F4F4FA;
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	text-align: center;
	width: 30px;
}

table#presupuestos td#cabeceras_descripcion {
	background-color: #F4F4FA;
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	text-align: justify;
	width: 200px;
	padding-right: 25px;
}

table#presupuestos td#cabeceras_importe {
	background-color: #F4F4FA;
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	text-align: right;
	width: 100px;
	padding-right: 15px;
}

table#presupuestos td#capitulo {
	text-align: center;
	width: 30px;
}

table#presupuestos td#descripcion {
	text-align: left;
	width: 200px;
}

table#presupuestos td#importe {
	text-align: right;
	width: 100px;
	padding-right: 15px;
}

table#presupuestos td#total {
	text-align: justify;
	font-weight: bold;
}

table#graficas {
	width: 570px;
}

#images_presupuesto {
	width: 490px;
	margin: auto;
}

#images_presupuesto img {
	border: 1px solid #020283;
	width: 150px;
}