.linetotal {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.lineavertical {
	background-image: url(../imagenes/linea_vertical.gif);
	background-repeat:  repeat-y;
}
.lineahorizontal {
	background-image: url(../imagenes/linea_horizontal.gif);
	background-repeat:  repeat-x;
}
.lineascuadrados {
	border: 1px solid #CCCCCC;
}
.mano {
	cursor: hand;
}
